devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: imx50: remove non-existent USB instances
@ 2018-06-24  6:15 Alexander Kurz
  2018-07-01  9:09 ` Shawn Guo
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Kurz @ 2018-06-24  6:15 UTC (permalink / raw)
  To: Shawn Guo
  Cc: devicetree, Sascha Hauer, Greg Ungerer, Fabio Estevam,
	Alexander Kurz, linux-arm-kernel

According to the i.MX50 Reference Manual, the SoC features one USB OTG
and one host controller. Remove the non-existent instances from the
DTS which probably got initially copied from the mx53 DTS.

Signed-off-by: Alexander Kurz <akurz@blala.de>
---
 arch/arm/boot/dts/imx50-evk.dts |  8 --------
 arch/arm/boot/dts/imx50.dtsi    | 18 ------------------
 2 files changed, 26 deletions(-)

diff --git a/arch/arm/boot/dts/imx50-evk.dts b/arch/arm/boot/dts/imx50-evk.dts
index 98b5faa06e27..d952bd150764 100644
--- a/arch/arm/boot/dts/imx50-evk.dts
+++ b/arch/arm/boot/dts/imx50-evk.dts
@@ -105,14 +105,6 @@
 	status = "okay";
 };
 
-&usbh2 {
-	status = "okay";
-};
-
-&usbh3 {
-	status = "okay";
-};
-
 &usbotg {
 	status = "okay";
 };
diff --git a/arch/arm/boot/dts/imx50.dtsi b/arch/arm/boot/dts/imx50.dtsi
index 3747d80104f4..42b3e53e07e9 100644
--- a/arch/arm/boot/dts/imx50.dtsi
+++ b/arch/arm/boot/dts/imx50.dtsi
@@ -212,24 +212,6 @@
 				status = "disabled";
 			};
 
-			usbh2: usb@53f80400 {
-				compatible = "fsl,imx50-usb", "fsl,imx27-usb";
-				reg = <0x53f80400 0x0200>;
-				interrupts = <16>;
-				clocks = <&clks IMX5_CLK_USBOH3_GATE>;
-				dr_mode = "host";
-				status = "disabled";
-			};
-
-			usbh3: usb@53f80600 {
-				compatible = "fsl,imx50-usb", "fsl,imx27-usb";
-				reg = <0x53f80600 0x0200>;
-				interrupts = <17>;
-				clocks = <&clks IMX5_CLK_USBOH3_GATE>;
-				dr_mode = "host";
-				status = "disabled";
-			};
-
 			gpio1: gpio@53f84000 {
 				compatible = "fsl,imx50-gpio", "fsl,imx35-gpio";
 				reg = <0x53f84000 0x4000>;
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: dts: imx50: remove non-existent USB instances
  2018-06-24  6:15 [PATCH] ARM: dts: imx50: remove non-existent USB instances Alexander Kurz
@ 2018-07-01  9:09 ` Shawn Guo
  0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2018-07-01  9:09 UTC (permalink / raw)
  To: Alexander Kurz
  Cc: Fabio Estevam, devicetree, linux-arm-kernel, Sascha Hauer,
	Greg Ungerer

On Sun, Jun 24, 2018 at 06:15:38AM +0000, Alexander Kurz wrote:
> According to the i.MX50 Reference Manual, the SoC features one USB OTG
> and one host controller. Remove the non-existent instances from the
> DTS which probably got initially copied from the mx53 DTS.
> 
> Signed-off-by: Alexander Kurz <akurz@blala.de>

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-07-01  9:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-24  6:15 [PATCH] ARM: dts: imx50: remove non-existent USB instances Alexander Kurz
2018-07-01  9:09 ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).