From: Chen-Yu Tsai Date: Tue, 16 Sep 2014 16:04:45 +0000 (+0800) Subject: ARM: dts: sunxi: Add fixed 5V regulator X-Git-Tag: v3.18-rc1~119^2~12^2~2 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=a5a68f7509b86bf08a18ed6e4af9226ca5be1634;p=~emulex%2Finfiniband.git ARM: dts: sunxi: Add fixed 5V regulator Most if not all boards we've seen have a fixed 5V regulator, which is the main power supply and/or fixed output of the PMIC. Add this one to the common regulators DTSI. Signed-off-by: Chen-Yu Tsai Signed-off-by: Maxime Ripard --- diff --git a/arch/arm/boot/dts/sunxi-common-regulators.dtsi b/arch/arm/boot/dts/sunxi-common-regulators.dtsi index 3d021efd1a3..c9c5b10e03e 100644 --- a/arch/arm/boot/dts/sunxi-common-regulators.dtsi +++ b/arch/arm/boot/dts/sunxi-common-regulators.dtsi @@ -86,4 +86,11 @@ regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; }; + + reg_vcc5v0: vcc5v0 { + compatible = "regulator-fixed"; + regulator-name = "vcc5v0"; + regulator-min-microvolt = <5000000>; + regulator-max-microvolt = <5000000>; + }; };