diff options
author | Mathias Kresin <dev@kresin.me> | 2016-05-31 08:39:53 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2016-11-29 21:40:16 +0100 |
commit | 860210c3731f97eec507fd1c8d4554fd80394edb (patch) | |
tree | 74b7451da73d591768a7eeb8df1e4cf3ca755a8d /target/linux/lantiq/dts | |
parent | 62a347b1d9061cd0b6e1c7de7044679cfce9b674 (diff) | |
download | upstream-860210c3731f97eec507fd1c8d4554fd80394edb.tar.gz upstream-860210c3731f97eec507fd1c8d4554fd80394edb.tar.bz2 upstream-860210c3731f97eec507fd1c8d4554fd80394edb.zip |
lantiq: backport kernel patch to pass of node to nand_dt_init
Backport upstream commit a61ae81a1907af1987ad4c77300508327bc48b23.
The actually purpose of the patch was to do some cleanup. As a side
effect of this cleanup, the device node is now passed to nand_dt_init.
This allows to use the common nand device tree properties
- nand-bus-width
- nand-on-flash-bbt
- nand-ecc-mode
- nand-ecc-step-size
- nand-ecc-strength
for the plat_nand driver.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/lantiq/dts')
-rw-r--r-- | target/linux/lantiq/dts/BTHOMEHUBV5A.dts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/lantiq/dts/BTHOMEHUBV5A.dts b/target/linux/lantiq/dts/BTHOMEHUBV5A.dts index 2dea927095..e1b3e7131d 100644 --- a/target/linux/lantiq/dts/BTHOMEHUBV5A.dts +++ b/target/linux/lantiq/dts/BTHOMEHUBV5A.dts @@ -207,8 +207,6 @@ reg = <0x7000 0 0 0 0>; qca,no-eeprom; /* load from ath9k-eeprom-pci-0000:00:0e.0.bin */ qca,disable-5ghz; - mtd-mac-address = <&caldata 0x110c>; - mtd-mac-address-increment = <2>; }; }; |