Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6f9d02a0 authored by Dongjin Kim's avatar Dongjin Kim Committed by Kukjin Kim
Browse files

ARM: dts: Add USB host node for Exynos4



This patch adds EHCI and OHCI host device nodes for Exynos4.

Signed-off-by: default avatarDongjin Kim <tobetter@gmail.com>
Acked-by: default avatarJingoo Han <jg1.han@samsung.com>
Reviewed-by: default avatarTomasz Figa <t.figa@samsung.com>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 35e82775
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -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>;