diff options
Diffstat (limited to 'dts/upstream/src/arm/st/spear3xx.dtsi')
-rw-r--r-- | dts/upstream/src/arm/st/spear3xx.dtsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dts/upstream/src/arm/st/spear3xx.dtsi b/dts/upstream/src/arm/st/spear3xx.dtsi index cc88ebe7a60..f54bb80ba28 100644 --- a/dts/upstream/src/arm/st/spear3xx.dtsi +++ b/dts/upstream/src/arm/st/spear3xx.dtsi @@ -73,21 +73,21 @@ status = "disabled"; }; - ehci@e1800000 { + usb@e1800000 { compatible = "st,spear600-ehci", "usb-ehci"; reg = <0xe1800000 0x1000>; interrupts = <26>; status = "disabled"; }; - ohci@e1900000 { + usb@e1900000 { compatible = "st,spear600-ohci", "usb-ohci"; reg = <0xe1900000 0x1000>; interrupts = <25>; status = "disabled"; }; - ohci@e2100000 { + usb@e2100000 { compatible = "st,spear600-ohci", "usb-ohci"; reg = <0xe2100000 0x1000>; interrupts = <27>; |