|
@@ -75,6 +75,7 @@ static const char * const compat_names[COMPAT_COUNT] = {
|
|
COMPAT(INTEL_GMA, "intel,gma"),
|
|
COMPAT(INTEL_GMA, "intel,gma"),
|
|
COMPAT(AMS_AS3722, "ams,as3722"),
|
|
COMPAT(AMS_AS3722, "ams,as3722"),
|
|
COMPAT(INTEL_ICH_SPI, "intel,ich-spi"),
|
|
COMPAT(INTEL_ICH_SPI, "intel,ich-spi"),
|
|
|
|
+ COMPAT(INTEL_QRK_MRC, "intel,quark-mrc"),
|
|
};
|
|
};
|
|
|
|
|
|
const char *fdtdec_get_compatible(enum fdt_compat_id id)
|
|
const char *fdtdec_get_compatible(enum fdt_compat_id id)
|