On Tue, Nov 1, 2016 at 1:02 AM, Peter Chen <peter.chen@xxxxxxx> wrote: > imx6ull is derived SoC from imx6ul. > > Signed-off-by: Peter Chen <peter.chen@xxxxxxx> > --- > arch/arm/mach-imx/mach-imx6ul.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/arch/arm/mach-imx/mach-imx6ul.c b/arch/arm/mach-imx/mach-imx6ul.c > index 58a2b88..0b24630 100644 > --- a/arch/arm/mach-imx/mach-imx6ul.c > +++ b/arch/arm/mach-imx/mach-imx6ul.c > @@ -89,10 +89,11 @@ static void __init imx6ul_init_late(void) > > static const char * const imx6ul_dt_compat[] __initconst = { > "fsl,imx6ul", > + "fsl,imx6ull", > NULL, > }; > > -DT_MACHINE_START(IMX6UL, "Freescale i.MX6 Ultralite (Device Tree)") > +DT_MACHINE_START(IMX6UL, "Freescale i.MX6 UltraLite (Device Tree)") Is this change really needed? -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html