[U-Boot] [PATCH v5 13/14] ARM: DTS: STiH410: rework ohci nodes

patrice.chotard at st.com patrice.chotard at st.com
Wed May 10 16:09:58 UTC 2017


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

Update the compatible string in order to use ehci-generic
driver instead of a STi specific one

Signed-off-by: Patrice Chotard <patrice.chotard at st.com>
---

v5:   _ update compatible to fit with ohci-generic driver

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

diff --git a/arch/arm/dts/stih410.dtsi b/arch/arm/dts/stih410.dtsi
index 9997396..7c0e0fb 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>,
@@ -115,7 +115,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>,
-- 
1.9.1



More information about the U-Boot mailing list