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

Vivek Gautam gautam.vivek at samsung.com
Tue Jan 8 10:35:04 CET 2013


From: Rajeshwari Shinde <rajeshwari.s at samsung.com>

This patch adds the device node required for USB

Signed-off-by: Vivek Gautam <gautam.vivek at samsung.com>
---

Changes in v4:
        - Rebased on top of u-boot-samsung/master.

Changes in v3:
        - Using a sub-node under ehci node for phy which provides
          "compatible" and "reg" information.

Changes in v2:
        - None.

 arch/arm/dts/exynos5250.dtsi |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/arch/arm/dts/exynos5250.dtsi b/arch/arm/dts/exynos5250.dtsi
index 1008797..ed8c8dd 100644
--- a/arch/arm/dts/exynos5250.dtsi
+++ b/arch/arm/dts/exynos5250.dtsi
@@ -138,4 +138,17 @@
 		reg = <0x131b0000 0x30>;
 		interrupts = <0 130 0>;
 	};
+
+	ehci at 12110000 {
+		compatible = "samsung,exynos-ehci";
+		reg = <0x12110000 0x100>;
+		#address-cells = <1>;
+		#size-cells = <1>;
+
+		phy {
+			compatible = "samsung,exynos-usb-phy";
+			reg = <0x12130000 0x100>;
+		};
+	};
+
 };
-- 
1.7.6.5



More information about the U-Boot mailing list