mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
3cd9219e5e
This refreshes the patches, removes patches already applied upstream and removes the SPI NAND framework to use the upstream version. In addition it also refreshes the kernel configuration. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
21 lines
613 B
Diff
21 lines
613 B
Diff
From b5f49b448cd3c7ab930f1a53c88f739a86071df8 Mon Sep 17 00:00:00 2001
|
|
From: Ian Pozella <Ian.Pozella@imgtec.com>
|
|
Date: Mon, 20 Feb 2017 10:38:07 +0000
|
|
Subject: MIPS: DTS: img: marduk: add nor partition name
|
|
|
|
Signed-off-by: Ian Pozella <Ian.Pozella@imgtec.com>
|
|
---
|
|
arch/mips/boot/dts/img/pistachio_marduk.dts | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/arch/mips/boot/dts/img/pistachio_marduk.dts
|
|
+++ b/arch/mips/boot/dts/img/pistachio_marduk.dts
|
|
@@ -87,6 +87,7 @@
|
|
compatible = "spansion,s25fl016k", "jedec,spi-nor";
|
|
reg = <0>;
|
|
spi-max-frequency = <50000000>;
|
|
+ linux,mtd-name = "spi-nor";
|
|
};
|
|
};
|
|
|