diff mbox series

ARM: imx_v6_v7_defconfig: Support i.MX8MM

Message ID 1594347053-30361-1-git-send-email-peng.fan@nxp.com
State New
Headers show
Series ARM: imx_v6_v7_defconfig: Support i.MX8MM | expand

Commit Message

Peng Fan July 10, 2020, 2:10 a.m. UTC
From: Peng Fan <peng.fan@nxp.com>

i.MX8MM is built with AArch64 hardware, this is to support
it could run in Aarch32 mode with clock and pinctrl driver enabled.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---

To make kernel boot, needs the GIC_V3 select patch:
https://patchwork.kernel.org/patch/11655383/

 arch/arm/configs/imx_v6_v7_defconfig | 3 +++
 1 file changed, 3 insertions(+)

Comments

Shawn Guo July 13, 2020, 8:44 a.m. UTC | #1
On Fri, Jul 10, 2020 at 10:10:53AM +0800, peng.fan@nxp.com wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> i.MX8MM is built with AArch64 hardware, this is to support
> it could run in Aarch32 mode with clock and pinctrl driver enabled.
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>

Applied, thanks.
diff mbox series

Patch

diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig
index 87e6400c436b..cb335478ac37 100644
--- a/arch/arm/configs/imx_v6_v7_defconfig
+++ b/arch/arm/configs/imx_v6_v7_defconfig
@@ -217,6 +217,7 @@  CONFIG_SPI=y
 CONFIG_SPI_GPIO=y
 CONFIG_SPI_IMX=y
 CONFIG_SPI_FSL_DSPI=y
+CONFIG_PINCTRL_IMX8MM=y
 CONFIG_GPIO_SYSFS=y
 CONFIG_GPIO_SIOX=m
 CONFIG_GPIO_MAX732X=y
@@ -406,6 +407,8 @@  CONFIG_STAGING=y
 CONFIG_STAGING_MEDIA=y
 CONFIG_VIDEO_IMX_MEDIA=y
 CONFIG_COMMON_CLK_PWM=y
+CONFIG_CLK_IMX8MM=y
+CONFIG_SOC_IMX8M=y
 CONFIG_IIO=y
 CONFIG_MMA8452=y
 CONFIG_IMX7D_ADC=y