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>
};
};
-&a53_0 {
- clock-names = "gtc";
- clocks = <&k3_clks 61 0>;
-};
-
&main_pktdma {
ti,sci = <&dm_tifs>;
};
};
&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
};
};
-&a53_0 {
- clocks = <&k3_clks 61 0>;
- clock-names = "gtc";
-};
-
&cbass_main {
bootph-pre-ram;
sa3_secproxy: secproxy@44880000 {
ethernet0 = &cpsw3g;
};
};
-
-&a53_0 {
- clock-names = "gtc";
- clocks = <&k3_clks 61 0>;
-};