Commit a2525e54 authored by Roger Quadros's avatar Roger Quadros Committed by Tony Lindgren

ARM: dts: Get rid of incompatible ids for hci-omap USB host nodes

The OMAP EHCI and OHCI controllers are not compatible with drivers
other than "ti,ehci-omap" and "ti,ohci-omap3" respectively, so get
rid of the incompatible ids.

CC: Alan Stern <stern@rowland.harvard.edu>
CC: Nishant Menon <nm@ti.com>
CC: Kevin Hilman <khilman@linaro.org>
Signed-off-by: default avatarRoger Quadros <rogerq@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 2ecf8aa1
...@@ -644,14 +644,14 @@ usbhshost: usbhshost@48064000 { ...@@ -644,14 +644,14 @@ usbhshost: usbhshost@48064000 {
ranges; ranges;
usbhsohci: ohci@48064400 { usbhsohci: ohci@48064400 {
compatible = "ti,ohci-omap3", "usb-ohci"; compatible = "ti,ohci-omap3";
reg = <0x48064400 0x400>; reg = <0x48064400 0x400>;
interrupt-parent = <&intc>; interrupt-parent = <&intc>;
interrupts = <76>; interrupts = <76>;
}; };
usbhsehci: ehci@48064800 { usbhsehci: ehci@48064800 {
compatible = "ti,ehci-omap", "usb-ehci"; compatible = "ti,ehci-omap";
reg = <0x48064800 0x400>; reg = <0x48064800 0x400>;
interrupt-parent = <&intc>; interrupt-parent = <&intc>;
interrupts = <77>; interrupts = <77>;
......
...@@ -718,14 +718,14 @@ usbhshost: usbhshost@4a064000 { ...@@ -718,14 +718,14 @@ usbhshost: usbhshost@4a064000 {
ranges; ranges;
usbhsohci: ohci@4a064800 { usbhsohci: ohci@4a064800 {
compatible = "ti,ohci-omap3", "usb-ohci"; compatible = "ti,ohci-omap3";
reg = <0x4a064800 0x400>; reg = <0x4a064800 0x400>;
interrupt-parent = <&gic>; interrupt-parent = <&gic>;
interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
}; };
usbhsehci: ehci@4a064c00 { usbhsehci: ehci@4a064c00 {
compatible = "ti,ehci-omap", "usb-ehci"; compatible = "ti,ehci-omap";
reg = <0x4a064c00 0x400>; reg = <0x4a064c00 0x400>;
interrupt-parent = <&gic>; interrupt-parent = <&gic>;
interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
......
...@@ -796,14 +796,14 @@ usbhshost: usbhshost@4a064000 { ...@@ -796,14 +796,14 @@ usbhshost: usbhshost@4a064000 {
ranges; ranges;
usbhsohci: ohci@4a064800 { usbhsohci: ohci@4a064800 {
compatible = "ti,ohci-omap3", "usb-ohci"; compatible = "ti,ohci-omap3";
reg = <0x4a064800 0x400>; reg = <0x4a064800 0x400>;
interrupt-parent = <&gic>; interrupt-parent = <&gic>;
interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
}; };
usbhsehci: ehci@4a064c00 { usbhsehci: ehci@4a064c00 {
compatible = "ti,ehci-omap", "usb-ehci"; compatible = "ti,ehci-omap";
reg = <0x4a064c00 0x400>; reg = <0x4a064c00 0x400>;
interrupt-parent = <&gic>; interrupt-parent = <&gic>;
interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment