All of lore.kernel.org
 help / color / mirror / Atom feed
From: patrice.chotard at st.com <patrice.chotard@st.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v10 09/10] ARM: dts: STiH410: update ehci and ohci compatible
Date: Tue, 5 Sep 2017 11:04:26 +0200	[thread overview]
Message-ID: <1504602267-31283-10-git-send-email-patrice.chotard@st.com> (raw)
In-Reply-To: <1504602267-31283-1-git-send-email-patrice.chotard@st.com>

From: Patrice Chotard <patrice.chotard@st.com>

Update ehci and ohci node's compatible string in order to
use ehci-generic and ohci-generic drivers.

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
---

v10:	_ none
v9:	_ none
v8:	_ add Reviewed-by: Simon Glass
v7:	_ none

 arch/arm/dts/stih410.dtsi | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/arch/arm/dts/stih410.dtsi b/arch/arm/dts/stih410.dtsi
index f118a9e..b59b110 100644
--- a/arch/arm/dts/stih410.dtsi
+++ b/arch/arm/dts/stih410.dtsi
@@ -83,7 +83,7 @@
 		};
 
 		ohci0: usb at 9a03c00 {
-			compatible = "st,st-ohci-300x";
+			compatible = "generic-ohci";
 			reg = <0x9a03c00 0x100>;
 			interrupts = <GIC_SPI 180 IRQ_TYPE_NONE>;
 			clocks = <&clk_s_c0_flexgen CLK_TX_ICN_DISP_0>,
@@ -91,6 +91,7 @@
 			resets = <&powerdown STIH407_USB2_PORT0_POWERDOWN>,
 				 <&softreset STIH407_USB2_PORT0_SOFTRESET>;
 			reset-names = "power", "softreset";
+
 			phys = <&usb2_picophy1>;
 			phy-names = "usb";
 
@@ -98,7 +99,7 @@
 		};
 
 		ehci0: usb at 9a03e00 {
-			compatible = "st,st-ehci-300x";
+			compatible = "generic-ehci";
 			reg = <0x9a03e00 0x100>;
 			interrupts = <GIC_SPI 151 IRQ_TYPE_NONE>;
 			pinctrl-names = "default";
@@ -115,7 +116,7 @@
 		};
 
 		ohci1: usb at 9a83c00 {
-			compatible = "st,st-ohci-300x";
+			compatible = "generic-ohci";
 			reg = <0x9a83c00 0x100>;
 			interrupts = <GIC_SPI 181 IRQ_TYPE_NONE>;
 			clocks = <&clk_s_c0_flexgen CLK_TX_ICN_DISP_0>,
@@ -123,6 +124,7 @@
 			resets = <&powerdown STIH407_USB2_PORT1_POWERDOWN>,
 				 <&softreset STIH407_USB2_PORT1_SOFTRESET>;
 			reset-names = "power", "softreset";
+
 			phys = <&usb2_picophy2>;
 			phy-names = "usb";
 
@@ -130,7 +132,7 @@
 		};
 
 		ehci1: usb at 9a83e00 {
-			compatible = "st,st-ehci-300x";
+			compatible = "generic-ehci";
 			reg = <0x9a83e00 0x100>;
 			interrupts = <GIC_SPI 153 IRQ_TYPE_NONE>;
 			pinctrl-names = "default";
@@ -140,6 +142,7 @@
 			resets = <&powerdown STIH407_USB2_PORT1_POWERDOWN>,
 				 <&softreset STIH407_USB2_PORT1_SOFTRESET>;
 			reset-names = "power", "softreset";
+
 			phys = <&usb2_picophy2>;
 			phy-names = "usb";
 
-- 
1.9.1

  parent reply	other threads:[~2017-09-05  9:04 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-05  9:04 [U-Boot] [PATCH v10 00/10] STiH410-B2260: add reset, usb and fastboot support patrice.chotard at st.com
2017-09-05  9:04 ` [U-Boot] [PATCH v10 01/10] mmc: sti_sdhci: Rework sti_mmc_core_config() patrice.chotard at st.com
2017-09-22 14:18   ` [U-Boot] [U-Boot, v10, " Tom Rini
2017-09-05  9:04 ` [U-Boot] [PATCH v10 02/10] ARM: dts: stih410-family: Add missing reset_names for mmc1 node patrice.chotard at st.com
2017-09-22 14:18   ` [U-Boot] [U-Boot, v10, " Tom Rini
2017-09-05  9:04 ` [U-Boot] [PATCH v10 03/10] mmc: sti_sdhci: Use reset framework patrice.chotard at st.com
2017-09-22 14:18   ` [U-Boot] [U-Boot, v10, " Tom Rini
2017-09-05  9:04 ` [U-Boot] [PATCH v10 04/10] usb: phy: Add STi USB2 PHY patrice.chotard at st.com
2017-09-22 14:18   ` [U-Boot] [U-Boot,v10,04/10] " Tom Rini
2017-09-22 18:27     ` Marek Vasut
2017-09-05  9:04 ` [U-Boot] [PATCH v10 05/10] STiH410-B2260: enable USB Host Networking patrice.chotard at st.com
2017-09-09  4:54   ` Simon Glass
2017-09-22 14:18   ` [U-Boot] [U-Boot, v10, " Tom Rini
2017-09-05  9:04 ` [U-Boot] [PATCH v10 06/10] STiH410-B2260: enable USB, fastboot, reset, PHY related flags patrice.chotard at st.com
2017-09-22 14:18   ` [U-Boot] [U-Boot, v10, " Tom Rini
2017-09-05  9:04 ` [U-Boot] [PATCH v10 07/10] usb: dwc3: Add dwc3 glue driver support for STi patrice.chotard at st.com
2017-09-22 14:18   ` [U-Boot] [U-Boot, v10, " Tom Rini
2017-09-05  9:04 ` [U-Boot] [PATCH v10 08/10] ARM: dts: STiH410: set DWC3 dual role mode to peripheral patrice.chotard at st.com
2017-09-22 14:18   ` [U-Boot] [U-Boot, v10, " Tom Rini
2017-09-05  9:04 ` patrice.chotard at st.com [this message]
2017-09-22 14:18   ` [U-Boot] [U-Boot, v10, 09/10] ARM: dts: STiH410: update ehci and ohci compatible Tom Rini
2017-09-05  9:04 ` [U-Boot] [PATCH v10 10/10] board: STiH410-B2260: add fastboot support patrice.chotard at st.com
2017-09-22 14:18   ` [U-Boot] [U-Boot, v10, " Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1504602267-31283-10-git-send-email-patrice.chotard@st.com \
    --to=patrice.chotard@st.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.