aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorRoger Quadros <rogerq@ti.com>2014-02-27 09:18:30 -0500
committerTony Lindgren <tony@atomide.com>2014-03-04 13:20:56 -0500
commita2525e5404766d25474e164b818098ad348f3444 (patch)
treedc214299a165b4cad4acbe0e7b38a19a0799f498 /arch/arm
parent2ecf8aa1122ba3b2b2affc164af24e164383311d (diff)
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: Roger Quadros <rogerq@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/boot/dts/omap3.dtsi4
-rw-r--r--arch/arm/boot/dts/omap4.dtsi4
-rw-r--r--arch/arm/boot/dts/omap5.dtsi4
3 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi
index d3924198e5fd..b91117a38100 100644
--- a/arch/arm/boot/dts/omap3.dtsi
+++ b/arch/arm/boot/dts/omap3.dtsi
@@ -644,14 +644,14 @@
644 ranges; 644 ranges;
645 645
646 usbhsohci: ohci@48064400 { 646 usbhsohci: ohci@48064400 {
647 compatible = "ti,ohci-omap3", "usb-ohci"; 647 compatible = "ti,ohci-omap3";
648 reg = <0x48064400 0x400>; 648 reg = <0x48064400 0x400>;
649 interrupt-parent = <&intc>; 649 interrupt-parent = <&intc>;
650 interrupts = <76>; 650 interrupts = <76>;
651 }; 651 };
652 652
653 usbhsehci: ehci@48064800 { 653 usbhsehci: ehci@48064800 {
654 compatible = "ti,ehci-omap", "usb-ehci"; 654 compatible = "ti,ehci-omap";
655 reg = <0x48064800 0x400>; 655 reg = <0x48064800 0x400>;
656 interrupt-parent = <&intc>; 656 interrupt-parent = <&intc>;
657 interrupts = <77>; 657 interrupts = <77>;
diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi
index afa23bcf6f44..a3f93fb6834e 100644
--- a/arch/arm/boot/dts/omap4.dtsi
+++ b/arch/arm/boot/dts/omap4.dtsi
@@ -718,14 +718,14 @@
718 ranges; 718 ranges;
719 719
720 usbhsohci: ohci@4a064800 { 720 usbhsohci: ohci@4a064800 {
721 compatible = "ti,ohci-omap3", "usb-ohci"; 721 compatible = "ti,ohci-omap3";
722 reg = <0x4a064800 0x400>; 722 reg = <0x4a064800 0x400>;
723 interrupt-parent = <&gic>; 723 interrupt-parent = <&gic>;
724 interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>; 724 interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
725 }; 725 };
726 726
727 usbhsehci: ehci@4a064c00 { 727 usbhsehci: ehci@4a064c00 {
728 compatible = "ti,ehci-omap", "usb-ehci"; 728 compatible = "ti,ehci-omap";
729 reg = <0x4a064c00 0x400>; 729 reg = <0x4a064c00 0x400>;
730 interrupt-parent = <&gic>; 730 interrupt-parent = <&gic>;
731 interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>; 731 interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi
index 7fe682562dad..052369716145 100644
--- a/arch/arm/boot/dts/omap5.dtsi
+++ b/arch/arm/boot/dts/omap5.dtsi
@@ -796,14 +796,14 @@
796 ranges; 796 ranges;
797 797
798 usbhsohci: ohci@4a064800 { 798 usbhsohci: ohci@4a064800 {
799 compatible = "ti,ohci-omap3", "usb-ohci"; 799 compatible = "ti,ohci-omap3";
800 reg = <0x4a064800 0x400>; 800 reg = <0x4a064800 0x400>;
801 interrupt-parent = <&gic>; 801 interrupt-parent = <&gic>;
802 interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>; 802 interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
803 }; 803 };
804 804
805 usbhsehci: ehci@4a064c00 { 805 usbhsehci: ehci@4a064c00 {
806 compatible = "ti,ehci-omap", "usb-ehci"; 806 compatible = "ti,ehci-omap";
807 reg = <0x4a064c00 0x400>; 807 reg = <0x4a064c00 0x400>;
808 interrupt-parent = <&gic>; 808 interrupt-parent = <&gic>;
809 interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>; 809 interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;