]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: zynq: Add ISL9305 regulator on Parallella board
authorMark Brown <broonie@kernel.org>
Sat, 6 Sep 2014 11:40:16 +0000 (12:40 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 16 Sep 2014 10:48:57 +0000 (12:48 +0200)
There is an ISL9305 regulator on the Parallella board, add it to the DT
along with descriptions of all the supplies.

Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/boot/dts/zynq-parallella.dts

index aadde020bf229ece471c052296260ae2dd1e906c..e1f51ca127fe835664f0609b19a1ef428de62ca8 100644 (file)
 
 &i2c0 {
        status = "okay";
+
+       isl9305: isl9305@68 {
+               compatible = "isl,isl9305";
+               reg = <0x68>;
+
+               regulators {
+                       dcd1 {
+                               regulator-name = "VDD_DSP";
+                               regulator-always-on;
+                       };
+                       dcd2 {
+                               regulator-name = "1P35V";
+                               regulator-always-on;
+                       };
+                       ldo1 {
+                               regulator-name = "VDD_ADJ";
+                       };
+                       ldo2 {
+                               regulator-name = "VDD_GPIO";
+                               regulator-always-on;
+                       };
+               };
+       };
 };
 
 &sdhci1 {