diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2013-05-03 08:56:01 -0400 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2013-06-14 18:15:22 -0400 |
commit | 24ce10e142e7b063c4ae4437dd3b290fbfafe052 (patch) | |
tree | e05966c323a7853519b33be2f6f72d02f29137a0 | |
parent | 3cba498f01d05f9fe4dae8fb4cc49ee0a1b28aac (diff) |
ARM: at91: sam9m10g45ek add udc DT support
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Tested-by: Bo Shen <voice.shen@atmel.com>
-rw-r--r-- | arch/arm/boot/dts/at91sam9m10g45ek.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91sam9m10g45ek.dts b/arch/arm/boot/dts/at91sam9m10g45ek.dts index 91dbf791d2c6..a4b00e5c61c0 100644 --- a/arch/arm/boot/dts/at91sam9m10g45ek.dts +++ b/arch/arm/boot/dts/at91sam9m10g45ek.dts | |||
@@ -116,6 +116,11 @@ | |||
116 | reg = <0>; | 116 | reg = <0>; |
117 | }; | 117 | }; |
118 | }; | 118 | }; |
119 | |||
120 | usb2: gadget@fff78000 { | ||
121 | atmel,vbus-gpio = <&pioB 19 GPIO_ACTIVE_HIGH>; | ||
122 | status = "okay"; | ||
123 | }; | ||
119 | }; | 124 | }; |
120 | 125 | ||
121 | nand0: nand@40000000 { | 126 | nand0: nand@40000000 { |