[U-Boot] [PATCH 05/19] ARM: zynq: DT: Remove 222 MHz OPP
Michal Simek
michal.simek at xilinx.com
Wed Jul 22 17:38:00 CEST 2015
Due to dependencies between timer and CPU frequency, only changes by
powers of two are allowed. The clocksource driver prevents other
changes, but with cpufreq and its governors it can result in being
spammed with error messages constantly. Hence, remove the 222 MHz OPP.
Signed-off-by: Soren Brinkmann <soren.brinkmann at xilinx.com>
Signed-off-by: Michal Simek <michal.simek at xilinx.com>
---
>From mainline
---
arch/arm/dts/zynq-7000.dtsi | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/dts/zynq-7000.dtsi b/arch/arm/dts/zynq-7000.dtsi
index a4bfc6211100..7679cf242f91 100644
--- a/arch/arm/dts/zynq-7000.dtsi
+++ b/arch/arm/dts/zynq-7000.dtsi
@@ -26,7 +26,6 @@
/* kHz uV */
666667 1000000
333334 1000000
- 222223 1000000
>;
};
--
2.3.5
More information about the U-Boot
mailing list