commit | f6c36aaa3b6828fe2720fbdae70b58e6c0cccae6 | [log] [tgz] |
---|---|---|
author | Boris Brezillon <boris.brezillon@free-electrons.com> | Fri Apr 01 14:54:28 2016 +0200 |
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | Thu May 05 23:51:58 2016 +0200 |
tree | 9933b679e5577c2876f9d8b3d2de303b1cc81c10 | |
parent | 2d01922c11601bed642e5a3d1c7051685218d0fc [diff] |
mtd: nand: lpc32xx: 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>