board: ti: j721e: Update fdt fixup logic for interconnect nodes
The DT nodes on J721E SoCs currently use a node name "interconnect" for the various interconnects. This name is not following the DT schema, and should simply be "bus". Update the fdt fixup logic to use both the current and the expected corrected path names so that this logic won't be broken with newer kernels.
Signed-off-by: Suman Anna s-anna@ti.com
(cherry picked from commit 0526460a)
Signed-off-by: Imen BEN HASSEN ibenhassen@baylibre.com
Note:
We observed the following logs when we tried to boot from emmc:
ft_board_setup: fixing up msmc ram failed -1
ERROR: board-specific fdt fixup failed: FDT_ERR_NOTFOUND
We are based on the last commit used on the PSDKAA P.1.0 Release Notes: one additional commit on top of ti2019.04 tag (66126341)
Edited by Migration