]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arch: arm: dts: k3-r5: Drop a53_0 clock overrides in board files
authorWadim Egorov <w.egorov@phytec.de>
Thu, 19 Feb 2026 10:27:20 +0000 (11:27 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 10 Mar 2026 00:58:27 +0000 (18:58 -0600)
The a53_0 clock properties are already set correctly in their
common k3-<soc>-r5.dtsi includes. Stop overriding them in
the r5 board device trees.

Fixes the following error message:
  Failed to set clock rates for '/a53@0': -61

Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
Reviewed-by: Anshul Dalal <anshuld@ti.com>
Tested-by: Francesco Dolcini <francesco.dolcini@toradex.com> # Verdin AM62 Solo
Reviewed-by: Bryan Brattlof <bb@ti.com>
arch/arm/dts/k3-am625-r5-phycore-som-2gb.dts
arch/arm/dts/k3-am625-verdin-r5.dts
arch/arm/dts/k3-am62a7-r5-phycore-som-2gb.dts
arch/arm/dts/k3-am642-r5-phycore-som-2gb.dts

index 46b621242b55e2ad2865764aef90aa806777c0c7..ac6f1022a552db936531c1342679956287040861 100644 (file)
        };
 };
 
-&a53_0 {
-       clock-names = "gtc";
-       clocks = <&k3_clks 61 0>;
-};
-
 &main_pktdma {
        ti,sci = <&dm_tifs>;
 };
index dfd960aaf3c8e0d012db1bc5a2389bde8ac90042..971bb7520529e375d90c73865b8e729f4a7cb4a8 100644 (file)
@@ -24,7 +24,6 @@
 };
 
 &a53_0 {
-       clocks = <&k3_clks 61 0>;
        /*
         * FIXME: Currently only the SPL running on the R5 has a clock
         * driver. As a workaround therefore move the assigned-clock
index b54cd9d48a4cc73be42db9a867d7189ac9563f0b..c949485017ea6ebf79f2d4846781f8d71140fb66 100644 (file)
        };
 };
 
-&a53_0 {
-       clocks = <&k3_clks 61 0>;
-       clock-names = "gtc";
-};
-
 &cbass_main {
        bootph-pre-ram;
        sa3_secproxy: secproxy@44880000 {
index 4b7a63db4ce7448a4b8d162333716aeae024b10d..6f3a26283532fa1f0a531369561b1f3bd6a664ce 100644 (file)
@@ -21,8 +21,3 @@
                ethernet0 = &cpsw3g;
        };
 };
-
-&a53_0 {
-       clock-names = "gtc";
-       clocks = <&k3_clks 61 0>;
-};