]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
arm64: dts: rockchip: add clock to vo1-grf syscon on rk3588
authorHeiko Stuebner <heiko@sntech.de>
Tue, 27 Feb 2024 21:05:21 +0000 (22:05 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Wed, 28 Feb 2024 09:00:19 +0000 (10:00 +0100)
The VO*-general-register-files need a clock, so add the correct one.

Cc: Sebastian Reichel <sebastian.reichel@collabora.com>
Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://lore.kernel.org/r/20240227210521.724754-1-heiko@sntech.de
arch/arm64/boot/dts/rockchip/rk3588s.dtsi

index 3a15a30543c3bfbe8bfd90df4341848b48b84689..62bb48ae4e6b0690d2feb4711d3d87d9d7228277 100644 (file)
        vo1_grf: syscon@fd5a8000 {
                compatible = "rockchip,rk3588-vo-grf", "syscon";
                reg = <0x0 0xfd5a8000 0x0 0x100>;
+               clocks = <&cru PCLK_VO1GRF>;
        };
 
        php_grf: syscon@fd5b0000 {