aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Brattlof <bb@ti.com>2023-12-29 11:47:21 -0600
committerTom Rini <trini@konsulko.com>2024-01-03 08:36:37 -0500
commite055622bd7f42810b2f329ec60596dfa62952d69 (patch)
treedc39dce79ce523a1d7156f5ad88b2889774b987e
parent5baad5521d271cc980804d2ff26adf3e14d711eb (diff)
downloadu-boot-e055622bd7f42810b2f329ec60596dfa62952d69.zip
u-boot-e055622bd7f42810b2f329ec60596dfa62952d69.tar.gz
u-boot-e055622bd7f42810b2f329ec60596dfa62952d69.tar.bz2
arm: dts: k3-am654: move dummy_clock to root node
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>
-rw-r--r--arch/arm/dts/k3-am654-r5-base-board.dts14
1 files changed, 7 insertions, 7 deletions
diff --git a/arch/arm/dts/k3-am654-r5-base-board.dts b/arch/arm/dts/k3-am654-r5-base-board.dts
index 9926981..b27b2b0 100644
--- a/arch/arm/dts/k3-am654-r5-base-board.dts
+++ b/arch/arm/dts/k3-am654-r5-base-board.dts
@@ -30,6 +30,13 @@
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 {
@@ -51,13 +58,6 @@
mbox-names = "tx", "rx";
bootph-pre-ram;
};
-
- clk_200mhz: dummy_clock {
- compatible = "fixed-clock";
- #clock-cells = <0>;
- clock-frequency = <200000000>;
- bootph-pre-ram;
- };
};
/*