]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
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)
committerKleber Sacilotto de Souza <kleber.souza@canonical.com>
Fri, 28 Apr 2017 13:58:58 +0000 (15:58 +0200)
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;
+       };
 };