diff options
author | Sanchayan Maity <maitysanchayan@gmail.com> | 2016-03-10 20:11:40 +0530 |
---|---|---|
committer | Stefan Agner <stefan.agner@toradex.com> | 2016-03-11 15:58:22 -0800 |
commit | c071c5ff4369c99b7b82951acc3bf395c8849ee2 (patch) | |
tree | a5f3d66a1dffc8ec655899068f9fbabadb64864d | |
parent | 877d4efea4d6c8bf436eb3debfdafe06d85ceb0f (diff) |
ARM: dts: vfxxx: Make Vybrid match only on it's own compatible string
Remove the compatible string "fsl,imx27-usb" from being used to
match on usb device nodes for Vybrid. This is required for specifying
that Vybrid USB controller is a dual role but not a true OTG controller
using the CI_HDRC_DUAL_NOT_OTG flag in the corresponding ci_hdrc_imx
driver.
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
[apply the same compatible string for both USB controllers]
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
-rw-r--r-- | arch/arm/boot/dts/vfxxx.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/vfxxx.dtsi b/arch/arm/boot/dts/vfxxx.dtsi index ef3f4721658b..98666b403546 100644 --- a/arch/arm/boot/dts/vfxxx.dtsi +++ b/arch/arm/boot/dts/vfxxx.dtsi @@ -505,7 +505,7 @@ }; usbdev0: usb@40034000 { - compatible = "fsl,vf610-usb", "fsl,imx27-usb"; + compatible = "fsl,vf610-usb"; reg = <0x40034000 0x800>; interrupts = <75 IRQ_TYPE_LEVEL_HIGH>; clocks = <&clks VF610_CLK_USBC0>; @@ -650,7 +650,7 @@ }; usbh1: usb@400b4000 { - compatible = "fsl,vf610-usb", "fsl,imx27-usb"; + compatible = "fsl,vf610-usb"; reg = <0x400b4000 0x800>; interrupts = <76 IRQ_TYPE_LEVEL_HIGH>; clocks = <&clks VF610_CLK_USBC1>; |