X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=lib%2Ffdtdec.c;h=1a0268a3f9f57e8c492495eb50abc1d8ca0e4500;hb=58ba4b45fc6320a5a56a13d9d1b15758a8e73953;hp=5bf8f29b13e92fbfcb9f0d83132e0e6ac987d0e2;hpb=a0573d19885236ba03d412f7788104f75f0dea64;p=karo-tx-uboot.git diff --git a/lib/fdtdec.c b/lib/fdtdec.c index 5bf8f29b13..1a0268a3f9 100644 --- a/lib/fdtdec.c +++ b/lib/fdtdec.c @@ -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(SOCIONEXT_XHCI, "socionext,uniphier-xhci"), }; const char *fdtdec_get_compatible(enum fdt_compat_id id)