]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - lib/fdtdec.c
usb: UniPhier: add UniPhier on-chip xHCI host driver support
[karo-tx-uboot.git] / lib / fdtdec.c
index 5bf8f29b13e92fbfcb9f0d83132e0e6ac987d0e2..21933e4a47d4b8db69eb5c745ee3d69d4abd54e2 100644 (file)
@@ -75,6 +75,8 @@ static const char * const compat_names[COMPAT_COUNT] = {
        COMPAT(INTEL_GMA, "intel,gma"),
        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)