summaryrefslogtreecommitdiff
path: root/arch/arm/dts
diff options
context:
space:
mode:
authorPatrice Chotard <patrice.chotard@st.com>2017-09-05 11:04:26 +0200
committerTom Rini <trini@konsulko.com>2017-09-22 07:39:59 -0400
commitbfd7ef110a11e3e89b45d721fcac7f551b6254c4 (patch)
treea1a2d77a76b27f39f6ed663bcad7d845db6ac97f /arch/arm/dts
parent01d142850e66299aa7f36d6c6ebfa00f91f3c95b (diff)
ARM: dts: STiH410: update ehci and ohci compatible
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>
Diffstat (limited to 'arch/arm/dts')
-rw-r--r--arch/arm/dts/stih410.dtsi11
1 files changed, 7 insertions, 4 deletions
diff --git a/arch/arm/dts/stih410.dtsi b/arch/arm/dts/stih410.dtsi
index f118a9e51c..b59b110989 100644
--- a/arch/arm/dts/stih410.dtsi
+++ b/arch/arm/dts/stih410.dtsi
@@ -83,7 +83,7 @@
};
ohci0: usb@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@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@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@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";