ARM vf610: add compatibilty strings of supported Vybrid SoC's
[firefly-linux-kernel-4.4.55.git] / arch / arm / mach-imx / mach-vf610.c
index c11ab6a1dc87f7d18d12c8c3e391dc49acc6afd3..2e7c75b66fe03420ef5fad642fdaf968cc95c441 100644 (file)
 #include <asm/hardware/cache-l2x0.h>
 
 static const char * const vf610_dt_compat[] __initconst = {
+       "fsl,vf500",
+       "fsl,vf510",
+       "fsl,vf600",
        "fsl,vf610",
        NULL,
 };
 
-DT_MACHINE_START(VYBRID_VF610, "Freescale Vybrid VF610 (Device Tree)")
+DT_MACHINE_START(VYBRID_VF610, "Freescale Vybrid VF5xx/VF6xx (Device Tree)")
        .l2c_aux_val    = 0,
        .l2c_aux_mask   = ~0,
        .dt_compat      = vf610_dt_compat,