aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mediatek/patches-4.14/0124-arm64-mediatek-cleanup-message-for-platform-selectio.patch
diff options
context:
space:
mode:
authorJohn Crispin <john@phrozen.org>2018-05-07 12:07:32 +0200
committerJohn Crispin <john@phrozen.org>2018-06-18 21:21:53 +0200
commitda8fc1511fc83f6ba2cf0e1e1feadbe1b9b58f4d (patch)
treec8093d2f8d65636ed5a6e9b89fb68844b5ffdbc8 /target/linux/mediatek/patches-4.14/0124-arm64-mediatek-cleanup-message-for-platform-selectio.patch
parent763c0473c8137b236b6d7504b1c6df3d48f90ea4 (diff)
downloadupstream-da8fc1511fc83f6ba2cf0e1e1feadbe1b9b58f4d.tar.gz
upstream-da8fc1511fc83f6ba2cf0e1e1feadbe1b9b58f4d.tar.bz2
upstream-da8fc1511fc83f6ba2cf0e1e1feadbe1b9b58f4d.zip
mediatek: backport upstream mediatek patches
Signed-off-by: John Crispin <john@phrozen.org> (cherry picked from commit 050da2107a7eb2a571a8a3d0cee21cc6a44b72b8)
Diffstat (limited to 'target/linux/mediatek/patches-4.14/0124-arm64-mediatek-cleanup-message-for-platform-selectio.patch')
-rw-r--r--target/linux/mediatek/patches-4.14/0124-arm64-mediatek-cleanup-message-for-platform-selectio.patch39
1 files changed, 39 insertions, 0 deletions
diff --git a/target/linux/mediatek/patches-4.14/0124-arm64-mediatek-cleanup-message-for-platform-selectio.patch b/target/linux/mediatek/patches-4.14/0124-arm64-mediatek-cleanup-message-for-platform-selectio.patch
new file mode 100644
index 0000000000..0e7fa9c1d3
--- /dev/null
+++ b/target/linux/mediatek/patches-4.14/0124-arm64-mediatek-cleanup-message-for-platform-selectio.patch
@@ -0,0 +1,39 @@
+From f9bea440dd8dbf1eda8644e4b1d76503053f17b6 Mon Sep 17 00:00:00 2001
+From: Sean Wang <sean.wang@mediatek.com>
+Date: Thu, 19 Oct 2017 17:52:54 +0800
+Subject: [PATCH 124/224] arm64: mediatek: cleanup message for platform
+ selection
+
+The latest kernel tree already can support more MediaTek platforms such as
+MT2712 and MT7622, so additional descriptions for those platforms are added
+and certain cleanups are also being made here.
+
+Signed-off-by: Sean Wang <sean.wang@mediatek.com>
+Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
+---
+ arch/arm64/Kconfig.platforms | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
+index 6b54ee8c1262..ab69f5fce261 100644
+--- a/arch/arm64/Kconfig.platforms
++++ b/arch/arm64/Kconfig.platforms
+@@ -91,12 +91,13 @@ config ARCH_HISI
+ This enables support for Hisilicon ARMv8 SoC family
+
+ config ARCH_MEDIATEK
+- bool "Mediatek MT65xx & MT81xx ARMv8 SoC"
++ bool "MediaTek SoC Family"
+ select ARM_GIC
+ select PINCTRL
+ select MTK_TIMER
+ help
+- Support for Mediatek MT65xx & MT81xx ARMv8 SoCs
++ This enables support for MediaTek MT27xx, MT65xx, MT76xx
++ & MT81xx ARMv8 SoCs
+
+ config ARCH_MESON
+ bool "Amlogic Platforms"
+--
+2.11.0
+