[PATCH] ARM: dts: am335x-evmsk: enable USB1

Tony Lindgren tony at atomide.com
Fri Feb 28 17:57:51 EST 2014


* yegorslists at googlemail.com <yegorslists at googlemail.com> [140227 23:22]:
> From: Yegor Yefremov <yegorslists at googlemail.com>
> 
> Enable second USB channel and set it into 'host' mode.
> 
> Signed-off-by: Yegor Yefremov <yegorslists at googlemail.com>

Thanks applying into omap-for-v3.15/dt.

Tony

> ---
>  arch/arm/boot/dts/am335x-evmsk.dts |    9 +++++++++
>  1 files changed, 9 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/am335x-evmsk.dts b/arch/arm/boot/dts/am335x-evmsk.dts
> index 486880b..40a66bd 100644
> --- a/arch/arm/boot/dts/am335x-evmsk.dts
> +++ b/arch/arm/boot/dts/am335x-evmsk.dts
> @@ -342,9 +342,18 @@
>  		status = "okay";
>  	};
>  
> +	usb-phy at 47401b00 {
> +		status = "okay";
> +	};
> +
>  	usb at 47401000 {
>  		status = "okay";
>  	};
> +
> +	usb at 47401800 {
> +		status = "okay";
> +		dr_mode = "host";
> +	};
>  };
>  
>  &epwmss2 {
> -- 
> 1.7.7
> 



More information about the linux-arm-kernel mailing list