[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-id: <1426155007-22189-1-git-send-email-jaewon02.kim@samsung.com>
Date: Thu, 12 Mar 2015 19:10:07 +0900
From: Jaewon Kim <jaewon02.kim@...sung.com>
To: Kamil Debski <k.debski@...sung.com>, Kukjin Kim <kgene@...nel.org>,
Kishon Vijay Abraham I <kishon@...com>,
Vivek Gautam <gautam.vivek@...sung.com>,
Felipe Balbi <balbi@...com>
Cc: Inki Dae <inki.dae@...sung.com>,
Chanwoo Choi <cw00.choi@...sung.com>,
linux-kernel@...r.kernel.org, linux-samsung-soc@...r.kernel.org,
linux-usb@...r.kernel.org, Jaewon Kim <jaewon02.kim@...sung.com>
Subject: [PATCH] ARM: dts: remove usb2-phy on Exynos5 series SoC
Exynos5 series SoC does not have usb2-phy on USB3.0 Controller.
It is controlled by only usb3-phy. So, this patch remove usb2-phy
property.
Signed-off-by: Jaewon Kim <jaewon02.kim@...sung.com>
---
arch/arm/boot/dts/exynos5250.dtsi | 4 ++--
arch/arm/boot/dts/exynos5420.dtsi | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi
index 9bb1b0b..b58b169 100644
--- a/arch/arm/boot/dts/exynos5250.dtsi
+++ b/arch/arm/boot/dts/exynos5250.dtsi
@@ -565,8 +565,8 @@
compatible = "synopsys,dwc3";
reg = <0x12000000 0x10000>;
interrupts = <0 72 0>;
- phys = <&usbdrd_phy 0>, <&usbdrd_phy 1>;
- phy-names = "usb2-phy", "usb3-phy";
+ phys = <&usbdrd_phy 0>;
+ phy-names = "usb3-phy";
};
};
diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi
index 9dc2e97..0df14bb 100644
--- a/arch/arm/boot/dts/exynos5420.dtsi
+++ b/arch/arm/boot/dts/exynos5420.dtsi
@@ -845,8 +845,8 @@
compatible = "snps,dwc3";
reg = <0x12000000 0x10000>;
interrupts = <0 72 0>;
- phys = <&usbdrd_phy0 0>, <&usbdrd_phy0 1>;
- phy-names = "usb2-phy", "usb3-phy";
+ phys = <&usbdrd_phy0 0>;
+ phy-names = "usb3-phy";
};
};
@@ -871,8 +871,8 @@
compatible = "snps,dwc3";
reg = <0x12400000 0x10000>;
interrupts = <0 73 0>;
- phys = <&usbdrd_phy1 0>, <&usbdrd_phy1 1>;
- phy-names = "usb2-phy", "usb3-phy";
+ phys = <&usbdrd_phy1 1>;
+ phy-names = "usb3-phy";
};
};
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists