On Fri, Oct 25, 2013 at 02:02:23PM +0800, Peter Chen wrote:
> Due to imx28 usb has special write request, it is not compatible
> with other imx27 sytle usb controllers.
> 
> Signed-off-by: Peter Chen <[email protected]>
> ---
>  arch/arm/boot/dts/imx28.dtsi |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi
> index 7363fde..6cd2607 100644
> --- a/arch/arm/boot/dts/imx28.dtsi
> +++ b/arch/arm/boot/dts/imx28.dtsi
> @@ -1041,7 +1041,7 @@
>               ranges;
>  
>               usb0: usb@80080000 {
> -                     compatible = "fsl,imx28-usb", "fsl,imx27-usb";
> +                     compatible = "fsl,imx28-usb";

You shouldn't need the change as long as you put "fsl,imx28-usb" before
"fsl,imx27-usb" in driver ci_hdrc_imx_dt_ids[] table.

Shawn

>                       reg = <0x80080000 0x10000>;
>                       interrupts = <93>;
>                       clocks = <&clks 60>;
> @@ -1050,7 +1050,7 @@
>               };
>  
>               usb1: usb@80090000 {
> -                     compatible = "fsl,imx28-usb", "fsl,imx27-usb";
> +                     compatible = "fsl,imx28-usb";
>                       reg = <0x80090000 0x10000>;
>                       interrupts = <92>;
>                       clocks = <&clks 61>;
> -- 
> 1.7.1
> 
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to