
6 Dec
2012
6 Dec
'12
7:32 a.m.
This patch adds the device node required for USB
Signed-off-by: Vivek Gautam gautam.vivek@samsung.com --- Chnages in V2: - None arch/arm/dts/exynos5250.dtsi | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/arch/arm/dts/exynos5250.dtsi b/arch/arm/dts/exynos5250.dtsi index 2073ef2..dc727fc 100644 --- a/arch/arm/dts/exynos5250.dtsi +++ b/arch/arm/dts/exynos5250.dtsi @@ -143,4 +143,11 @@ reg = <0x131b0000 0x30>; interrupts = <0 130 0>; }; + + ehci@12110000 { + compatible = "samsung,exynos-ehci"; + reg = <0x12110000 0x100>; + phyreg = <0x12130000>; + }; + };
--
1.7.4.4