summaryrefslogtreecommitdiff
path: root/arch/arm/dts/rk3288-u-boot.dtsi
diff options
context:
space:
mode:
authorJohan Jonker <jbx6244@gmail.com>2023-03-15 21:33:50 +0300
committerKever Yang <kever.yang@rock-chips.com>2023-04-21 10:16:01 +0300
commitbf13676e0b0cbdc343dce276c20a2fdb5540ab44 (patch)
tree7342905b9ed4e8baabf625583a7bb885482c3d47 /arch/arm/dts/rk3288-u-boot.dtsi
parente2b57ffbafd044c40491fa4f74b049026cdca116 (diff)
downloadu-boot-bf13676e0b0cbdc343dce276c20a2fdb5540ab44.tar.xz
arm: dts: rockchip: rk3288: partial sync edp node
The rk3288 edp node has a phy node in Linux with a clock property while current U-Boot driver expects this clock on position index 1. Move U-Boot-specific DT clock properties to rk3288-u-boot.dtsi and partially sync the edp node. Signed-off-by: Johan Jonker <jbx6244@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org> # chromebook-jerry Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'arch/arm/dts/rk3288-u-boot.dtsi')
-rw-r--r--arch/arm/dts/rk3288-u-boot.dtsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/dts/rk3288-u-boot.dtsi b/arch/arm/dts/rk3288-u-boot.dtsi
index 1894162153..1920698884 100644
--- a/arch/arm/dts/rk3288-u-boot.dtsi
+++ b/arch/arm/dts/rk3288-u-boot.dtsi
@@ -91,6 +91,11 @@
bootph-all;
};
+&edp {
+ clocks = <&cru SCLK_EDP>, <&cru SCLK_EDP_24M>, <&cru PCLK_EDP_CTRL>;
+ clock-names = "clk_edp", "clk_edp_24m", "pclk_edp";
+};
+
&gpio7 {
bootph-all;
};