pistachio: add 4.9 kernel support
[openwrt/openwrt.git] / target / linux / pistachio / patches-4.9 / 901-MIPS-DTS-img-marduk-add-nor-partition-name.patch
1 From b5f49b448cd3c7ab930f1a53c88f739a86071df8 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: MIPS: DTS: img: marduk: add nor partition name
5
6 Signed-off-by: Ian Pozella <Ian.Pozella@imgtec.com>
7 ---
8 arch/mips/boot/dts/img/pistachio_marduk.dts | 1 +
9 1 file changed, 1 insertion(+)
10
11 diff --git a/arch/mips/boot/dts/img/pistachio_marduk.dts b/arch/mips/boot/dts/img/pistachio_marduk.dts
12 index 7708815..b18aa26 100644
13 --- a/arch/mips/boot/dts/img/pistachio_marduk.dts
14 +++ b/arch/mips/boot/dts/img/pistachio_marduk.dts
15 @@ -90,6 +90,7 @@
16 compatible = "spansion,s25fl016k", "jedec,spi-nor";
17 reg = <0>;
18 spi-max-frequency = <50000000>;
19 + linux,mtd-name = "spi-nor";
20 };
21 };
22
23 --
24 2.7.4
25