mtd: ofpart: add compatible check for child nodes
authorJosh Wu <josh.wu@atmel.com>
Mon, 5 Aug 2013 11:14:38 +0000 (19:14 +0800)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 5 Aug 2013 20:12:32 +0000 (21:12 +0100)
commite79265ba6bdb31437bd4c3e7911950f9d1262a07
treecb4c9c88879a11dec1bc840d7eeb223353e19d35
parent6054d4d56307839bffabb687767c24d5ff62563b
mtd: ofpart: add compatible check for child nodes

In case that the nand device will support some features like Nand Flash
Controller, we want to make the sub feature as a sub node of nand device.

Use such organization it is easy to enable/disable feature, also it is back
compatible and more readable.

If the sub-node has a compatible property then it is a driver not partition.

Signed-off-by: Josh Wu <josh.wu@atmel.com>
Acked-by: Brian Norris <computersforpeace@gmail.com>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
[ added a missing newline -Brian ]
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Documentation/devicetree/bindings/mtd/partition.txt
drivers/mtd/ofpart.c