mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-25 06:26:15 +00:00
6a0a6c45ed
Backport upstreamed dts updates for rk3588. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org> Link: https://github.com/openwrt/openwrt/pull/16149 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
26 lines
925 B
Diff
26 lines
925 B
Diff
From 2047366b9eff8fada2a118588b0478de6e92d02c Mon Sep 17 00:00:00 2001
|
|
From: Heiko Stuebner <heiko@sntech.de>
|
|
Date: Tue, 27 Feb 2024 22:05:21 +0100
|
|
Subject: [PATCH] arm64: dts: rockchip: add clock to vo1-grf syscon on rk3588
|
|
|
|
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 | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3588s.dtsi
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3588s.dtsi
|
|
@@ -519,6 +519,7 @@
|
|
vo1_grf: syscon@fd5a8000 {
|
|
compatible = "rockchip,rk3588-vo-grf", "syscon";
|
|
reg = <0x0 0xfd5a8000 0x0 0x100>;
|
|
+ clocks = <&cru PCLK_VO1GRF>;
|
|
};
|
|
|
|
php_grf: syscon@fd5b0000 {
|