pistachio: add 5.15 testing kernel
[openwrt/staging/ldir.git] / target / linux / pistachio / patches-5.15 / 904-MIPS-DTS-img-marduk-Add-partition-name.patch
1 From ff0e950b605047bf50d470023e0fb2fc2003a0f0 Mon Sep 17 00:00:00 2001
2 From: Ian Pozella <Ian.Pozella@imgtec.com>
3 Date: Mon, 20 Feb 2017 10:38:07 +0000
4 Subject: [PATCH 904/904] MIPS: DTS: img: marduk: Add partition name
5
6 Signed-off-by: Ian Pozella <Ian.Pozella@imgtec.com>
7 ---
8 arch/mips/boot/dts/img/pistachio_marduk.dts | 2 ++
9 1 file changed, 2 insertions(+)
10
11 --- a/arch/mips/boot/dts/img/pistachio_marduk.dts
12 +++ b/arch/mips/boot/dts/img/pistachio_marduk.dts
13 @@ -161,12 +161,14 @@
14 compatible = "spansion,s25fl016k", "jedec,spi-nor";
15 reg = <0>;
16 spi-max-frequency = <50000000>;
17 + linux,mtd-name = "spi-nor";
18 };
19
20 flash@1 {
21 compatible = "spi-nand";
22 reg = <1>;
23 spi-max-frequency = <50000000>;
24 + linux,mtd-name = "spi-nand";
25 };
26 };
27