diff options
author | Mathias Kresin <dev@kresin.me> | 2017-10-07 11:03:43 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-10-07 20:15:03 +0200 |
commit | a6bd7255ab393ec3a992f2f706cd8177292ef0fc (patch) | |
tree | ea52e3749ebb3cea85b631956f42a7f4617a3f43 /target/linux/lantiq/dts/FRITZ3370.dts | |
parent | f625df7ab8cf975dfdde890dbfe61f7081fb1ad7 (diff) | |
download | upstream-a6bd7255ab393ec3a992f2f706cd8177292ef0fc.tar.gz upstream-a6bd7255ab393ec3a992f2f706cd8177292ef0fc.tar.bz2 upstream-a6bd7255ab393ec3a992f2f706cd8177292ef0fc.zip |
lantiq: remove gen_nand compatible string
The generic nand driver fails to load with:
gen_nand 14000000.nand-parts: platform_nand_data is missing
gen_nand: probe of 14000000.nand-parts failed with error -22
and the xway-nand driver is used afterwards.
Drop the gen_nand compatible to get rid of the error message.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/lantiq/dts/FRITZ3370.dts')
-rw-r--r-- | target/linux/lantiq/dts/FRITZ3370.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/dts/FRITZ3370.dts b/target/linux/lantiq/dts/FRITZ3370.dts index 3f57f45ee8..b4b98e75cf 100644 --- a/target/linux/lantiq/dts/FRITZ3370.dts +++ b/target/linux/lantiq/dts/FRITZ3370.dts @@ -28,7 +28,7 @@ fpi@10000000 { localbus@0 { nand-parts@0 { - compatible = "gen_nand", "lantiq,nand-xway"; + compatible = "lantiq,nand-xway"; bank-width = <2>; reg = <1 0x0 0x2000000>; #address-cells = <1>; |