[U-Boot] [PATCH 2/3 V2] EXYNOS5: Add devine node for USB.
Rajeshwari Shinde
rajeshwari.s at samsung.com
Thu Dec 6 07:32:35 CET 2012
This patch adds the device node required for USB
Signed-off-by: Vivek Gautam <gautam.vivek at 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 at 12110000 {
+ compatible = "samsung,exynos-ehci";
+ reg = <0x12110000 0x100>;
+ phyreg = <0x12130000>;
+ };
+
};
--
1.7.4.4
More information about the U-Boot
mailing list