diff options
author | Paul Spooren <mail@aparcar.org> | 2021-11-02 14:41:23 -1000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-11-07 18:32:21 +0100 |
commit | 184d072fc0d4fd2721e66abf00c985f4477c6a09 (patch) | |
tree | 18b7b5c70ed6e0f7f2ab438fbd7ac257e913416e /target/linux/pistachio/patches-5.4/904-MIPS-DTS-img-marduk-Add-partition-name.patch | |
parent | 646c011ec76eca151b24ccde01df12f47e199d2d (diff) | |
download | upstream-184d072fc0d4fd2721e66abf00c985f4477c6a09.tar.gz upstream-184d072fc0d4fd2721e66abf00c985f4477c6a09.tar.bz2 upstream-184d072fc0d4fd2721e66abf00c985f4477c6a09.zip |
pistachio: drop Kernel 5.4 support
With the switch to Kernel 5.10 the 5.4 files are no longer needed.
Signed-off-by: Paul Spooren <mail@aparcar.org>
Diffstat (limited to 'target/linux/pistachio/patches-5.4/904-MIPS-DTS-img-marduk-Add-partition-name.patch')
-rw-r--r-- | target/linux/pistachio/patches-5.4/904-MIPS-DTS-img-marduk-Add-partition-name.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/target/linux/pistachio/patches-5.4/904-MIPS-DTS-img-marduk-Add-partition-name.patch b/target/linux/pistachio/patches-5.4/904-MIPS-DTS-img-marduk-Add-partition-name.patch deleted file mode 100644 index ce41c67461..0000000000 --- a/target/linux/pistachio/patches-5.4/904-MIPS-DTS-img-marduk-Add-partition-name.patch +++ /dev/null @@ -1,27 +0,0 @@ -From ff0e950b605047bf50d470023e0fb2fc2003a0f0 Mon Sep 17 00:00:00 2001 -From: Ian Pozella <Ian.Pozella@imgtec.com> -Date: Mon, 20 Feb 2017 10:38:07 +0000 -Subject: [PATCH 904/904] MIPS: DTS: img: marduk: Add partition name - -Signed-off-by: Ian Pozella <Ian.Pozella@imgtec.com> ---- - arch/mips/boot/dts/img/pistachio_marduk.dts | 2 ++ - 1 file changed, 2 insertions(+) - ---- a/arch/mips/boot/dts/img/pistachio_marduk.dts -+++ b/arch/mips/boot/dts/img/pistachio_marduk.dts -@@ -160,12 +160,14 @@ - compatible = "spansion,s25fl016k", "jedec,spi-nor"; - reg = <0>; - spi-max-frequency = <50000000>; -+ linux,mtd-name = "spi-nor"; - }; - - flash@1 { - compatible = "spi-nand"; - reg = <1>; - spi-max-frequency = <50000000>; -+ linux,mtd-name = "spi-nand"; - }; - }; - |