summaryrefslogtreecommitdiffstats
path: root/arch/arc
diff options
context:
space:
mode:
authorAlexey Brodkin <Alexey.Brodkin@synopsys.com>2015-11-30 20:53:25 +0300
committerAlexey Brodkin <abrodkin@synopsys.com>2015-12-08 17:29:56 +0300
commit8555dd88cd1a7b5dd1e76c111fe635a92223b98b (patch)
treee8b0366ab586d2f9e793299e9f11afaede977a62 /arch/arc
parent8356431bf8df6d47255d6a74ca9dce53d75265c7 (diff)
downloadtalos-obmc-uboot-8555dd88cd1a7b5dd1e76c111fe635a92223b98b.tar.gz
talos-obmc-uboot-8555dd88cd1a7b5dd1e76c111fe635a92223b98b.zip
axs10x: add support of generic EHCI USB 2.0 controller
This commit adds support of USB 2.0 storage media on AXS10x boards. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Marek Vasut <marex@denx.de> Cc: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arc')
-rw-r--r--arch/arc/dts/axs10x.dts6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arc/dts/axs10x.dts b/arch/arc/dts/axs10x.dts
index 8fe1837baa..80e6d6b15d 100644
--- a/arch/arc/dts/axs10x.dts
+++ b/arch/arc/dts/axs10x.dts
@@ -42,4 +42,10 @@
clock-names = "stmmaceth";
max-speed = <100>;
};
+
+ ehci@0xe0040000 {
+ compatible = "generic-ehci";
+ reg = < 0xe0040000 0x100 >;
+ interrupts = < 8 >;
+ };
};
OpenPOWER on IntegriCloud