diff options
author | Olof Johansson <olof@lixom.net> | 2021-06-05 15:39:22 -0700 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2021-06-05 15:39:23 -0700 |
commit | 3091a9e74240e296cbf657bb7ff6bdb7c33720f0 (patch) | |
tree | b3c1ef38bbee57bbae30cb8a96d52ed018c563a1 /arch | |
parent | 3a2d3ae06787893138bfb2c3abf5dbc40a76f23d (diff) | |
parent | 4cce442ffe5448ef572adc8b3abe7001b398e709 (diff) | |
download | linux-3091a9e74240e296cbf657bb7ff6bdb7c33720f0.tar.bz2 |
Merge tag 'amlogic-fixes-v5.13-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux into arm/fixes
Amlogic fixes for v5.13-rc1
- arm64: meson: select COMMON_CLK to select a proper implementation of the clock API
- soc: amlogic: meson-clk-measure: remove redundant dev_err call in meson_msr_probe()
* tag 'amlogic-fixes-v5.13-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux:
arm64: meson: select COMMON_CLK
soc: amlogic: meson-clk-measure: remove redundant dev_err call in meson_msr_probe()
Link: https://lore.kernel.org/r/73e76706-f3f4-bebf-10dd-d2ec9106a234@baylibre.com
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch')
-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 6409b47b73e4..7336c1fd0dda 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -165,6 +165,7 @@ config ARCH_MEDIATEK config ARCH_MESON bool "Amlogic Platforms" + select COMMON_CLK select MESON_IRQ_GPIO help This enables support for the arm64 based Amlogic SoCs |