]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
rockchip: rk3399: fix SPI-NOR flash not found in U-Boot pre-reloc
authorQuentin Schulz <quentin.schulz@cherry.de>
Mon, 17 Jun 2024 13:10:08 +0000 (15:10 +0200)
committerKever Yang <kever.yang@rock-chips.com>
Wed, 17 Jul 2024 04:25:26 +0000 (12:25 +0800)
In commit 100f489f58a6 ("rockchip: rk3399: Fix loading FIT from SD-card
when booting from eMMC"), the spi1 bootph properties were mistakenly
removed meaning, so re-add them back to fix SPI-NOR flash not being
found in U-Boot pre-reloc as required for RK3399 Puma.

Fixes: 100f489f58a6 ("rockchip: rk3399: Fix loading FIT from SD-card when booting from eMMC")
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
Reviewed-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/dts/rk3399-u-boot.dtsi

index b6b43271172e96259fcd48f60f1f896ccb205e93..2bec139d8338216a013386beb5cbfab2f83039d1 100644 (file)
        bootph-some-ram;
 };
 
+&spi1 {
+       bootph-pre-ram;
+       bootph-some-ram;
+};
+
 &spi1_clk {
        bootph-pre-ram;
        bootph-some-ram;