diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2020-02-29 16:38:58 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-03-12 09:28:27 +0100 |
commit | 1a24aecd150a17f230080d708f2fbf4de90e251e (patch) | |
tree | 2cced69b09615b0223e1613554e3fde0657fcb53 /target/linux/sunxi/patches-4.14/040-arm64-dts-allwinner-a64-Add-watchdog.patch | |
parent | 0a2682a204ca58a5dc5c7b7d97c5cfdeea68b6d7 (diff) | |
download | upstream-1a24aecd150a17f230080d708f2fbf4de90e251e.tar.gz upstream-1a24aecd150a17f230080d708f2fbf4de90e251e.tar.bz2 upstream-1a24aecd150a17f230080d708f2fbf4de90e251e.zip |
sunxi: 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/sunxi/patches-4.14/040-arm64-dts-allwinner-a64-Add-watchdog.patch')
-rw-r--r-- | target/linux/sunxi/patches-4.14/040-arm64-dts-allwinner-a64-Add-watchdog.patch | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/target/linux/sunxi/patches-4.14/040-arm64-dts-allwinner-a64-Add-watchdog.patch b/target/linux/sunxi/patches-4.14/040-arm64-dts-allwinner-a64-Add-watchdog.patch deleted file mode 100644 index 90c72f9508..0000000000 --- a/target/linux/sunxi/patches-4.14/040-arm64-dts-allwinner-a64-Add-watchdog.patch +++ /dev/null @@ -1,47 +0,0 @@ -From d41850437c364ef7aba9bc25c1c701699d0240e0 Mon Sep 17 00:00:00 2001 -From: Harald Geyer <harald@ccbib.org> -Date: Thu, 15 Mar 2018 16:25:07 +0000 -Subject: [PATCH] arm64: dts: allwinner: a64: Add watchdog - -Add a watchdog node for the A64, automatically enabled on all boards. -Since the device is compatible with an existing driver, we only reserve -a new compatible string to be used together with the fall back. -Tested on Olimex Teres-I. - -Signed-off-by: Harald Geyer <harald@ccbib.org> -Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com> ---- - Documentation/devicetree/bindings/watchdog/sunxi-wdt.txt | 6 ++++-- - arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 7 +++++++ - 2 files changed, 11 insertions(+), 2 deletions(-) - ---- a/Documentation/devicetree/bindings/watchdog/sunxi-wdt.txt -+++ b/Documentation/devicetree/bindings/watchdog/sunxi-wdt.txt -@@ -2,8 +2,10 @@ Allwinner SoCs Watchdog timer - - Required properties: - --- compatible : should be either "allwinner,sun4i-a10-wdt" or -- "allwinner,sun6i-a31-wdt" -+- compatible : should be one of -+ "allwinner,sun4i-a10-wdt" -+ "allwinner,sun6i-a31-wdt" -+ "allwinner,sun50i-a64-wdt","allwinner,sun6i-a31-wdt" - - reg : Specifies base physical address and size of the registers. - - Example: ---- a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi -+++ b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi -@@ -538,5 +538,12 @@ - #address-cells = <1>; - #size-cells = <0>; - }; -+ -+ wdt0: watchdog@1c20ca0 { -+ compatible = "allwinner,sun50i-a64-wdt", -+ "allwinner,sun6i-a31-wdt"; -+ reg = <0x01c20ca0 0x20>; -+ interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>; -+ }; - }; - }; |