commit | eec923e8864a8f12b23e990b81d477247c6c7ca5 | [log] [tgz] |
---|---|---|
author | Bryan Brattlof <bb@ti.com> | Fri Dec 29 11:47:21 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 03 08:36:37 2024 -0500 |
tree | dc39dce79ce523a1d7156f5ad88b2889774b987e | |
parent | fe71619ca646b842ba1631c59e2f47a19b745dc9 [diff] |
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>