commit | 5cfdedb7b9a0fe38aa4838bfe66fb9ebc2c9ce15 | [log] [tgz] |
---|---|---|
author | Michal Suchanek <hramrach@gmail.com> | Tue Aug 18 15:34:09 2015 +0000 |
committer | Brian Norris <computersforpeace@gmail.com> | Fri Oct 30 14:01:39 2015 -0700 |
tree | f9b6b8f882819bd02ed3df06baa4caea8222180e | |
parent | fe2585e9c29a650af26824684e5033757fd6bc0c [diff] |
mtd: ofpart: move ofpart partitions to a dedicated dt node Parsing direct subnodes of a mtd device as partitions is unreliable since the mtd device is also part of its bus subsystem and can contain bus data in subnodes. Move ofpart data to a subnode of its own so it is clear which data is part of the partition layout. Signed-off-by: Michal Suchanek <hramrach@gmail.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>