ARM: dts: imx6: RDU2: bump SoC/PU operating points by 25mV
authorLucas Stach <l.stach@pengutronix.de>
Thu, 12 Apr 2018 13:15:54 +0000 (15:15 +0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 23 Apr 2018 09:10:47 +0000 (17:10 +0800)
This bumps the SoC/PU domain operating points by 25mV, giving a total
of 75mV margin to the minimum required voltages. This gets rid of
brown-outs seen due to voltage drop-out on the board.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Tested-by: Chris Healy <cphealy@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi

index 911f7f0..ea2093f 100644 (file)
        };
 };
 
+&cpu0 {
+       fsl,soc-operating-points = <
+               /* ARM kHz  SOC-PU uV */
+               1200000 1300000
+               996000  1275000
+               852000  1275000
+               792000  1200000
+               396000  1200000
+       >;
+};
+
 &reg_arm {
        vin-supply = <&sw1a_reg>;
 };