
4 Feb
2022
4 Feb
'22
4:24 p.m.
On Thu, 3 Feb 2022 at 07:15, Matthias Schiffer matthias.schiffer@ew.tq-group.com wrote:
Listing MTD partitions directly in the flash mode has been deprecated for a while for kernel Device Trees. Look for a node "partitions" in the found flash nodes and use it instead of the flash node itself for the partition list when it exists, so Device Trees following the current best practices can be fixed up.
Signed-off-by: Matthias Schiffer matthias.schiffer@ew.tq-group.com
common/fdt_support.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org