commit | f05f6a10fb2ef4aa7ebec75696a162f3110861a0 | [log] [tgz] |
---|---|---|
author | Boris Brezillon <boris.brezillon@free-electrons.com> | Fri Apr 01 14:54:26 2016 +0200 |
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | Thu May 05 23:51:57 2016 +0200 |
tree | e09b20546615056941f7ee7d5d4e9dd1b74599d6 | |
parent | 57a605b101bbdff6a388e8dcb4853db9ffe947f7 [diff] |
mtd: nand: gpmi: rely on generic DT parsing done in nand_scan_ident() The core now takes care of parsing generic DT properties in nand_scan_ident() when nand_set_flash_node() has been called. Rely on this initialization instead of calling of_get_nand_xxx() manually. Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> Acked-by: Han xu <han.xu@nxp.com>