All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: multi_v7_defconfig: Enable i.MX6SLL SoC
@ 2020-07-28  8:01 Dong Aisheng
  2020-07-28  8:01 ` [PATCH 2/2] ARM: multi_v7_defconfig: Enable i.MX7ULP SoC Dong Aisheng
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Dong Aisheng @ 2020-07-28  8:01 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Dong Aisheng, linux, linux-imx, kernel, fabio.estevam, shawnguo

Enable i.MX6SLL SoC which is already supported by mainline kernel.

Cc: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
---
 arch/arm/configs/multi_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 95543914d3c7..5e601ee96d13 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -43,6 +43,7 @@ CONFIG_SOC_IMX51=y
 CONFIG_SOC_IMX53=y
 CONFIG_SOC_IMX6Q=y
 CONFIG_SOC_IMX6SL=y
+CONFIG_SOC_IMX6SLL=y
 CONFIG_SOC_IMX6SX=y
 CONFIG_SOC_IMX6UL=y
 CONFIG_SOC_LS1021A=y
-- 
2.23.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH 2/2] ARM: multi_v7_defconfig: Enable i.MX7ULP SoC
  2020-07-28  8:01 [PATCH 1/2] ARM: multi_v7_defconfig: Enable i.MX6SLL SoC Dong Aisheng
@ 2020-07-28  8:01 ` Dong Aisheng
  2020-07-28 14:19   ` Kevin Hilman
  2020-07-28 14:18 ` [PATCH 1/2] ARM: multi_v7_defconfig: Enable i.MX6SLL SoC Kevin Hilman
  2020-08-19 13:57 ` Shawn Guo
  2 siblings, 1 reply; 5+ messages in thread
From: Dong Aisheng @ 2020-07-28  8:01 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Dong Aisheng, linux, linux-imx, kernel, fabio.estevam, shawnguo

Enable i.MX7ULP SoC which is already supported by mainline kernel.

Cc: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
---
 arch/arm/configs/multi_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 5e601ee96d13..07b7ab59e236 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -48,6 +48,7 @@ CONFIG_SOC_IMX6SX=y
 CONFIG_SOC_IMX6UL=y
 CONFIG_SOC_LS1021A=y
 CONFIG_SOC_IMX7D=y
+CONFIG_SOC_IMX7ULP=y
 CONFIG_SOC_VF610=y
 CONFIG_ARCH_KEYSTONE=y
 CONFIG_ARCH_MEDIATEK=y
-- 
2.23.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/2] ARM: multi_v7_defconfig: Enable i.MX6SLL SoC
  2020-07-28  8:01 [PATCH 1/2] ARM: multi_v7_defconfig: Enable i.MX6SLL SoC Dong Aisheng
  2020-07-28  8:01 ` [PATCH 2/2] ARM: multi_v7_defconfig: Enable i.MX7ULP SoC Dong Aisheng
@ 2020-07-28 14:18 ` Kevin Hilman
  2020-08-19 13:57 ` Shawn Guo
  2 siblings, 0 replies; 5+ messages in thread
From: Kevin Hilman @ 2020-07-28 14:18 UTC (permalink / raw)
  To: Dong Aisheng, linux-arm-kernel
  Cc: Dong Aisheng, linux, linux-imx, kernel, fabio.estevam, shawnguo

Dong Aisheng <aisheng.dong@nxp.com> writes:

> Enable i.MX6SLL SoC which is already supported by mainline kernel.
>
> Cc: Shawn Guo <shawnguo@kernel.org>
> Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>

Tested-by: Kevin Hilman <khilman@baylibre.com>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 2/2] ARM: multi_v7_defconfig: Enable i.MX7ULP SoC
  2020-07-28  8:01 ` [PATCH 2/2] ARM: multi_v7_defconfig: Enable i.MX7ULP SoC Dong Aisheng
@ 2020-07-28 14:19   ` Kevin Hilman
  0 siblings, 0 replies; 5+ messages in thread
From: Kevin Hilman @ 2020-07-28 14:19 UTC (permalink / raw)
  To: Dong Aisheng, linux-arm-kernel
  Cc: Dong Aisheng, linux, linux-imx, kernel, fabio.estevam, shawnguo

Dong Aisheng <aisheng.dong@nxp.com> writes:

> Enable i.MX7ULP SoC which is already supported by mainline kernel.
>
> Cc: Shawn Guo <shawnguo@kernel.org>
> Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
> ---

Tested-by: Kevin Hilman <khilman@baylibre.com>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/2] ARM: multi_v7_defconfig: Enable i.MX6SLL SoC
  2020-07-28  8:01 [PATCH 1/2] ARM: multi_v7_defconfig: Enable i.MX6SLL SoC Dong Aisheng
  2020-07-28  8:01 ` [PATCH 2/2] ARM: multi_v7_defconfig: Enable i.MX7ULP SoC Dong Aisheng
  2020-07-28 14:18 ` [PATCH 1/2] ARM: multi_v7_defconfig: Enable i.MX6SLL SoC Kevin Hilman
@ 2020-08-19 13:57 ` Shawn Guo
  2 siblings, 0 replies; 5+ messages in thread
From: Shawn Guo @ 2020-08-19 13:57 UTC (permalink / raw)
  To: Dong Aisheng; +Cc: fabio.estevam, kernel, linux, linux-arm-kernel, linux-imx

On Tue, Jul 28, 2020 at 04:01:32PM +0800, Dong Aisheng wrote:
> Enable i.MX6SLL SoC which is already supported by mainline kernel.
> 
> Cc: Shawn Guo <shawnguo@kernel.org>
> Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>

Applied both, thanks.

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-08-19 13:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-28  8:01 [PATCH 1/2] ARM: multi_v7_defconfig: Enable i.MX6SLL SoC Dong Aisheng
2020-07-28  8:01 ` [PATCH 2/2] ARM: multi_v7_defconfig: Enable i.MX7ULP SoC Dong Aisheng
2020-07-28 14:19   ` Kevin Hilman
2020-07-28 14:18 ` [PATCH 1/2] ARM: multi_v7_defconfig: Enable i.MX6SLL SoC Kevin Hilman
2020-08-19 13:57 ` Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.