]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - lib/fdtdec.c
fdtdec: Add compatible id and string for Intel Quark MRC
[karo-tx-uboot.git] / lib / fdtdec.c
index 5bf8f29b13e92fbfcb9f0d83132e0e6ac987d0e2..dd58bbb482fe996a9190c3e3c870e668fcc594ed 100644 (file)
@@ -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)