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

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.