diff options
author | Bartlomiej Zolnierkiewicz <[email protected]> | 2014-09-14 10:08:37 +0900 |
---|---|---|
committer | Kukjin Kim <[email protected]> | 2014-09-14 10:11:20 +0900 |
commit | 9b02732643d9f4b92b14f5ec041c166bd36033fc (patch) | |
tree | b7648ef52993fbbc3d5e5d47827ae2822ee6a609 | |
parent | 72a810810ff9e7a80f71f09f431c1b52156cbdda (diff) |
ARM: dts: remove old USB2 PHY node for exynos5250
drivers/usb/phy/phy-samsung-usb2 driver got replaced by
drivers/phy/phy-samsung-usb2 one. Remove the leftover
USB2 PHY node (EHCI/OHCI USB nodes are using the new one
already) from Exynos5250 dtsi file.
Cc: Mark Brown <[email protected]>
Cc: Kamil Debski <[email protected]>
Cc: Vivek Gautam <[email protected]>
Signed-off-by: Bartlomiej Zolnierkiewicz <[email protected]>
Acked-by: Kyungmin Park <[email protected]>
Acked-by: Kishon Vijay Abraham I <[email protected]>
Reviewed-by: Vivek Gautam <[email protected]>
Reviewed-by: Jingoo Han <[email protected]>
Signed-off-by: Kukjin Kim <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/exynos5250.dtsi | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi index 492e1eff37bd..f21b9aa00fbb 100644 --- a/arch/arm/boot/dts/exynos5250.dtsi +++ b/arch/arm/boot/dts/exynos5250.dtsi @@ -603,21 +603,6 @@ }; }; - usb2_phy: usbphy@12130000 { - compatible = "samsung,exynos5250-usb2phy"; - reg = <0x12130000 0x100>; - clocks = <&clock CLK_FIN_PLL>, <&clock CLK_USB2>; - clock-names = "ext_xtal", "usbhost"; - #address-cells = <1>; - #size-cells = <1>; - ranges; - - usbphy-sys { - reg = <0x10040704 0x8>, - <0x10050230 0x4>; - }; - }; - usb2_phy_gen: phy@12130000 { compatible = "samsung,exynos5250-usb2-phy"; reg = <0x12130000 0x100>; |