Skip to content

Commit

Permalink
ARM: zynq: Add ISL9305 regulator on Parallella board
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mark Brown authored and Michal Simek committed Sep 16, 2014
1 parent f62f404 commit 6f752f7
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions arch/arm/boot/dts/zynq-parallella.dts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,29 @@

&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 {
Expand Down

0 comments on commit 6f752f7

Please sign in to comment.