X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=lib%2Ffdtdec.c;h=dd58bbb482fe996a9190c3e3c870e668fcc594ed;hb=59f7053ad791a0f3af8a5d35b4b98e14e42d5bc5;hp=5bf8f29b13e92fbfcb9f0d83132e0e6ac987d0e2;hpb=be8ddad9c85935569a00b72f92cdc34e4386850f;p=karo-tx-uboot.git diff --git a/lib/fdtdec.c b/lib/fdtdec.c index 5bf8f29b13..dd58bbb482 100644 --- a/lib/fdtdec.c +++ b/lib/fdtdec.c @@ -75,6 +75,7 @@ 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"), }; const char *fdtdec_get_compatible(enum fdt_compat_id id)