Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 977104e5 authored by Chen-Yu Tsai's avatar Chen-Yu Tsai Committed by Maxime Ripard
Browse files

ARM: dts: sun4i: a10-lime: Override and remove 1008MHz OPP setting



The Olimex A10-Lime is known to be unstable when running at 1008MHz.

Signed-off-by: default avatarChen-Yu Tsai <wens@csie.org>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent fdc0074c
Loading
Loading
Loading
Loading
+16 −0
Original line number Original line Diff line number Diff line
@@ -56,6 +56,22 @@
	model = "Olimex A10-OLinuXino-LIME";
	model = "Olimex A10-OLinuXino-LIME";
	compatible = "olimex,a10-olinuxino-lime", "allwinner,sun4i-a10";
	compatible = "olimex,a10-olinuxino-lime", "allwinner,sun4i-a10";


	cpus {
		cpu0: cpu@0 {
			/*
			 * The A10-Lime is known to be unstable
			 * when running at 1008 MHz
			 */
			operating-points = <
				/* kHz    uV */
				912000  1350000
				864000  1300000
				624000  1250000
				>;
			cooling-max-level = <2>;
		};
	};

	soc@01c00000 {
	soc@01c00000 {
		emac: ethernet@01c0b000 {
		emac: ethernet@01c0b000 {
			pinctrl-names = "default";
			pinctrl-names = "default";