diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2012-01-28 15:35:36 +0100 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2012-03-15 17:41:00 +0100 |
commit | 0f5c4b996a740c3849d657b11b390bba07374415 (patch) | |
tree | f97b554fe2c69707e35e30adf072936e94ab38fa /arch/arm/boot/dts/usb_a9g20.dts | |
parent | USB: at91: Device udc add dt support (diff) | |
download | linux-0f5c4b996a740c3849d657b11b390bba07374415.tar.xz linux-0f5c4b996a740c3849d657b11b390bba07374415.zip |
ARM: at91: sam9g20 udc add dt support
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to '')
-rw-r--r-- | arch/arm/boot/dts/usb_a9g20.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/usb_a9g20.dts b/arch/arm/boot/dts/usb_a9g20.dts index 748d4c2f889f..3b3c4e0fa79f 100644 --- a/arch/arm/boot/dts/usb_a9g20.dts +++ b/arch/arm/boot/dts/usb_a9g20.dts @@ -41,6 +41,11 @@ phy-mode = "rmii"; status = "okay"; }; + + usb1: gadget@fffa4000 { + atmel,vbus-gpio = <&pioC 5 0>; + status = "okay"; + }; }; nand0: nand@40000000 { |