diff options
author | Mark Brown <broonie@kernel.org> | 2014-09-06 07:40:16 -0400 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2014-09-16 06:48:57 -0400 |
commit | 6f752f70a3a344af53d0e8100c2f7c15074b0651 (patch) | |
tree | 44882213477edca53dd08609030e1dbeebc48bf9 | |
parent | f62f40475137c905d8e4bcbe9870b4d7e4fed91f (diff) |
ARM: zynq: Add ISL9305 regulator on Parallella board
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>
-rw-r--r-- | arch/arm/boot/dts/zynq-parallella.dts | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/zynq-parallella.dts b/arch/arm/boot/dts/zynq-parallella.dts index aadde020bf22..e1f51ca127fe 100644 --- a/arch/arm/boot/dts/zynq-parallella.dts +++ b/arch/arm/boot/dts/zynq-parallella.dts | |||
@@ -51,6 +51,29 @@ | |||
51 | 51 | ||
52 | &i2c0 { | 52 | &i2c0 { |
53 | status = "okay"; | 53 | status = "okay"; |
54 | |||
55 | isl9305: isl9305@68 { | ||
56 | compatible = "isl,isl9305"; | ||
57 | reg = <0x68>; | ||
58 | |||
59 | regulators { | ||
60 | dcd1 { | ||
61 | regulator-name = "VDD_DSP"; | ||
62 | regulator-always-on; | ||
63 | }; | ||
64 | dcd2 { | ||
65 | regulator-name = "1P35V"; | ||
66 | regulator-always-on; | ||
67 | }; | ||
68 | ldo1 { | ||
69 | regulator-name = "VDD_ADJ"; | ||
70 | }; | ||
71 | ldo2 { | ||
72 | regulator-name = "VDD_GPIO"; | ||
73 | regulator-always-on; | ||
74 | }; | ||
75 | }; | ||
76 | }; | ||
54 | }; | 77 | }; |
55 | 78 | ||
56 | &sdhci1 { | 79 | &sdhci1 { |