]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: meson: Enable Meson8b SoCs
authorCarlo Caione <carlo@endlessm.com>
Wed, 7 Oct 2015 20:31:05 +0000 (22:31 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 8 Oct 2015 15:22:11 +0000 (17:22 +0200)
Signed-off-by: Carlo Caione <carlo@endlessm.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-meson/Kconfig
arch/arm/mach-meson/meson.c

index 0743e2059645d876af692026d9dfd74713ba2608..5d56f86ae1a4b1c96871e05c69eafd5bac5f7b26 100644 (file)
@@ -19,4 +19,9 @@ config MACH_MESON8
        default ARCH_MESON
        select MESON6_TIMER
 
+config MACH_MESON8B
+       bool "Amlogic Meson8b SoCs support"
+       default ARCH_MESON
+       select MESON6_TIMER
+
 endif
index 5d6affe6a694d38a37a34fe4d57e60f3c5ab7b7c..4e235717862599a211857c7c62cf5387fe85ebc8 100644 (file)
@@ -19,6 +19,7 @@
 static const char * const meson_common_board_compat[] = {
        "amlogic,meson6",
        "amlogic,meson8",
+       "amlogic,meson8b",
        NULL,
 };