Re: [PATCH v2 12/12] rockchip: fix boot_devices constants

2022-03-11 Thread Simon Glass
Hi Johan, On Thu, 3 Mar 2022 at 07:37, Johan Jonker wrote: > > Hi Simon, > > Thank you for your test report. > As I don't always have the hardware, could the board maintainers help me > identify u-boot specific property differences with Linux that need to be > moved to a dtsi file. > > Will send

Re: [PATCH v2 12/12] rockchip: fix boot_devices constants

2022-03-03 Thread Johan Jonker
On 3/3/22 15:37, Johan Jonker wrote: > Hi Simon, > > Thank you for your test report. > As I don't always have the hardware, could the board maintainers help me > identify u-boot specific property differences with Linux that need to be > moved to a dtsi file. > > Will send a new serie with

Re: [PATCH v2 12/12] rockchip: fix boot_devices constants

2022-03-03 Thread Johan Jonker
Hi Simon, Thank you for your test report. As I don't always have the hardware, could the board maintainers help me identify u-boot specific property differences with Linux that need to be moved to a dtsi file. Will send a new serie with fixes. Johan === After I sync rk3288.dtsi I get this

Re: [PATCH v2 12/12] rockchip: fix boot_devices constants

2022-03-02 Thread Simon Glass
Hi Johan, On Mon, 28 Feb 2022 at 18:48, Johan Jonker wrote: > > The DT node name pattern in mmc-controller.yaml for mmc > is "^mmc(@.*)?$". The Rockchip mmc nodes have been synced > with Linux, so update the boot_devices constants as well. > > Signed-off-by: Johan Jonker > Reviewed-by: Simon

[PATCH v2 12/12] rockchip: fix boot_devices constants

2022-02-28 Thread Johan Jonker
The DT node name pattern in mmc-controller.yaml for mmc is "^mmc(@.*)?$". The Rockchip mmc nodes have been synced with Linux, so update the boot_devices constants as well. Signed-off-by: Johan Jonker Reviewed-by: Simon Glass --- arch/arm/mach-rockchip/rk3188/rk3188.c | 4 ++--