lkml.org 
[lkml]   [2013]   [Jul]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH] ARM: dts: Add USB host node for Exynos4
From
On 23 July 2013 23:02, Dongjin Kim <tobetter@gmail.com> wrote:
> This patch adds EHCI and OHCI host device nodes for Exynos4.
>
> Signed-off-by: Dongjin Kim <tobetter@gmail.com>
> ---
> 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
> --- a/arch/arm/boot/dts/exynos4.dtsi
> +++ b/arch/arm/boot/dts/exynos4.dtsi
> @@ -155,6 +155,26 @@
> status = "disabled";
> };
>
> + ehci@12580000 {
> + compatible = "samsung,exynos4210-ehci";
> + reg = <0x12580000 0x100>;
> + interrupts = <0 70 0>;
> + status = "disabled";
> +
> + clocks = <&clock 304>;
> + clock-names = "usbhost";
> + };
> +
> + ohci@12590000 {
> + compatible = "samsung,exynos4210-ohci";
> + reg = <0x12580000 0x100>;

Register value and node name do not match. Typo?


> + interrupts = <0 70 0>;
> + status = "disabled";
> +
> + clocks = <&clock 304>;
> + clock-names = "usbhost";
> + };
> +
> mfc: codec@13400000 {
> compatible = "samsung,mfc-v5";
> reg = <0x13400000 0x10000>;
> --
> 1.7.9.5
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html



--
With warm regards,
Sachin


\
 
 \ /
  Last update: 2013-07-24 06:21    [W:1.035 / U:0.048 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site