Re: [PATCH] rockchip: rk3399: boot_devices: fix eMMC node name

2022-08-26 Thread Kever Yang
On 2022/7/11 22:15, Quentin Schulz wrote: From: Quentin Schulz When idbloader.img is flashed on the eMMC, the SPL still tries to load from SPI-NOR first. This is due to an incorrect look-up in the Device Tree. Since commit 822556a93459 ("arm: dts: sync the Rockhip 3399 SoCs from Linux"), the

Re: [PATCH] rockchip: rk3399: boot_devices: fix eMMC node name

2022-08-12 Thread Quentin Schulz
Hi all, Gentle ping. Cheers, Quentin On 7/29/22 02:32, Art Nikpal wrote: On Mon, Jul 18, 2022 at 5:19 PM Quentin Schulz wrote: On 7/11/22 20:22, Xavier Drudis Ferran wrote: El Mon, Jul 11, 2022 at 04:15:33PM +0200, Quentin Schulz deia: From: Quentin Schulz When idbloader.img is flashed

Re: [PATCH] rockchip: rk3399: boot_devices: fix eMMC node name

2022-07-29 Thread Tom Rini
On Fri, Jul 29, 2022 at 08:07:27PM +0530, Jagan Teki wrote: > On Thu, Jul 28, 2022 at 6:45 PM Jagan Teki wrote: > > > > On Mon, Jul 11, 2022 at 7:54 PM Quentin Schulz wrote: > > > > > > From: Quentin Schulz > > > > > > When idbloader.img is flashed on the eMMC, the SPL still tries to load > > >

Re: [PATCH] rockchip: rk3399: boot_devices: fix eMMC node name

2022-07-29 Thread Jagan Teki
On Thu, Jul 28, 2022 at 6:45 PM Jagan Teki wrote: > > On Mon, Jul 11, 2022 at 7:54 PM Quentin Schulz wrote: > > > > From: Quentin Schulz > > > > When idbloader.img is flashed on the eMMC, the SPL still tries to load > > from SPI-NOR first. > > > > This is due to an incorrect look-up in the Devic

Re: [PATCH] rockchip: rk3399: boot_devices: fix eMMC node name

2022-07-28 Thread Art Nikpal
On Mon, Jul 18, 2022 at 5:19 PM Quentin Schulz wrote: > > On 7/11/22 20:22, Xavier Drudis Ferran wrote: > > El Mon, Jul 11, 2022 at 04:15:33PM +0200, Quentin Schulz deia: > >> From: Quentin Schulz > >> > >> When idbloader.img is flashed on the eMMC, the SPL still tries to load > >> from SPI-NOR f

Re: [PATCH] rockchip: rk3399: boot_devices: fix eMMC node name

2022-07-28 Thread Jagan Teki
On Mon, Jul 11, 2022 at 7:54 PM Quentin Schulz wrote: > > From: Quentin Schulz > > When idbloader.img is flashed on the eMMC, the SPL still tries to load > from SPI-NOR first. > > This is due to an incorrect look-up in the Device Tree. Since commit > 822556a93459 ("arm: dts: sync the Rockhip 3399

Re: [PATCH] rockchip: rk3399: boot_devices: fix eMMC node name

2022-07-18 Thread Quentin Schulz
On 7/11/22 20:22, Xavier Drudis Ferran wrote: El Mon, Jul 11, 2022 at 04:15:33PM +0200, Quentin Schulz deia: From: Quentin Schulz When idbloader.img is flashed on the eMMC, the SPL still tries to load from SPI-NOR first. This is due to an incorrect look-up in the Device Tree. Since commit 822

Re: [PATCH] rockchip: rk3399: boot_devices: fix eMMC node name

2022-07-12 Thread Quentin Schulz
Hi Artem, On 7/12/22 05:01, Art Nikpal wrote: Yes ! need to apply this patch dts was changed grep @fe33 arch/arm/dts/*.dtsi arch/arm/dts/rk3399.dtsi:sdhci: mmc@fe33 { same need to change boot_devices in rk3399.c to /mmc@fe32 Already changed in commit 97de3935aabfe8632e6c73

Re: [PATCH] rockchip: rk3399: boot_devices: fix eMMC node name

2022-07-12 Thread Quentin Schulz
Hi Xavier, On 7/11/22 20:22, Xavier Drudis Ferran wrote: El Mon, Jul 11, 2022 at 04:15:33PM +0200, Quentin Schulz deia: From: Quentin Schulz When idbloader.img is flashed on the eMMC, the SPL still tries to load from SPI-NOR first. This is due to an incorrect look-up in the Device Tree. Sinc

Re: [PATCH] rockchip: rk3399: boot_devices: fix eMMC node name

2022-07-11 Thread Art Nikpal
Yes ! need to apply this patch dts was changed grep @fe33 arch/arm/dts/*.dtsi arch/arm/dts/rk3399.dtsi:sdhci: mmc@fe33 { same need to change boot_devices in rk3399.c to /mmc@fe32 Reviewed-by: Artem Lapkin Tested-by: Artem Lapkin On Tue, Jul 12, 2022 at 2:22 AM Xavier Drudi

Re: [PATCH] rockchip: rk3399: boot_devices: fix eMMC node name

2022-07-11 Thread Xavier Drudis Ferran
El Mon, Jul 11, 2022 at 04:15:33PM +0200, Quentin Schulz deia: > From: Quentin Schulz > > When idbloader.img is flashed on the eMMC, the SPL still tries to load > from SPI-NOR first. > > This is due to an incorrect look-up in the Device Tree. Since commit > 822556a93459 ("arm: dts: sync the Rock

[PATCH] rockchip: rk3399: boot_devices: fix eMMC node name

2022-07-11 Thread Quentin Schulz
From: Quentin Schulz When idbloader.img is flashed on the eMMC, the SPL still tries to load from SPI-NOR first. This is due to an incorrect look-up in the Device Tree. Since commit 822556a93459 ("arm: dts: sync the Rockhip 3399 SoCs from Linux"), the node name (but not label) changed from sdhci@

[PATCH] rockchip: rk3399: boot_devices: fix eMMC node name

2022-07-11 Thread Quentin Schulz
From: Quentin Schulz When idbloader.img is flashed on the eMMC, the SPL still tries to load from SPI-NOR first. This is due to an incorrect look-up in the Device Tree. Since commit 822556a93459 ("arm: dts: sync the Rockhip 3399 SoCs from Linux"), the node name (but not label) changed from sdhci@