[PATCH 2/3] ARM: imx: mach-imx6ul: add imx6ull support

Peter Chen peter.chen at nxp.com
Tue Nov 1 03:44:36 PDT 2016


 
>
>On Tue, Nov 1, 2016 at 1:02 AM, Peter Chen <peter.chen at nxp.com> wrote:
>> imx6ull is derived SoC from imx6ul.
>>
>> Signed-off-by: Peter Chen <peter.chen at 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


More information about the linux-arm-kernel mailing list