1 From 2047366b9eff8fada2a118588b0478de6e92d02c Mon Sep 17 00:00:00 2001
2 From: Heiko Stuebner <heiko@sntech.de>
3 Date: Tue, 27 Feb 2024 22:05:21 +0100
4 Subject: [PATCH] arm64: dts: rockchip: add clock to vo1-grf syscon on rk3588
6 The VO*-general-register-files need a clock, so add the correct one.
8 Cc: Sebastian Reichel <sebastian.reichel@collabora.com>
9 Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.com>
10 Signed-off-by: Heiko Stuebner <heiko@sntech.de>
11 Link: https://lore.kernel.org/r/20240227210521.724754-1-heiko@sntech.de
13 arch/arm64/boot/dts/rockchip/rk3588s.dtsi | 1 +
14 1 file changed, 1 insertion(+)
16 --- a/arch/arm64/boot/dts/rockchip/rk3588s.dtsi
17 +++ b/arch/arm64/boot/dts/rockchip/rk3588s.dtsi
19 vo1_grf: syscon@fd5a8000 {
20 compatible = "rockchip,rk3588-vo-grf", "syscon";
21 reg = <0x0 0xfd5a8000 0x0 0x100>;
22 + clocks = <&cru PCLK_VO1GRF>;
25 php_grf: syscon@fd5b0000 {