board: ti: am65x: Update fdt fixup logic for interconnect nodes
authorSuman Anna <s-anna@ti.com>
Wed, 29 Jul 2020 18:41:12 +0000 (13:41 -0500)
committerLokesh Vutla <lokeshvutla@ti.com>
Tue, 11 Aug 2020 15:04:45 +0000 (20:34 +0530)
commitfc4c380233962ff658a1e23c3455282dcd58a075
tree4878b1f61b5ce269476722b1aff3a40915ec061e
parent7d6f45a2109315740cc0b98c3facad1a239a1bd4
board: ti: am65x: Update fdt fixup logic for interconnect nodes

The DT nodes on AM65x 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.

The logic also corrects the crypto node name as the DT node
unit-addresses are all expected to be lower case.

Signed-off-by: Suman Anna <s-anna@ti.com>
board/ti/am65x/evm.c