From: Dongjin Kim Date: Sun, 18 Aug 2013 20:07:17 +0000 (+0900) Subject: ARM: dts: Add USB host node for Exynos4 X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=6f9d02a056fff8e965da0f940a09d4c39a4fe80a;p=deliverable%2Flinux.git ARM: dts: Add USB host node for Exynos4 This patch adds EHCI and OHCI host device nodes for Exynos4. Signed-off-by: Dongjin Kim Acked-by: Jingoo Han Reviewed-by: Tomasz Figa Signed-off-by: Kukjin Kim --- diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi index 42aa0c9d89fa..93c250139159 100644 --- a/arch/arm/boot/dts/exynos4.dtsi +++ b/arch/arm/boot/dts/exynos4.dtsi @@ -243,6 +243,24 @@ status = "disabled"; }; + ehci@12580000 { + compatible = "samsung,exynos4210-ehci"; + reg = <0x12580000 0x100>; + interrupts = <0 70 0>; + clocks = <&clock 304>; + clock-names = "usbhost"; + status = "disabled"; + }; + + ohci@12590000 { + compatible = "samsung,exynos4210-ohci"; + reg = <0x12590000 0x100>; + interrupts = <0 70 0>; + clocks = <&clock 304>; + clock-names = "usbhost"; + status = "disabled"; + }; + mfc: codec@13400000 { compatible = "samsung,mfc-v5"; reg = <0x13400000 0x10000>;