From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id F1CC3C433F5 for ; Wed, 6 Oct 2021 08:21:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D6F846125F for ; Wed, 6 Oct 2021 08:21:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237735AbhJFIXm convert rfc822-to-8bit (ORCPT ); Wed, 6 Oct 2021 04:23:42 -0400 Received: from ni.piap.pl ([195.187.100.5]:42118 "EHLO ni.piap.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237730AbhJFIXl (ORCPT ); Wed, 6 Oct 2021 04:23:41 -0400 From: Krzysztof =?utf-8?Q?Ha=C5=82asa?= To: Shawn Guo , Sascha Hauer Cc: Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH v2] CONFIG_SOC_IMX6Q = i.MX6 Quad/Dual/DualLite/Solo Date: Wed, 06 Oct 2021 10:21:48 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Print i.MX6 "Dual" and "Solo" names in addition to the "Quad" and "DualLite" for SOC_IMX6Q. Signed-off-by: Krzysztof Hałasa diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index b407b024dde3..b6f2f2ea8e65 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig @@ -143,7 +143,7 @@ config SOC_IMX6 select PL310_ERRATA_769419 if CACHE_L2X0 config SOC_IMX6Q - bool "i.MX6 Quad/Dual/DualLite support" + bool "i.MX6 Quad/Dual/DualLite/Solo support" select ARM_ERRATA_764369 if SMP select ARM_ERRATA_754322 select ARM_ERRATA_775420 @@ -153,7 +153,8 @@ config SOC_IMX6Q select SOC_IMX6 help - This enables support for Freescale i.MX6 Quad processor. + This enables support for Freescale i.MX6 Quad/Dual/DualLite/Solo + processors. config SOC_IMX6SL bool "i.MX6 SoloLite support" diff --git a/arch/arm/mach-imx/mach-imx6q.c b/arch/arm/mach-imx/mach-imx6q.c index 11dcc369ec14..8cc8a2ed1d12 100644 --- a/arch/arm/mach-imx/mach-imx6q.c +++ b/arch/arm/mach-imx/mach-imx6q.c @@ -217,7 +217,7 @@ static const char * const imx6q_dt_compat[] __initconst = { NULL, }; -DT_MACHINE_START(IMX6Q, "Freescale i.MX6 Quad/DualLite (Device Tree)") +DT_MACHINE_START(IMX6Q, "Freescale i.MX6 Quad/Dual/DualLite/Solo (Device Tree)") .l2c_aux_val = 0, .l2c_aux_mask = ~0, .smp = smp_ops(imx_smp_ops), -- Krzysztof "Chris" Hałasa Sieć Badawcza Łukasiewicz Przemysłowy Instytut Automatyki i Pomiarów PIAP Al. Jerozolimskie 202, 02-486 Warszawa