commit | 609468f94883c7840b9b22ec0ee9674513363d9e | [log] [tgz] |
---|---|---|
author | Boris Brezillon <boris.brezillon@free-electrons.com> | Fri Apr 01 14:54:29 2016 +0200 |
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | Thu May 05 23:51:59 2016 +0200 |
tree | 26ed0bad39141178a1fad00229868a079a86fa50 | |
parent | f6c36aaa3b6828fe2720fbdae70b58e6c0cccae6 [diff] |
mtd: nand: mxc: 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>