aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/gemini/patches-4.14/0003-ARM-dts-Add-TVE200-to-the-Gemini-SoC-DTSI.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2020-02-29 16:49:09 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2020-03-12 09:28:23 +0100
commit8334e04d24462b6fa3b53c77442a21f473149a1d (patch)
tree679fbfabaf7b53bd3d359092c77eb46a8a09ec45 /target/linux/gemini/patches-4.14/0003-ARM-dts-Add-TVE200-to-the-Gemini-SoC-DTSI.patch
parent7a6a85ce108c4883c0d99d5ecdd30512af11dff4 (diff)
downloadupstream-8334e04d24462b6fa3b53c77442a21f473149a1d.tar.gz
upstream-8334e04d24462b6fa3b53c77442a21f473149a1d.tar.bz2
upstream-8334e04d24462b6fa3b53c77442a21f473149a1d.zip
gemini: Remove kernel 4.14 support
This target was switched to kernel 4.19 more than 6 months ago in commit f342ffd300da ("treewide: kernel: bump some targets to 4.19") and now with kernel 5.4 support being added it gets harder to support kernel 4.14 in addition to kernel 4.19 and 5.4. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/gemini/patches-4.14/0003-ARM-dts-Add-TVE200-to-the-Gemini-SoC-DTSI.patch')
-rw-r--r--target/linux/gemini/patches-4.14/0003-ARM-dts-Add-TVE200-to-the-Gemini-SoC-DTSI.patch51
1 files changed, 0 insertions, 51 deletions
diff --git a/target/linux/gemini/patches-4.14/0003-ARM-dts-Add-TVE200-to-the-Gemini-SoC-DTSI.patch b/target/linux/gemini/patches-4.14/0003-ARM-dts-Add-TVE200-to-the-Gemini-SoC-DTSI.patch
deleted file mode 100644
index 81d9788af0..0000000000
--- a/target/linux/gemini/patches-4.14/0003-ARM-dts-Add-TVE200-to-the-Gemini-SoC-DTSI.patch
+++ /dev/null
@@ -1,51 +0,0 @@
-From 00e53d08bbe92051765c5bb94223b6f628cd3740 Mon Sep 17 00:00:00 2001
-From: Linus Walleij <linus.walleij@linaro.org>
-Date: Wed, 11 Oct 2017 19:45:19 +0200
-Subject: [PATCH 03/31] ARM: dts: Add TVE200 to the Gemini SoC DTSI
-
-The Faraday TVE200 is present in the Gemini SoC, sometimes
-under the name "TVC". Add it to the SoC DTSI file along with
-its resources.
-
-Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-Signed-off-by: Arnd Bergmann <arnd@arndb.de>
----
- arch/arm/boot/dts/gemini.dtsi | 21 +++++++++++++++++++++
- 1 file changed, 21 insertions(+)
-
---- a/arch/arm/boot/dts/gemini.dtsi
-+++ b/arch/arm/boot/dts/gemini.dtsi
-@@ -142,6 +142,12 @@
- groups = "idegrp";
- };
- };
-+ tvc_default_pins: pinctrl-tvc {
-+ mux {
-+ function = "tvc";
-+ groups = "tvcgrp";
-+ };
-+ };
- };
- };
-
-@@ -348,5 +354,20 @@
- memcpy-bus-width = <32>;
- #dma-cells = <2>;
- };
-+
-+ display-controller@6a000000 {
-+ compatible = "cortina,gemini-tvc", "faraday,tve200";
-+ reg = <0x6a000000 0x1000>;
-+ interrupts = <13 IRQ_TYPE_EDGE_RISING>;
-+ resets = <&syscon GEMINI_RESET_TVC>;
-+ clocks = <&syscon GEMINI_CLK_GATE_TVC>,
-+ <&syscon GEMINI_CLK_TVC>;
-+ clock-names = "PCLK", "TVE";
-+ pinctrl-names = "default";
-+ pinctrl-0 = <&tvc_default_pins>;
-+ #address-cells = <1>;
-+ #size-cells = <0>;
-+ status = "disabled";
-+ };
- };
- };