Commit 6f752f70 authored by Mark Brown's avatar Mark Brown Committed by Michal Simek

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: default avatarMark Brown <broonie@kernel.org>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent f62f4047
......@@ -51,6 +51,29 @@ ethernet_phy: ethernet-phy@0 {
&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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment