
Hi Tom,
On 11/10/2021 20:59, Tom Rini wrote:
On Thu, Sep 30, 2021 at 06:21:08PM +0200, Amjad Ouled-Ameur wrote:
From: Keerthy j-keerthy@ti.com
Add all the ipu early boot related nodes
Signed-off-by: Keerthy j-keerthy@ti.com Signed-off-by: Amjad Ouled-Ameur aouledameur@baylibre.com
(no changes since v1)
MAINTAINERS | 1 + arch/arm/dts/dra7-ipu-common-early-boot.dtsi | 113 +++++++++++++++++++ 2 files changed, 114 insertions(+) create mode 100644 arch/arm/dts/dra7-ipu-common-early-boot.dtsi
This causes my J6 Eco board: CPU : DRA752-GP ES1.1 Model: TI DRA742 Board: DRA74x EVM REV G.0 to stop booting in SPL with no output.
Thank you for reporting the issue.
After debugging the j6eco board, I realized that board stops booting
in SPL when new nodes with "u-boot,dm-spl;"property are added to the
DTS. The issue seems to be unrelated to this patchset but rather to a
SPL's DTS limitation on j6eco. I am currently looking into SPL's linker file
and load addresses to understand better why SPL breaks.
Regards,
Amjad