BCM270x DT: expose 3.3V and 5V system rails
authorMatthias Reichl <hias@horus.com>
Sun, 22 Jan 2017 11:49:36 +0000 (12:49 +0100)
committerRaspbian kernel package updater <root@raspbian.org>
Sat, 31 Mar 2018 14:45:21 +0000 (15:45 +0100)
Signed-off-by: Matthias Reichl <hias@horus.com>
arch/arm/boot/dts/bcm270x.dtsi

index a46cb4a8b1419edd95e0e07c18b0f373222dc2bf..36d853715f2379e1952ce3d3be58dd670e305159 100644 (file)
                        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;
+       };
 };