diff options
author | Olof Johansson <olof@lixom.net> | 2019-06-16 23:26:55 +0300 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2019-06-16 23:26:55 +0300 |
commit | 4bded299838ffb2735b73598ed5a008bd03023f3 (patch) | |
tree | a5d8bec3079901f0c5b56e219c0f3e3997054ba4 /arch/arm64 | |
parent | 9925a6d9b794a67db360c1be300a598fa8a83470 (diff) | |
parent | b25af2ff7c07bd19af74e3f64ff82e2880d13d81 (diff) | |
download | linux-4bded299838ffb2735b73598ed5a008bd03023f3.tar.xz |
Merge tag 'imx-fixes-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into fixes
i.MX fixes for 5.2:
- A build fix for soc-imx8 driver which needs SOC_BUS support. To
avoid dealing with the dependency for every single i.MX SoC bus
driver, we selects at from architecture level.
- A fix on i.MX SCU firmware driver to ensure SCU irq is enabled only
after IPC is ready.
- A regression fix on cpuidle-imx6sx driver, which causes some
characters loss on serial communication.
* tag 'imx-fixes-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux:
ARM: imx: cpuidle-imx6sx: Restrict the SW2ISO increase to i.MX6SX
firmware: imx: SCU irq should ONLY be enabled after SCU IPC is ready
arm64: imx: Fix build error without CONFIG_SOC_BUS
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/Kconfig.platforms | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index c7ad684926c3..1b938154db1c 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -168,6 +168,7 @@ config ARCH_MXC select IMX_GPCV2_PM_DOMAINS select PM select PM_GENERIC_DOMAINS + select SOC_BUS help This enables support for the ARMv8 based SoCs in the NXP i.MX family. |