aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRajeshwari Shinde2013-01-07 17:35:04 -0600
committerMinkyu Kang2013-01-08 06:14:34 -0600
commit69c6f976a13cf787815bab52cfffa69792fecfa9 (patch)
treea63dd17389510e5918affa563456738cafd9ad94
parente18bf1f9f2d2afa688e30e3f73d52de6a5edf4c1 (diff)
downloadu-boot-69c6f976a13cf787815bab52cfffa69792fecfa9.tar.gz
u-boot-69c6f976a13cf787815bab52cfffa69792fecfa9.tar.xz
u-boot-69c6f976a13cf787815bab52cfffa69792fecfa9.zip
EXYNOS5: Add device node for USB.
This patch adds the device node required for USB Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
-rw-r--r--arch/arm/dts/exynos5250.dtsi13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/dts/exynos5250.dtsi b/arch/arm/dts/exynos5250.dtsi
index 100879734..ed8c8dd60 100644
--- a/arch/arm/dts/exynos5250.dtsi
+++ b/arch/arm/dts/exynos5250.dtsi
@@ -138,4 +138,17 @@
138 reg = <0x131b0000 0x30>; 138 reg = <0x131b0000 0x30>;
139 interrupts = <0 130 0>; 139 interrupts = <0 130 0>;
140 }; 140 };
141
142 ehci@12110000 {
143 compatible = "samsung,exynos-ehci";
144 reg = <0x12110000 0x100>;
145 #address-cells = <1>;
146 #size-cells = <1>;
147
148 phy {
149 compatible = "samsung,exynos-usb-phy";
150 reg = <0x12130000 0x100>;
151 };
152 };
153
141}; 154};