diff options
author | Purna Chandra Mandal <purna.mandal@microchip.com> | 2016-03-21 13:05:43 +0530 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2016-04-10 17:18:42 +0200 |
commit | ac7eef716e6298feea81a927904b25efe1f492ac (patch) | |
tree | 12b0335ceb27c311be7cf280b37b3a1a34da9f56 /arch/mips/dts/pic32mzda_sk.dts | |
parent | 03b8e04632cac41e4000daed70d6987d118bf3d7 (diff) | |
download | u-boot-ac7eef716e6298feea81a927904b25efe1f492ac.tar.gz |
board: pic32mzda: enable USB-host, USB-storage support.
Enable MUSB host and USB storage support for Microchip
PIC32MZ[DA] Starter Kit.
Signed-off-by: Purna Chandra Mandal <purna.mandal@microchip.com>
Diffstat (limited to 'arch/mips/dts/pic32mzda_sk.dts')
-rw-r--r-- | arch/mips/dts/pic32mzda_sk.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/dts/pic32mzda_sk.dts b/arch/mips/dts/pic32mzda_sk.dts index e5ce0bdc2e..0a7847e4e7 100644 --- a/arch/mips/dts/pic32mzda_sk.dts +++ b/arch/mips/dts/pic32mzda_sk.dts @@ -52,4 +52,8 @@ ethernet_phy: lan8740_phy@0 { reg = <0>; }; +}; + +&usb { + status = "okay"; };
\ No newline at end of file |