Commit baff39e6 authored by Srinivas Kandagatla's avatar Srinivas Kandagatla Committed by Andy Gross

ARM: dts: qs600: Add real regulators to sdcc

This patch adds real regulators to sdcc nodes.
Signed-off-by: default avatarSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: default avatarAndy Gross <agross@codeaurora.org>
parent 2736bbac
...@@ -67,6 +67,12 @@ pm8921_l4: l4 { ...@@ -67,6 +67,12 @@ pm8921_l4: l4 {
bias-pull-down; bias-pull-down;
}; };
pm8921_l5: l5 {
regulator-min-microvolt = <2750000>;
regulator-max-microvolt = <3000000>;
bias-pull-down;
};
pm8921_l23: l23 { pm8921_l23: l23 {
regulator-min-microvolt = <1700000>; regulator-min-microvolt = <1700000>;
regulator-max-microvolt = <1900000>; regulator-max-microvolt = <1900000>;
...@@ -140,19 +146,33 @@ usb4: usb@12530000 { ...@@ -140,19 +146,33 @@ usb4: usb@12530000 {
status = "okay"; status = "okay";
}; };
/* on board fixed 3.3v supply */
v3p3_fixed: v3p3 {
compatible = "regulator-fixed";
regulator-name = "PCIE V3P3";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
regulator-always-on;
};
amba { amba {
/* eMMC */ /* eMMC */
sdcc1: sdcc@12400000 { sdcc1: sdcc@12400000 {
status = "okay"; status = "okay";
vmmc-supply = <&pm8921_l5>;
vqmmc-supply = <&pm8921_s4>;
}; };
/* External micro SD card */ /* External micro SD card */
sdcc3: sdcc@12180000 { sdcc3: sdcc@12180000 {
status = "okay"; status = "okay";
vmmc-supply = <&v3p3_fixed>;
}; };
/* WLAN */ /* WLAN */
sdcc4: sdcc@121c0000 { sdcc4: sdcc@121c0000 {
status = "okay"; status = "okay";
vmmc-supply = <&v3p3_fixed>;
vqmmc-supply = <&v3p3_fixed>;
}; };
}; };
}; };
......
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