Re: [PATCH] ARM: dts: Add USB host node for Exynos4

2013-07-23 Thread Jingoo Han
On Wednesday, July 24, 2013 3:29 PM, Dongjin Kim wrote: > > +Jingoo Han > > Sorry, its my bad. Typo problem. > > I found another patch same with mine, > https://patchwork.kernel.org/patch/2628451, submitted by Jingoo Han > and tested on Exynos4210. Mine is tested on Exynos4412. Both SoC have > s

Re: [PATCH] ARM: dts: Add USB host node for Exynos4

2013-07-23 Thread Dongjin Kim
+Jingoo Han Sorry, its my bad. Typo problem. I found another patch same with mine, https://patchwork.kernel.org/patch/2628451, submitted by Jingoo Han and tested on Exynos4210. Mine is tested on Exynos4412. Both SoC have same USB host address space, so I think USB host device nodes can be placed

Re: [PATCH] ARM: dts: Add USB host node for Exynos4

2013-07-23 Thread Sachin Kamat
On 23 July 2013 23:02, Dongjin Kim wrote: > This patch adds EHCI and OHCI host device nodes for Exynos4. > > Signed-off-by: Dongjin Kim > --- > arch/arm/boot/dts/exynos4.dtsi | 20 > 1 file changed, 20 insertions(+) > > diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/ar

[PATCH] ARM: dts: Add USB host node for Exynos4

2013-07-23 Thread Dongjin Kim
This patch adds EHCI and OHCI host device nodes for Exynos4. Signed-off-by: Dongjin Kim --- arch/arm/boot/dts/exynos4.dtsi | 20 1 file changed, 20 insertions(+) diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi index 3f94fe8..1cdbf89 100644 ---