diff options
| author | Tom Rini <[email protected]> | 2015-03-01 21:07:53 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-03-01 21:07:53 -0500 |
| commit | 1da7ce4155d0839d9d56525379493bb0f80b5330 (patch) | |
| tree | a29a93170e68b30d1a5b73a8210ddb92b5aaa3c7 /lib | |
| parent | fc834100950ab630f442aece500d8c9ccfa2b992 (diff) | |
| parent | 105a9e705efaeeac63e795e2a184b0a18db0ac5a (diff) | |
Merge branch 'master' of git://git.denx.de/u-boot-uniphier
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 dd58bbb482f..21933e4a47d 100644 --- a/lib/fdtdec.c +++ b/lib/fdtdec.c @@ -76,6 +76,7 @@ static const char * const compat_names[COMPAT_COUNT] = { COMPAT(AMS_AS3722, "ams,as3722"), COMPAT(INTEL_ICH_SPI, "intel,ich-spi"), COMPAT(INTEL_QRK_MRC, "intel,quark-mrc"), + COMPAT(PANASONIC_XHCI, "panasonic,uniphier-xhci"), }; const char *fdtdec_get_compatible(enum fdt_compat_id id) |
