commit | d8210ef13dce94f393a4af270f7485c12c3d8b44 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Thu Oct 21 17:55:48 2021 +0200 |
committer | Stefan Roese <sr@denx.de> | Thu Oct 28 10:33:32 2021 +0200 |
tree | 45e31a7eaa5130a877f623ada95fa1f8b7740a3a | |
parent | d78e1e90744dae0f789e1a7afe0878cb3be3754c [diff] |
arm: mvebu: turris_omnia: Fix MTD partitions order for Linux Linux enumerates MTD partitions in DTB order, while the fdt_add_subnode() function puts a new subnode at the beginning. To fix this, put MTD partitions into DTB in reverse order. Fixes: 92f36c8e74c1 ("arm: mvebu: turris_omnia: fixup MTD partitions in Linux' DTB") Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Marek Behún <marek.behun@nic.cz> Reviewed-by: Stefan Roese <sr@denx.de>