diff options
| author | Marek Vasut <[email protected]> | 2015-12-05 19:28:44 +0100 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2015-12-20 03:36:50 +0100 |
| commit | ef4b01b2f7f176bb9107654257f7f3ed7fc2cf19 (patch) | |
| tree | 2f02c457eec085d2bcdf7284608079013c51e379 /lib | |
| parent | faed7ac8fa0f94c23cfef20684a268891a1a9fd2 (diff) | |
arm: socfpga: Allow DWC2 UDC probing from OF
The USB gadget framework does not support DM yet, so add this bit
to let DWC2 UDC probe from OF on platforms which support it.
Signed-off-by: Marek Vasut <[email protected]>
Cc: Simon Glass <[email protected]>
Cc: Chin Liang See <[email protected]>
Cc: Dinh Nguyen <[email protected]>
Cc: Lukasz Majewski <[email protected]>
Cc: Lukasz Majewski <[email protected]>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/fdtdec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/fdtdec.c b/lib/fdtdec.c index 82d0090f8ac..ae0b708ddc2 100644 --- a/lib/fdtdec.c +++ b/lib/fdtdec.c @@ -71,6 +71,7 @@ static const char * const compat_names[COMPAT_COUNT] = { COMPAT(COMPAT_INTEL_IRQ_ROUTER, "intel,irq-router"), COMPAT(ALTERA_SOCFPGA_DWMAC, "altr,socfpga-stmmac"), COMPAT(ALTERA_SOCFPGA_DWMMC, "altr,socfpga-dw-mshc"), + COMPAT(ALTERA_SOCFPGA_DWC2USB, "snps,dwc2"), COMPAT(COMPAT_INTEL_BAYTRAIL_FSP, "intel,baytrail-fsp"), COMPAT(COMPAT_INTEL_BAYTRAIL_FSP_MDP, "intel,baytrail-fsp-mdp"), }; |
