diff mbox

[2/3,V2] EXYNOS5: Add devine node for USB.

Message ID 1354775556-23212-3-git-send-email-rajeshwari.s@samsung.com
State New
Headers show

Commit Message

Rajeshwari Shinde Dec. 6, 2012, 6:32 a.m. UTC
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(-)

Comments

Marek Vasut Dec. 6, 2012, 5:40 p.m. UTC | #1
Dear Rajeshwari Shinde,

Subject ... add "device" node ...

> 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>;
> +	};
> +
>  };

Best regards,
Marek Vasut
diff mbox

Patch

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>;
+	};
+
 };