[U-Boot] [PATCH 3/8] dts: exynos5250: Remove explicit device node of 'xhci'
Vivek Gautam
gautam.vivek at samsung.com
Mon Jan 6 10:29:38 CET 2014
Device node for 'xhci' already exists in 'exynos5' dtsi file,
so we don't need an explicit mention about it again in
'exynos5250' dtsi file.
Signed-off-by: Vivek Gautam <gautam.vivek at samsung.com>
---
arch/arm/dts/exynos5250.dtsi | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/arch/arm/dts/exynos5250.dtsi b/arch/arm/dts/exynos5250.dtsi
index 0c644e7..bb3f361 100644
--- a/arch/arm/dts/exynos5250.dtsi
+++ b/arch/arm/dts/exynos5250.dtsi
@@ -63,18 +63,4 @@
samsung,i2s-bit-clk-framesize = <32>;
samsung,i2s-id = <1>;
};
-
-
- xhci at 12000000 {
- compatible = "samsung,exynos5250-xhci";
- reg = <0x12000000 0x10000>;
- #address-cells = <1>;
- #size-cells = <1>;
-
- phy {
- compatible = "samsung,exynos5250-usb3-phy";
- reg = <0x12100000 0x100>;
- };
- };
-
};
--
1.7.10.4
More information about the U-Boot
mailing list