Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Johan Jonker and committed by
Heiko Stuebner
10712ce6 ac7116a6

+2 -3
+2 -3
arch/arm/boot/dts/rockchip/rk3288.dtsi
··· 741 741 #address-cells = <1>; 742 742 #size-cells = <0>; 743 743 744 - assigned-clocks = <&cru SCLK_EDP_24M>; 745 - assigned-clock-parents = <&xin24m>; 746 - 747 744 /* 748 745 * Note: Although SCLK_* are the working clocks 749 746 * of device without including on the NOC, needed for ··· 1190 1193 compatible = "rockchip,rk3288-dp"; 1191 1194 reg = <0x0 0xff970000 0x0 0x4000>; 1192 1195 interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>; 1196 + assigned-clocks = <&cru SCLK_EDP_24M>; 1197 + assigned-clock-parents = <&xin24m>; 1193 1198 clocks = <&cru SCLK_EDP>, <&cru PCLK_EDP_CTRL>; 1194 1199 clock-names = "dp", "pclk"; 1195 1200 phys = <&edp_phy>;