Skip to content

Commit 5956ee0

Browse files
cristiccmmind
authored andcommitted
arm64: dts: rockchip: Fix compatibles for RK3588 VO{0,1}_GRF
RK3588 VO0 and VO1 GRFs are not identical (though quite similar in terms of layout) and, therefore, incorrectly shared the compatible string. Since the related binding document has been updated to use dedicated strings, update the compatibles for vo{0,1}_grf DT nodes accordingly. Additionally, for consistency, set the full region size (16KB) for VO1_GRF. Reported-by: Conor Dooley <[email protected]> Signed-off-by: Cristian Ciocaltea <[email protected]> Reviewed-by: Conor Dooley <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 11746c3 commit 5956ee0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

arch/arm64/boot/dts/rockchip/rk3588-base.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -582,14 +582,14 @@
582582
};
583583

584584
vo0_grf: syscon@fd5a6000 {
585-
compatible = "rockchip,rk3588-vo-grf", "syscon";
585+
compatible = "rockchip,rk3588-vo0-grf", "syscon";
586586
reg = <0x0 0xfd5a6000 0x0 0x2000>;
587587
clocks = <&cru PCLK_VO0GRF>;
588588
};
589589

590590
vo1_grf: syscon@fd5a8000 {
591-
compatible = "rockchip,rk3588-vo-grf", "syscon";
592-
reg = <0x0 0xfd5a8000 0x0 0x100>;
591+
compatible = "rockchip,rk3588-vo1-grf", "syscon";
592+
reg = <0x0 0xfd5a8000 0x0 0x4000>;
593593
clocks = <&cru PCLK_VO1GRF>;
594594
};
595595

0 commit comments

Comments
 (0)