[PATCH] ARM: cfa10036: Add dr_mode and phy_type properties to the DT

Shawn Guo shawn.guo at linaro.org
Wed Nov 20 01:11:36 EST 2013


On Mon, Nov 18, 2013 at 03:52:02PM +0100, Maxime Ripard wrote:
> This USB port is only used as peripheral. Set it accordingly in its DT
> node.
> 
> Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>

Changed the patch prefix to "ARM: dts: cfa10036: ..." 

> ---
>  arch/arm/boot/dts/imx28-cfa10036.dts | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/imx28-cfa10036.dts b/arch/arm/boot/dts/imx28-cfa10036.dts
> index 1ec8c94bbac9..94e73e2cd4f8 100644
> --- a/arch/arm/boot/dts/imx28-cfa10036.dts
> +++ b/arch/arm/boot/dts/imx28-cfa10036.dts
> @@ -101,6 +101,8 @@
>  			pinctrl-names = "default";
>  			pinctrl-0 = <&usb0_otg_cfa10036>;
>  			status = "okay";
> +			dr_mode = "peripheral";
> +			phy_type = "utmi";

I prefer to keep 'status' being the last one in the property list.
Fixed it up.

Patch applied, thanks.

Shawn

>  		};
>  	};
>  
> -- 
> 1.8.4.2
> 




More information about the linux-arm-kernel mailing list