Re: [PATCH COVER] rockchip: rk3399: fix SPI-NOR flash not found in U-Boot pre-reloc

2024-07-16 Thread Kever Yang
On 2024/6/17 21:10, Quentin Schulz wrote: From: Quentin Schulz 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-r

Re: [PATCH COVER] rockchip: rk3399: fix SPI-NOR flash not found in U-Boot pre-reloc

2024-06-19 Thread Quentin Schulz
Hi, On 6/19/24 12:33 PM, Quentin Schulz wrote: Hi Jonas, On 6/17/24 8:53 PM, Jonas Karlman wrote: [...] I'm wondering if we shouldn't do the same for U-Boot proper DTB as well? I think that would be good, and should also remove the need for the recursive pinctrl lookup for bootph props durin

Re: [PATCH COVER] rockchip: rk3399: fix SPI-NOR flash not found in U-Boot pre-reloc

2024-06-19 Thread Quentin Schulz
Hi Jonas, On 6/17/24 8:53 PM, Jonas Karlman wrote: [...] I'm wondering if we shouldn't do the same for U-Boot proper DTB as well? I think that would be good, and should also remove the need for the recursive pinctrl lookup for bootph props during pre-reloc. i.e. cmd_fdt_rm_props = cat $< |

Re: [PATCH COVER] rockchip: rk3399: fix SPI-NOR flash not found in U-Boot pre-reloc

2024-06-17 Thread Jonas Karlman
Hi Quentin, On 2024-06-17 16:03, Quentin Schulz wrote: > Hi Jonas, > > On 6/17/24 3:44 PM, Jonas Karlman wrote: >> Hi Quentin, >> >> On 2024-06-17 15:29, Quentin Schulz wrote: >>> Hi Jonas, >>> >>> On 6/17/24 3:26 PM, Jonas Karlman wrote: Hi Quentin, On 2024-06-17 15:10, Quentin Sc

Re: [PATCH COVER] rockchip: rk3399: fix SPI-NOR flash not found in U-Boot pre-reloc

2024-06-17 Thread Quentin Schulz
Hi Jonas, On 6/17/24 3:44 PM, Jonas Karlman wrote: Hi Quentin, On 2024-06-17 15:29, Quentin Schulz wrote: Hi Jonas, On 6/17/24 3:26 PM, Jonas Karlman wrote: Hi Quentin, On 2024-06-17 15:10, Quentin Schulz wrote: From: Quentin Schulz In commit 100f489f58a6 ("rockchip: rk3399: Fix loading

Re: [PATCH COVER] rockchip: rk3399: fix SPI-NOR flash not found in U-Boot pre-reloc

2024-06-17 Thread Jonas Karlman
Hi Quentin, On 2024-06-17 15:29, Quentin Schulz wrote: > Hi Jonas, > > On 6/17/24 3:26 PM, Jonas Karlman wrote: >> Hi Quentin, >> >> On 2024-06-17 15:10, Quentin Schulz wrote: >>> From: Quentin Schulz >>> >>> In commit 100f489f58a6 ("rockchip: rk3399: Fix loading FIT from SD-card >>> when bootin

Re: [PATCH COVER] rockchip: rk3399: fix SPI-NOR flash not found in U-Boot pre-reloc

2024-06-17 Thread Quentin Schulz
Hi Jonas, On 6/17/24 3:26 PM, Jonas Karlman wrote: Hi Quentin, On 2024-06-17 15:10, Quentin Schulz wrote: From: Quentin Schulz 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-a

Re: [PATCH COVER] rockchip: rk3399: fix SPI-NOR flash not found in U-Boot pre-reloc

2024-06-17 Thread Jonas Karlman
Hi Quentin, On 2024-06-17 15:10, Quentin Schulz wrote: > From: Quentin Schulz > > 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 >

Re: [PATCH COVER] rockchip: rk3399: fix SPI-NOR flash not found in U-Boot pre-reloc

2024-06-17 Thread Quentin Schulz
Hi all, This is a patch, even if the mail subject says COVER, some regression in new b4 release. Cheers, Quentin On 6/17/24 3:10 PM, Quentin Schulz wrote: From: Quentin Schulz In commit 100f489f58a6 ("rockchip: rk3399: Fix loading FIT from SD-card when booting from eMMC"), the spi1 bootph

[PATCH COVER] rockchip: rk3399: fix SPI-NOR flash not found in U-Boot pre-reloc

2024-06-17 Thread Quentin Schulz
From: Quentin Schulz 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: 100f