Skip to content

Commit fbb9e86

Browse files
wensmripard
authored andcommitted
arm64: dts: allwinner: h6: Switch to macros for RSB clock/reset indices
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. Signed-off-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Maxime Ripard <maxime@cerno.tech>
1 parent a38fd87 commit fbb9e86

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -995,9 +995,9 @@
995995
compatible = "allwinner,sun8i-a23-rsb";
996996
reg = <0x07083000 0x400>;
997997
interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
998-
clocks = <&r_ccu 13>;
998+
clocks = <&r_ccu CLK_R_APB2_RSB>;
999999
clock-frequency = <3000000>;
1000-
resets = <&r_ccu 7>;
1000+
resets = <&r_ccu RST_R_APB2_RSB>;
10011001
pinctrl-names = "default";
10021002
pinctrl-0 = <&r_rsb_pins>;
10031003
status = "disabled";

0 commit comments

Comments
 (0)