[U-Boot] [PATCH RFC 5/6] arm: exynos5: Enable EHCI and XHCI hcds through device tree.

Vivek Gautam gautam.vivek at samsung.com
Wed Feb 18 11:41:38 CET 2015


Add devices for XHCI-HCD and EHCI-HCD in exynos5 family.

Signed-off-by: Vivek Gautam <gautam.vivek at samsung.com>
---
 arch/arm/dts/exynos5.dtsi |    8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/dts/exynos5.dtsi b/arch/arm/dts/exynos5.dtsi
index 238acb8..5cdf406 100644
--- a/arch/arm/dts/exynos5.dtsi
+++ b/arch/arm/dts/exynos5.dtsi
@@ -157,6 +157,14 @@
 		};
 	};
 
+	ehcihcd {
+		compatible = "ehci-hcd";
+	};
+
+	xhcihcd {
+		compatible = "xhci-hcd";
+	};
+
 	tmu at 10060000 {
 		compatible = "samsung,exynos-tmu";
 		reg = <0x10060000 0x10000>;
-- 
1.7.10.4



More information about the U-Boot mailing list