[U-Boot] [PATCH 2/3] EXYNOS5: Add device node for USB.

Rajeshwari Shinde rajeshwari.s at samsung.com
Mon Dec 3 14:30:08 CET 2012


This patch adds the device node required for USB

Signed-off-by: Vivek Gautam <gautam.vivek at samsung.com>
---
 arch/arm/dts/exynos5250.dtsi |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/arch/arm/dts/exynos5250.dtsi b/arch/arm/dts/exynos5250.dtsi
index e8ecf3f..dd2c6ac 100644
--- a/arch/arm/dts/exynos5250.dtsi
+++ b/arch/arm/dts/exynos5250.dtsi
@@ -127,4 +127,10 @@
 		clock-frequency = <50000000>;
 		interrupts = <0 70 0>;
         };
+
+	ehci at 12110000 {
+		compatible = "samsung,exynos-ehci";
+		reg = <0x12110000 0x100>;
+		phyreg = <0x12130000>;
+	};
 };
-- 
1.7.4.4



More information about the U-Boot mailing list