mbox series

[0/3] imx: drop dependency on ARM64

Message ID 1584070036-26447-1-git-send-email-peng.fan@nxp.com (mailing list archive)
Headers show
Series imx: drop dependency on ARM64 | expand

Message

Peng Fan March 13, 2020, 3:27 a.m. UTC
From: Peng Fan <peng.fan@nxp.com>

It is possible to run aarch32 linux on aarch64 hardware, but
with the ARM64 dependency, we are not able to build those drivers
for ARM32.

Select ARM_GIC_V3 for i.MX8M is to enable the gic-v3 driver for i.MX8M

I did a basic boot test on i.MX8MM EVK board. A few ATF changes
to make psci smp work still needed.

Peng Fan (3):
  pinctrl: freescale: drop the dependency on ARM64 for i.MX8M
  clk: imx: drop the dependency on ARM64 for i.MX8M
  soc: imx: select ARM_GIC_V3 for i.MX8M

 drivers/clk/imx/Kconfig           | 8 ++++----
 drivers/pinctrl/freescale/Kconfig | 8 ++++----
 drivers/soc/imx/Kconfig           | 1 +
 3 files changed, 9 insertions(+), 8 deletions(-)