Hi Anson, On Sat, Mar 17, 2018 at 3:57 AM, Anson Huang <Anson.Huang@xxxxxxx> wrote: > Update sw1a/vldo4's voltage range according to latest pfuze3000 > datasheet from: > > http://cache.freescale.com/files/analog/doc/data_sheet/PF3000.pdf?fsrch=1&sr=1&pageNum=1 > > Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx> > Signed-off-by: Robin Gong <yibin.gong@xxxxxxx> > --- > arch/arm/boot/dts/imx6sx-udoo-neo.dtsi | 2 +- > arch/arm/boot/dts/imx7d-cl-som-imx7.dts | 4 ++-- > arch/arm/boot/dts/imx7d-nitrogen7.dts | 2 +- > arch/arm/boot/dts/imx7d-sdb.dts | 6 +++--- > arch/arm/boot/dts/imx7s-warp.dts | 2 +- > 5 files changed, 8 insertions(+), 8 deletions(-) > > diff --git a/arch/arm/boot/dts/imx6sx-udoo-neo.dtsi b/arch/arm/boot/dts/imx6sx-udoo-neo.dtsi > index 53b3eac..1de0a0f 100644 > --- a/arch/arm/boot/dts/imx6sx-udoo-neo.dtsi > +++ b/arch/arm/boot/dts/imx6sx-udoo-neo.dtsi > @@ -142,7 +142,7 @@ > regulators { > sw1a_reg: sw1a { > regulator-min-microvolt = <700000>; > - regulator-max-microvolt = <1475000>; > + regulator-max-microvolt = <3300000>; This change does not look like a safe thing to do without carefully checking each one of the board schematics. Even if the regulator itself is capable of driving a higher voltage, it does not mean that the circuitry that consumes such regulator is allowed to receive the higher voltages. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html