]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: dts: k3-am625-phycore-r5*: Remove clocks from main_timer0
authorManorit Chawdhry <m-chawdhry@ti.com>
Thu, 15 May 2025 11:38:35 +0000 (17:08 +0530)
committerTom Rini <trini@konsulko.com>
Thu, 29 May 2025 14:33:11 +0000 (08:33 -0600)
The commit 79d91e77f4c2 ("clk: ti: clk-k3-pll: Add additional robustness
steps to the PLL sequence") introduced a change which requires the
main_timer0 to not rely on it's own clocks which anyways was wrong.

Fix it by removing the clock dependency for it, also while at it, move
it from u-boot.dtsi to R5 as that is the only entity that should require
it as DM isn't up.

Fixes: 5d1aac358f3c ("arm: dts: k3-*-r5: Remove clocks from mcu_timer0")
Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
Tested-by: Wadim Egorov <w.egorov@phytec.de>
arch/arm/dts/k3-am625-phyboard-lyra-rdk-u-boot.dtsi
arch/arm/dts/k3-am625-r5-phycore-som-2gb.dts

index c001e2c96e8c18f6de79190eda8468f60f1a0b8a..ee273563e8346b89ccefef60d2d72d3ba0304c7f 100644 (file)
@@ -13,7 +13,6 @@
 / {
        chosen {
                stdout-path = "serial2:115200n8";
-               tick-timer = &main_timer0;
        };
 
        aliases {
        bootph-all;
 };
 
-&main_timer0 {
-       clock-frequency = <25000000>;
-};
-
 &main_uart0 {
        bootph-all;
 };
index 70154409b1275c01ea8722d5bd233ad3fac79078..7132fae36faa40266d573ece7d031b67ee0a507b 100644 (file)
        };
 };
 
+&main_timer0 {
+       /delete-property/ clocks;
+       /delete-property/ clocks-names;
+       /delete-property/ assigned-clocks;
+       /delete-property/ assigned-clock-parents;
+       clock-frequency = <25000000>;
+};
+
 &secure_proxy_sa3 {
        /* We require this for boot handshake */
        status = "okay";