diff options
author | John Crispin <blogic@openwrt.org> | 2015-11-02 10:18:50 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-11-02 10:18:50 +0000 |
commit | 20e347390b78de3f0a701e077aa1a69dd0977ec1 (patch) | |
tree | dd684baeca3d31c464be1095df76fb19a6e32f21 /target/linux/mediatek/patches/0060-arm-mediatek-select-the-arm-timer-by-default.patch | |
parent | cc6f9d1ab21bfe54f1f1193f3146da9444b42dde (diff) | |
download | master-187ad058-20e347390b78de3f0a701e077aa1a69dd0977ec1.tar.gz master-187ad058-20e347390b78de3f0a701e077aa1a69dd0977ec1.tar.bz2 master-187ad058-20e347390b78de3f0a701e077aa1a69dd0977ec1.zip |
mediatek: add support for the new MT7623 Arm SoC
the support is still WIP. next steps are to make the pmic and ethernet work.
this is the first commit to make sure nothing gets lost.
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47354 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mediatek/patches/0060-arm-mediatek-select-the-arm-timer-by-default.patch')
-rw-r--r-- | target/linux/mediatek/patches/0060-arm-mediatek-select-the-arm-timer-by-default.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/target/linux/mediatek/patches/0060-arm-mediatek-select-the-arm-timer-by-default.patch b/target/linux/mediatek/patches/0060-arm-mediatek-select-the-arm-timer-by-default.patch new file mode 100644 index 0000000000..2b6418613d --- /dev/null +++ b/target/linux/mediatek/patches/0060-arm-mediatek-select-the-arm-timer-by-default.patch @@ -0,0 +1,26 @@ +From 46c695d8285b73d39b0e16fcfd7da332fd2398d4 Mon Sep 17 00:00:00 2001 +From: John Crispin <blogic@openwrt.org> +Date: Sat, 27 Jun 2015 13:00:27 +0200 +Subject: [PATCH 60/76] arm: mediatek: select the arm timer by default + +select ARM_ARCH_TIMER inside the Kconfig + +Signed-off-by: John Crispin <blogic@openwrt.org> +--- + arch/arm/mach-mediatek/Kconfig | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/arch/arm/mach-mediatek/Kconfig b/arch/arm/mach-mediatek/Kconfig +index 9f59e58..7704818 100644 +--- a/arch/arm/mach-mediatek/Kconfig ++++ b/arch/arm/mach-mediatek/Kconfig +@@ -1,5 +1,6 @@ + menuconfig ARCH_MEDIATEK + bool "Mediatek MT65xx & MT81xx SoC" if ARCH_MULTI_V7 ++ select ARM_ARCH_TIMER + select ARM_GIC + select PINCTRL + select MTK_TIMER +-- +1.7.10.4 + |