X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=lib%2Ffdtdec.c;h=1a0268a3f9f57e8c492495eb50abc1d8ca0e4500;hb=57207657a1282f833a8561c4fef4b993a0eb4b29;hp=5bf8f29b13e92fbfcb9f0d83132e0e6ac987d0e2;hpb=a0573d19885236ba03d412f7788104f75f0dea64;p=u-boot 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)