aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <[email protected]>2014-09-14 10:08:33 +0900
committerKukjin Kim <[email protected]>2014-09-14 10:11:06 +0900
commit72a810810ff9e7a80f71f09f431c1b52156cbdda (patch)
treec32895efe054f8538d8f4066a215e767d0f5215b
parent0a0752c6ee58f28a29e78f1a8c38f2f1b11cba9f (diff)
ARM: dts: remove old USB2 PHY node hook for exynos5250-arndale
drivers/usb/phy/phy-samsung-usb2 driver got replaced by drivers/phy/phy-samsung-usb2 one. Remove the leftover hook from Arndale dts 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-arndale.dts4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/exynos5250-arndale.dts b/arch/arm/boot/dts/exynos5250-arndale.dts
index 42a3590339fc..3acd97eb6630 100644
--- a/arch/arm/boot/dts/exynos5250-arndale.dts
+++ b/arch/arm/boot/dts/exynos5250-arndale.dts
@@ -562,8 +562,4 @@
connect-gpios = <&gpd1 7 1>;
};
};
-
- usb@12110000 {
- usb-phy = <&usb2_phy>;
- };
};