diff options
| author | Johan Jonker <jbx6244@gmail.com> | 2026-01-16 23:12:20 +0100 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2026-03-10 10:07:02 -0600 |
| commit | d679a44ba727184cb588f06d7f8b28b93e3015a1 (patch) | |
| tree | 1331f9120f00df165371bfad4c1b647cfbd0f68b | |
| parent | ff2a978725a19bd0f34df3bc3613bfda4ccf6255 (diff) | |
ARM: dts: rockchip: move edp assigned-clocks to edp node on rk3288
The rk3288 power-controller node contains an assigned-clocks property
that conflicts with the bindings. From the git history it shows that they
wanted to assign the rk3288 EDP_24M clock input centrally before an edp
node was available. Move the edp assigned-clocks property to the edp node
to reduce dtbs_check output.
Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Link: https://patch.msgid.link/7d6fa223-ab90-4c44-9180-54df78467ea5@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
[ upstream commit: 10712ce694a67304a99dbba20f8cb146ca5f4fd6 ]
(cherry picked from commit e1b4137b6bbc9998b13cde2eba0655cfdd358c69)
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
| -rw-r--r-- | dts/upstream/src/arm/rockchip/rk3288.dtsi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dts/upstream/src/arm/rockchip/rk3288.dtsi b/dts/upstream/src/arm/rockchip/rk3288.dtsi index 7e284b4fecd..7477fc5da3e 100644 --- a/dts/upstream/src/arm/rockchip/rk3288.dtsi +++ b/dts/upstream/src/arm/rockchip/rk3288.dtsi @@ -741,9 +741,6 @@ #address-cells = <1>; #size-cells = <0>; - assigned-clocks = <&cru SCLK_EDP_24M>; - assigned-clock-parents = <&xin24m>; - /* * Note: Although SCLK_* are the working clocks * of device without including on the NOC, needed for @@ -1193,6 +1190,8 @@ compatible = "rockchip,rk3288-dp"; reg = <0x0 0xff970000 0x0 0x4000>; interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>; + assigned-clocks = <&cru SCLK_EDP_24M>; + assigned-clock-parents = <&xin24m>; clocks = <&cru SCLK_EDP>, <&cru PCLK_EDP_CTRL>; clock-names = "dp", "pclk"; phys = <&edp_phy>; |
