diff options
| author | Rajeshwari Shinde <[email protected]> | 2013-01-07 23:35:04 +0000 |
|---|---|---|
| committer | Minkyu Kang <[email protected]> | 2013-01-08 21:14:34 +0900 |
| commit | 69c6f976a13cf787815bab52cfffa69792fecfa9 (patch) | |
| tree | a63dd17389510e5918affa563456738cafd9ad94 /arch | |
| parent | e18bf1f9f2d2afa688e30e3f73d52de6a5edf4c1 (diff) | |
EXYNOS5: Add device node for USB.
This patch adds the device node required for USB
Signed-off-by: Vivek Gautam <[email protected]>
Signed-off-by: Minkyu Kang <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/dts/exynos5250.dtsi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/dts/exynos5250.dtsi b/arch/arm/dts/exynos5250.dtsi index 1008797345d..ed8c8dd6063 100644 --- a/arch/arm/dts/exynos5250.dtsi +++ b/arch/arm/dts/exynos5250.dtsi @@ -138,4 +138,17 @@ reg = <0x131b0000 0x30>; interrupts = <0 130 0>; }; + + ehci@12110000 { + compatible = "samsung,exynos-ehci"; + reg = <0x12110000 0x100>; + #address-cells = <1>; + #size-cells = <1>; + + phy { + compatible = "samsung,exynos-usb-phy"; + reg = <0x12130000 0x100>; + }; + }; + }; |
