]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: dts: k3-am654: move dummy_clock to root node
authorBryan Brattlof <bb@ti.com>
Fri, 29 Dec 2023 17:47:21 +0000 (11:47 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 3 Jan 2024 13:36:37 +0000 (08:36 -0500)
The dummy_clock node is used to help the drivers probe the IO needed to
setup consoles and boot media to load firmware into the SoC.

This dummy_clock isn't a device that exists nor does it exist in the
mcu domain. So move it from cbass_mcu to the root node to avoid any
confusion.

Tested-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Bryan Brattlof <bb@ti.com>
Reviewed-by: Nishanth Menon <nm@ti.com>
arch/arm/dts/k3-am654-r5-base-board.dts

index 9926981c661a02c8bb55d2f22cb9adf52bb79d1b..b27b2b05ad840d9e473e168f2cc77b71c58b0f6b 100644 (file)
                ti,sci-host-id = <10>;
                bootph-pre-ram;
        };
+
+       clk_200mhz: dummy_clock {
+               compatible = "fixed-clock";
+               #clock-cells = <0>;
+               clock-frequency = <200000000>;
+               bootph-pre-ram;
+       };
 };
 
 &cbass_mcu {
                mbox-names = "tx", "rx";
                bootph-pre-ram;
        };
-
-       clk_200mhz: dummy_clock {
-               compatible = "fixed-clock";
-               #clock-cells = <0>;
-               clock-frequency = <200000000>;
-               bootph-pre-ram;
-       };
 };
 
 /*