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:
committed by
Mathias Kresin
parent
005dedd348
commit
3d5d56487d
@@ -18,7 +18,6 @@
|
||||
reg = <0x0 0x40000>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
linux,mtd-name = "gen_nand";
|
||||
bbt-use-flash;
|
||||
|
||||
partition@0 {
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user