mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 20:56:12 +02:00
arch: arm: dts: k3-r5: Drop a53_0 clock overrides in board files
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>
This commit is contained in:
parent
eb3042dc0d
commit
045fb42827
@ -21,11 +21,6 @@
|
||||
};
|
||||
};
|
||||
|
||||
&a53_0 {
|
||||
clock-names = "gtc";
|
||||
clocks = <&k3_clks 61 0>;
|
||||
};
|
||||
|
||||
&main_pktdma {
|
||||
ti,sci = <&dm_tifs>;
|
||||
};
|
||||
|
||||
@ -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
|
||||
|
||||
@ -22,11 +22,6 @@
|
||||
};
|
||||
};
|
||||
|
||||
&a53_0 {
|
||||
clocks = <&k3_clks 61 0>;
|
||||
clock-names = "gtc";
|
||||
};
|
||||
|
||||
&cbass_main {
|
||||
bootph-pre-ram;
|
||||
sa3_secproxy: secproxy@44880000 {
|
||||
|
||||
@ -21,8 +21,3 @@
|
||||
ethernet0 = &cpsw3g;
|
||||
};
|
||||
};
|
||||
|
||||
&a53_0 {
|
||||
clock-names = "gtc";
|
||||
clocks = <&k3_clks 61 0>;
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user