arm: dts: k3-j721e-sk-u-boot: fix boot on j721e SK
authorSinthu Raja <sinthu.raja@ti.com>
Mon, 3 Apr 2023 17:03:12 +0000 (12:03 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 3 Apr 2023 18:54:16 +0000 (14:54 -0400)
commit1f77f9176efeec2936763d61b6552c5c62860775
tree055c8abe2b444f21669911728bf0b771baec5994
parent8b6de0545f2a33a8a28babef6cb91eb2bf7cccb6
arm: dts: k3-j721e-sk-u-boot: fix boot on j721e SK

J721e SK has been broken since at least March 2022.

The main-navss and mcu-navss nodes were renamed and this caused the
A72 SPL to fail early in the boot even before the serial port was
enabled. Fix this.

A later patch series between v2022.07 and v2022.10 additionally broke
boot on this board by introducing hbmc nodes which are not present on
this board. The right fix is to disable these by default in the SOC
dtsi file, but for now we can also disable them in the u-boot dtsi.

With both these fixed, we can now boot the j721e SK board fully from
mainline u-boot.

Fixes: 58d61fb5a77ef ("arm: dts: k3-j721e-sk: Add initial A72 specific dts support")
Fixes: 297daac43afb9 ("arm: dts: k3-j721e-mcu-wakeup: Add HyperBus Controller node")
Reported-by: Anand Gadiyar <gadiyar@ti.com>
Signed-off-by: Sinthu Raja <sinthu.raja@ti.com>
[gadiyar@ti.com: update commit description]
Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
Cc: Bryan Brattlof <bb@ti.com>
arch/arm/dts/k3-j721e-sk-u-boot.dtsi