All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: at91: enable USB host on at91sam9n12ek board
@ 2014-01-14  6:34 Bo Shen
  2014-02-07 15:49 ` Nicolas Ferre
  0 siblings, 1 reply; 2+ messages in thread
From: Bo Shen @ 2014-01-14  6:34 UTC (permalink / raw)
  To: linux-arm-kernel

Enable USB host on at91sam9n12ek board.

Signed-off-by: Bo Shen <voice.shen@atmel.com>
---
 arch/arm/boot/dts/at91sam9n12ek.dts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/boot/dts/at91sam9n12ek.dts b/arch/arm/boot/dts/at91sam9n12ek.dts
index e9487f6..924a6a6 100644
--- a/arch/arm/boot/dts/at91sam9n12ek.dts
+++ b/arch/arm/boot/dts/at91sam9n12ek.dts
@@ -124,6 +124,10 @@
 			nand-on-flash-bbt;
 			status = "okay";
 		};
+
+		usb0: ohci at 00500000 {
+			status = "okay";
+		};
 	};
 
 	leds {
-- 
1.8.5.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] ARM: at91: enable USB host on at91sam9n12ek board
  2014-01-14  6:34 [PATCH] ARM: at91: enable USB host on at91sam9n12ek board Bo Shen
@ 2014-02-07 15:49 ` Nicolas Ferre
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Ferre @ 2014-02-07 15:49 UTC (permalink / raw)
  To: linux-arm-kernel

On 14/01/2014 07:34, Bo Shen :
> Enable USB host on at91sam9n12ek board.
> 
> Signed-off-by: Bo Shen <voice.shen@atmel.com>

Added to at91-3.14-fixes because there is no benefit in keeping it
outside of mainline for a longer time.

Bye,


> ---
>  arch/arm/boot/dts/at91sam9n12ek.dts | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/at91sam9n12ek.dts b/arch/arm/boot/dts/at91sam9n12ek.dts
> index e9487f6..924a6a6 100644
> --- a/arch/arm/boot/dts/at91sam9n12ek.dts
> +++ b/arch/arm/boot/dts/at91sam9n12ek.dts
> @@ -124,6 +124,10 @@
>  			nand-on-flash-bbt;
>  			status = "okay";
>  		};
> +
> +		usb0: ohci at 00500000 {
> +			status = "okay";
> +		};
>  	};
>  
>  	leds {
> 


-- 
Nicolas Ferre

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-02-07 15:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-14  6:34 [PATCH] ARM: at91: enable USB host on at91sam9n12ek board Bo Shen
2014-02-07 15:49 ` Nicolas Ferre

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.