Hi,
On Tue, Mar 02, 2021 at 12:23:09AM +0800, Chen-Yu Tsai wrote:
From: Chen-Yu Tsai <redacted>
The macros for the clock and reset indices for the RSB hardware block
were replaced with raw numbers when the RSB controller node was added.
This was done to avoid cross-tree dependencies.
Now that both the clk and DT changes have been merged, we can switch
back to using the macros.
Fixes: aaad900757a6 ("arm64: dts: allwinner: h6: Add RSB controller node")
Signed-off-by: Chen-Yu Tsai <redacted>
---
Small patch split out from the H6 RSB clock support patch.
This should be merged for v5.12.
It's not really a fix but something we can live with, so I've merged it
to sunxi/dt-for-5.13
Thanks!
Maxime