Message ID | 1477969343-19887-3-git-send-email-peter.chen@nxp.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Tue, Nov 1, 2016 at 1:02 AM, Peter Chen <peter.chen@nxp.com> wrote: > imx6ull is derived SoC from imx6ul. > > Signed-off-by: Peter Chen <peter.chen@nxp.com> > --- > 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?
> >On Tue, Nov 1, 2016 at 1:02 AM, Peter Chen <peter.chen@nxp.com> wrote: >> imx6ull is derived SoC from imx6ul. >> >> Signed-off-by: Peter Chen <peter.chen@nxp.com> >> --- >> 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? This change does not be related with imx6ull support, but also a needed change since the formal name is capital letter "L", if you are concerned with that, I can delete this change. Peter
On Tue, Nov 1, 2016 at 8:44 AM, Peter Chen <peter.chen@nxp.com> wrote: > This change does not be related with imx6ull support, but also a needed change since > the formal name is capital letter "L", if you are concerned with that, I can delete this > change. Just make it as a separate patch then. Thanks
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)") .init_irq = imx6ul_init_irq, .init_machine = imx6ul_init_machine, .init_late = imx6ul_init_late,
imx6ull is derived SoC from imx6ul. Signed-off-by: Peter Chen <peter.chen@nxp.com> --- arch/arm/mach-imx/mach-imx6ul.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)