diff options
author | Bo Shen | 2014-01-14 14:34:44 +0800 |
---|---|---|
committer | Nicolas Ferre | 2014-02-07 17:20:38 +0100 |
commit | d7e67ee8b2ce27f4481d3cf2ac6ba8febcc3d888 (patch) | |
tree | 1c6c58c87788f42e3768a46036f03f8882cae192 /arch/arm | |
parent | 5f877518775a681b516dde700b511641fb3e4f9b (diff) |
ARM: at91: enable USB host on at91sam9n12ek board
Enable USB host on at91sam9n12ek board.
Signed-off-by: Bo Shen <voice.shen@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/at91sam9n12ek.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91sam9n12ek.dts b/arch/arm/boot/dts/at91sam9n12ek.dts index e9487f6f0166..924a6a6ffd0f 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@00500000 { + status = "okay"; + }; }; leds { |