ARM: tegra210: p3450: fix Jetson Nano SPI flash
authorPeter Robinson <pbrobinson@gmail.com>
Tue, 19 Aug 2025 15:40:14 +0000 (16:40 +0100)
committerSvyatoslav Ryhel <clamor95@gmail.com>
Wed, 20 Aug 2025 13:23:11 +0000 (16:23 +0300)
commita353211288464543e67b3ec4a421a751fcae98ce
tree12cbe5639f9c6b080aaaf8fd277a300384a5c84c
parent9999821e7516ad5c70f17319d0d33b99ef702e09
ARM: tegra210: p3450: fix Jetson Nano SPI flash

The Nano's SPI flash stopped working in U-Boot, as the prior stage loaded
U-Boot, the only thing it was used for was save/loading env vars so update
the DT so it can now initialise it. It also drops enabling the old
TEGRA114_SPI driver, as the flash hangs off the faster TEGRA210_QSPI
interface, nothing on the Nano uses the old interface by default so it's
surplus.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Acked-by: Thierry Reding <treding@nvidia.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com>
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
arch/arm/dts/tegra210-p3450-0000.dts
arch/arm/dts/tegra210.dtsi
configs/p3450-0000_defconfig