From: Matthias Reichl Date: Sun, 22 Jan 2017 11:49:36 +0000 (+0100) Subject: BCM270x DT: expose 3.3V and 5V system rails X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~8^2~58 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5ee08055226fe3ab0e448e8cbf4db9e954fd2a6d;p=linux-4.9.git BCM270x DT: expose 3.3V and 5V system rails Signed-off-by: Matthias Reichl --- diff --git a/arch/arm/boot/dts/bcm270x.dtsi b/arch/arm/boot/dts/bcm270x.dtsi index a46cb4a8b141..36d853715f23 100644 --- a/arch/arm/boot/dts/bcm270x.dtsi +++ b/arch/arm/boot/dts/bcm270x.dtsi @@ -138,4 +138,20 @@ status = "disabled"; }; }; + + vdd_5v0_reg: fixedregulator_5v0 { + compatible = "regulator-fixed"; + regulator-name = "5v0"; + regulator-min-microvolt = <5000000>; + regulator-max-microvolt = <5000000>; + regulator-always-on; + }; + + vdd_3v3_reg: fixedregulator_3v3 { + compatible = "regulator-fixed"; + regulator-name = "3v3"; + regulator-min-microvolt = <3300000>; + regulator-max-microvolt = <3300000>; + regulator-always-on; + }; };