projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8411ca1
)
ARM: dts: bcm590xx: add support for GPLDO and VBUS regulators
author
Matt Porter
<mporter@linaro.org>
Fri, 11 Apr 2014 12:35:43 +0000
(08:35 -0400)
committer
Matt Porter
<mporter@linaro.org>
Fri, 23 May 2014 12:07:01 +0000
(08:07 -0400)
Adds additional nodes to support GPLDO1-6 and VBUS regulators which
are now supported in the bcm590xx regulator driver.
Signed-off-by: Matt Porter <mporter@linaro.org>
arch/arm/boot/dts/bcm59056.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/bcm59056.dtsi
b/arch/arm/boot/dts/bcm59056.dtsi
index dfadaaa89b059c37b11383b313f76b8c267754f6..066adfb10bd5ad674cd94ee75fbc8aebd8af896f 100644
(file)
--- a/
arch/arm/boot/dts/bcm59056.dtsi
+++ b/
arch/arm/boot/dts/bcm59056.dtsi
@@
-70,5
+70,26
@@
vsr_reg: vsr {
};
+
+ gpldo1_reg: gpldo1 {
+ };
+
+ gpldo2_reg: gpldo2 {
+ };
+
+ gpldo3_reg: gpldo3 {
+ };
+
+ gpldo4_reg: gpldo4 {
+ };
+
+ gpldo5_reg: gpldo5 {
+ };
+
+ gpldo6_reg: gpldo6 {
+ };
+
+ vbus_reg: vbus {
+ };
};
};