2
0
forked from Ivasoft/openwrt

lantiq: linux 5.4: remove support for the linux,mtd-name OF property

This is referenced in two .dts but never actually used from userspace.
Drop support for this property because it's not used and because it
makes updating to Linux 5.4 harder (as the patch doesn't apply anymore).

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
This commit is contained in:
Martin Blumenstingl
2020-02-29 22:44:55 +01:00
committed by Mathias Kresin
parent 005dedd348
commit 3d5d56487d
3 changed files with 0 additions and 46 deletions

View File

@@ -18,7 +18,6 @@
reg = <0x0 0x40000>;
#address-cells = <1>;
#size-cells = <1>;
linux,mtd-name = "gen_nand";
bbt-use-flash;
partition@0 {

View File

@@ -7,7 +7,6 @@
flash@0 {
compatible = "spansion,s25fl129p0", "spansion,s25fl129p1";
reg = <0 0>;
linux,mtd-name = "sflash";
spi-max-frequency = <80000000>;
m25p,fast-read;