Add required VDD 3.3V and VDD 1.0V regulator supplies to usb nodes.

Signed-off-by: Vivek Gautam <gautam.vi...@samsung.com>
---
 arch/arm/boot/dts/exynos5250-snow.dts |   12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/arch/arm/boot/dts/exynos5250-snow.dts 
b/arch/arm/boot/dts/exynos5250-snow.dts
index fd9b3b3..21d1f31 100644
--- a/arch/arm/boot/dts/exynos5250-snow.dts
+++ b/arch/arm/boot/dts/exynos5250-snow.dts
@@ -214,12 +214,24 @@
                enable-active-high;
        };
 
+       usb@12000000 {
+               vdd33-supply = <&ldo12_reg>;
+               vdd10-supply = <&ldo15_reg>;
+       };
+
        phy@12100000 {
                vbus-supply = <&usb3_vbus_reg>;
        };
 
        usb@12110000 {
                samsung,vbus-gpio = <&gpx1 1 0>;
+               vdd33-supply = <&ldo12_reg>;
+               vdd10-supply = <&ldo15_reg>;
+       };
+
+       usb@12120000 {
+               vdd33-supply = <&ldo12_reg>;
+               vdd10-supply = <&ldo15_reg>;
        };
 
        fixed-rate-clocks {
-- 
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to