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/BTHOMEHUBV2B.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/BTHOMEHUBV2B.dts')
-rw-r--r-- | target/linux/lantiq/dts/BTHOMEHUBV2B.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/dts/BTHOMEHUBV2B.dts b/target/linux/lantiq/dts/BTHOMEHUBV2B.dts index 87b4dfbd4a..d81a113c84 100644 --- a/target/linux/lantiq/dts/BTHOMEHUBV2B.dts +++ b/target/linux/lantiq/dts/BTHOMEHUBV2B.dts @@ -74,7 +74,7 @@ }; nand-parts@0 { /* NAND Flash: Samsung K9F5608U0D-JIB0 32MB */ - compatible = "gen_nand", "lantiq,nand-xway"; + compatible = "lantiq,nand-xway"; lantiq,cs = <1>; bank-width = <2>; reg = <1 0x0 0x2000000 >; |