[PATCH v3 5/5] ARM: dts: imx28: changing usb compatible string as only "fsl,imx28-usb"

Shawn Guo shawn.guo at linaro.org
Fri Oct 25 04:23:32 EDT 2013


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 <peter.chen at freescale.com>
> ---
>  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 at 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 at 80090000 {
> -			compatible = "fsl,imx28-usb", "fsl,imx27-usb";
> +			compatible = "fsl,imx28-usb";
>  			reg = <0x80090000 0x10000>;
>  			interrupts = <92>;
>  			clocks = <&clks 61>;
> -- 
> 1.7.1
> 
> 




More information about the linux-arm-kernel mailing list