diff options
author | Tomasz Figa <t.figa@samsung.com> | 2013-03-13 20:03:15 +0100 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-11-18 11:43:18 +0900 |
commit | 9db20a5ffe53ba6cb3cbbe9a6f251ffc3534924a (patch) | |
tree | 2c65d2e81873cd28d51830298966300ffe3ec397 /arch | |
parent | 7a5c7a25003a8f3993b0307fa21466220f9c2a83 (diff) | |
download | linux-3.10-9db20a5ffe53ba6cb3cbbe9a6f251ffc3534924a.tar.gz linux-3.10-9db20a5ffe53ba6cb3cbbe9a6f251ffc3534924a.tar.bz2 linux-3.10-9db20a5ffe53ba6cb3cbbe9a6f251ffc3534924a.zip |
ARM: dts: exynos4210-origen: Use real regulators for USB OTG
Signed-off-by: Tomasz Figa <t.figa@samsung.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/exynos4210-origen.dts | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/arch/arm/boot/dts/exynos4210-origen.dts b/arch/arm/boot/dts/exynos4210-origen.dts index 341717b36dc..95bb61f9259 100644 --- a/arch/arm/boot/dts/exynos4210-origen.dts +++ b/arch/arm/boot/dts/exynos4210-origen.dts @@ -165,21 +165,14 @@ }; }; - vusb_reg: voltage-regulator-1 { - compatible = "regulator-fixed"; - regulator-name = "VUSB_DUMMY"; - regulator-min-microvolt = <3300000>; - regulator-max-microvolt = <3300000>; - }; - usbphy@125B0000 { status = "okay"; }; hsotg@12480000 { status = "okay"; - vusb_d-supply = <&vusb_reg>; - vusb_a-supply = <&vusb_reg>; + vusb_d-supply = <&ldo8_reg>; + vusb_a-supply = <&ldo3_reg>; }; ehci@12580000 { |