summaryrefslogtreecommitdiffstats
path: root/sys/arm/mv
diff options
context:
space:
mode:
authorzbb <zbb@FreeBSD.org>2017-05-17 15:53:13 +0000
committerLuiz Souza <luiz@netgate.com>2017-09-06 11:33:24 -0500
commit46c7ef66f1190fc3ad92eceb0028beefead962ff (patch)
treea54d1cd60654a530d13e95bd121ac5c275d7e473 /sys/arm/mv
parent33736fefa6d3c28cf074795e0024ce272c56596e (diff)
downloadFreeBSD-src-46c7ef66f1190fc3ad92eceb0028beefead962ff.zip
FreeBSD-src-46c7ef66f1190fc3ad92eceb0028beefead962ff.tar.gz
Parse EHCI windows on Marvell platforms
Add missing compatibility string to allow proper window configuration for EHCI devices. Submitted by: Wojciech Macek <wma@semihalf.com> Obtained from: Semihalf Sponsored by: Stormshield Reviewed by: loos Differential revision: https://reviews.freebsd.org/D10722 (cherry picked from commit b7d47a1821299aed903befda7938cf57fef41e63)
Diffstat (limited to 'sys/arm/mv')
-rw-r--r--sys/arm/mv/mv_common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arm/mv/mv_common.c b/sys/arm/mv/mv_common.c
index 7f48376..dc39807 100644
--- a/sys/arm/mv/mv_common.c
+++ b/sys/arm/mv/mv_common.c
@@ -143,6 +143,7 @@ struct soc_node_spec {
static struct soc_node_spec soc_nodes[] = {
{ "mrvl,ge", &decode_win_eth_setup, &decode_win_eth_dump },
{ "mrvl,usb-ehci", &decode_win_usb_setup, &decode_win_usb_dump },
+ { "marvell,orion-ehci", &decode_win_usb_setup, &decode_win_usb_dump },
{ "marvell,armada-380-xhci", &decode_win_usb3_setup, &decode_win_usb3_dump },
{ "marvell,armada-380-ahci", &decode_win_ahci_setup, &decode_win_ahci_dump },
{ "marvell,armada-380-sdhci", &decode_win_sdhci_setup, &decode_win_sdhci_dump },
OpenPOWER on IntegriCloud