projects
/
linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fc3f62
)
BCM270x DT: expose 3.3V and 5V system rails
author
Matthias Reichl
<hias@horus.com>
Sun, 22 Jan 2017 11:49:36 +0000
(12:49 +0100)
committer
Raspbian 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/bcm270x.dtsi
b/arch/arm/boot/dts/bcm270x.dtsi
index a46cb4a8b1419edd95e0e07c18b0f373222dc2bf..36d853715f2379e1952ce3d3be58dd670e305159 100644
(file)
--- 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;
+ };
};