Add required VDD 3.3V and VDD 1.0V regulator supplies to usb nodes. Signed-off-by: Vivek Gautam <gautam.vivek@xxxxxxxxxxx> --- arch/arm/boot/dts/exynos5250-smdk5250.dts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/arch/arm/boot/dts/exynos5250-smdk5250.dts b/arch/arm/boot/dts/exynos5250-smdk5250.dts index a794a70..2f183b8 100644 --- a/arch/arm/boot/dts/exynos5250-smdk5250.dts +++ b/arch/arm/boot/dts/exynos5250-smdk5250.dts @@ -363,8 +363,20 @@ samsung,audio-codec = <&wm8994>; }; + usb@12000000 { + vdd33-supply = <&ldo12_reg>; + vdd10-supply = <&ldo15_reg>; + }; + usb@12110000 { samsung,vbus-gpio = <&gpx2 6 0>; + vdd33-supply = <&ldo12_reg>; + vdd10-supply = <&ldo15_reg>; + }; + + usb@12120000 { + vdd33-supply = <&ldo12_reg>; + vdd10-supply = <&ldo15_reg>; }; dp-controller@145B0000 { -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html