Commit 8695add6 authored by Nishanth Menon's avatar Nishanth Menon Committed by Tony Lindgren

ARM: dts: dra7-evm: Add missing regulators

Few regulators information were missing from DT. Add those
missing regulators.
Signed-off-by: default avatarLokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: default avatarNishanth Menon <nm@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent d79852a7
...@@ -33,6 +33,7 @@ evm_3v3_sd: fixedregulator-sd { ...@@ -33,6 +33,7 @@ evm_3v3_sd: fixedregulator-sd {
evm_3v3_sw: fixedregulator-evm_3v3_sw { evm_3v3_sw: fixedregulator-evm_3v3_sw {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "evm_3v3_sw"; regulator-name = "evm_3v3_sw";
vin-supply = <&sysen1>;
regulator-min-microvolt = <3300000>; regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>; regulator-max-microvolt = <3300000>;
}; };
...@@ -64,6 +65,7 @@ vtt_fixed: fixedregulator-vtt { ...@@ -64,6 +65,7 @@ vtt_fixed: fixedregulator-vtt {
regulator-always-on; regulator-always-on;
regulator-boot-on; regulator-boot-on;
enable-active-high; enable-active-high;
vin-supply = <&sysen2>;
gpio = <&gpio7 11 GPIO_ACTIVE_HIGH>; gpio = <&gpio7 11 GPIO_ACTIVE_HIGH>;
}; };
...@@ -523,6 +525,31 @@ ldousb_reg: ldousb { ...@@ -523,6 +525,31 @@ ldousb_reg: ldousb {
regulator-max-microvolt = <3300000>; regulator-max-microvolt = <3300000>;
regulator-boot-on; regulator-boot-on;
}; };
/* REGEN1 is unused */
regen2: regen2 {
/* Needed for PMIC internal resources */
regulator-name = "regen2";
regulator-boot-on;
regulator-always-on;
};
/* REGEN3 is unused */
sysen1: sysen1 {
/* PMIC_REGEN_3V3 */
regulator-name = "sysen1";
regulator-boot-on;
regulator-always-on;
};
sysen2: sysen2 {
/* PMIC_REGEN_DDR */
regulator-name = "sysen2";
regulator-boot-on;
regulator-always-on;
};
}; };
}; };
}; };
......
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