diff options
author | John Crispin <john@openwrt.org> | 2015-12-17 09:29:22 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-12-17 09:29:22 +0000 |
commit | d4b8d51580f61bc242b3a51566d2e4afd1f4a150 (patch) | |
tree | 16c7b79fae4831e85c1239d0da5869893f7b65fa /target/linux/brcm2708/patches-4.1/0215-config-Add-FB_TFT_ILI9163-module.patch | |
parent | 98bf3d41207f32bc14ca8b67435ddc75e93b8214 (diff) | |
download | mtk-20170518-d4b8d51580f61bc242b3a51566d2e4afd1f4a150.zip mtk-20170518-d4b8d51580f61bc242b3a51566d2e4afd1f4a150.tar.gz mtk-20170518-d4b8d51580f61bc242b3a51566d2e4afd1f4a150.tar.bz2 |
brcm2708: update 4.1 patches
As usual, this patches were taken (and rebased) from
https://github.com/raspberrypi/linux/commits/rpi-4.1.y
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 47922
Diffstat (limited to 'target/linux/brcm2708/patches-4.1/0215-config-Add-FB_TFT_ILI9163-module.patch')
-rw-r--r-- | target/linux/brcm2708/patches-4.1/0215-config-Add-FB_TFT_ILI9163-module.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/target/linux/brcm2708/patches-4.1/0215-config-Add-FB_TFT_ILI9163-module.patch b/target/linux/brcm2708/patches-4.1/0215-config-Add-FB_TFT_ILI9163-module.patch new file mode 100644 index 0000000..e1afd9f --- /dev/null +++ b/target/linux/brcm2708/patches-4.1/0215-config-Add-FB_TFT_ILI9163-module.patch @@ -0,0 +1,30 @@ +From c9f139e8c8168111248a7696a098d3b146b892c5 Mon Sep 17 00:00:00 2001 +From: popcornmix <popcornmix@gmail.com> +Date: Sat, 14 Nov 2015 12:24:59 +0000 +Subject: [PATCH 215/222] config: Add FB_TFT_ILI9163 module + +--- + arch/arm/configs/bcm2709_defconfig | 1 + + arch/arm/configs/bcmrpi_defconfig | 1 + + 2 files changed, 2 insertions(+) + +--- a/arch/arm/configs/bcm2709_defconfig ++++ b/arch/arm/configs/bcm2709_defconfig +@@ -1074,6 +1074,7 @@ CONFIG_FB_TFT_BD663474=m + CONFIG_FB_TFT_HX8340BN=m + CONFIG_FB_TFT_HX8347D=m + CONFIG_FB_TFT_HX8353D=m ++CONFIG_FB_TFT_ILI9163=m + CONFIG_FB_TFT_ILI9320=m + CONFIG_FB_TFT_ILI9325=m + CONFIG_FB_TFT_ILI9340=m +--- a/arch/arm/configs/bcmrpi_defconfig ++++ b/arch/arm/configs/bcmrpi_defconfig +@@ -1067,6 +1067,7 @@ CONFIG_FB_TFT_BD663474=m + CONFIG_FB_TFT_HX8340BN=m + CONFIG_FB_TFT_HX8347D=m + CONFIG_FB_TFT_HX8353D=m ++CONFIG_FB_TFT_ILI9163=m + CONFIG_FB_TFT_ILI9320=m + CONFIG_FB_TFT_ILI9325=m + CONFIG_FB_TFT_ILI9340=m |