]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: dts: rockchip: move edp assigned-clocks to edp node on rk3288
authorJohan Jonker <jbx6244@gmail.com>
Sat, 1 Nov 2025 23:18:13 +0000 (00:18 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 13 Nov 2025 22:52:04 +0000 (23:52 +0100)
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>
arch/arm/boot/dts/rockchip/rk3288.dtsi

index 7e284b4fecdcee2b36f6accc8989a9dd4b4e8f62..7477fc5da3ec999f5bcc70994296ade5752eae4e 100644 (file)
                        #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
                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>;