aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Schulz <quentin.schulz@cherry.de>2024-06-17 15:10:08 +0200
committerKever Yang <kever.yang@rock-chips.com>2024-07-17 12:25:26 +0800
commit0a9e081395c8286a96e7bb141d8517372ba712d7 (patch)
tree9fc494eed3462abdbb5b8bbbedaa8565e0ad4a3e
parent1f0943428a5921d8a0e5288593efac2140ac77ed (diff)
downloadu-boot-0a9e081395c8286a96e7bb141d8517372ba712d7.zip
u-boot-0a9e081395c8286a96e7bb141d8517372ba712d7.tar.gz
u-boot-0a9e081395c8286a96e7bb141d8517372ba712d7.tar.bz2
rockchip: rk3399: fix SPI-NOR flash not found in U-Boot pre-reloc
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>
-rw-r--r--arch/arm/dts/rk3399-u-boot.dtsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/dts/rk3399-u-boot.dtsi b/arch/arm/dts/rk3399-u-boot.dtsi
index b6b4327..2bec139 100644
--- a/arch/arm/dts/rk3399-u-boot.dtsi
+++ b/arch/arm/dts/rk3399-u-boot.dtsi
@@ -145,6 +145,11 @@
bootph-some-ram;
};
+&spi1 {
+ bootph-pre-ram;
+ bootph-some-ram;
+};
+
&spi1_clk {
bootph-pre-ram;
bootph-some-ram;