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

2022-03-28 Thread Kever Yang
On 2022/3/4 07:52, 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 Glass Reviewed-by: Kever Yang

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

2022-03-28 Thread Simon Glass
Hi Johan, On Fri, 18 Mar 2022 at 09:17, Johan Jonker wrote: > > Hi Simon, > > On 3/12/22 03:24, Simon Glass wrote: > > Hi Johan, > > > > On Thu, 3 Mar 2022 at 16:53, Johan Jonker wrote: > >> > >> The DT node name pattern in mmc-controller.yaml for mmc > >> is "^mmc(@.*)?$". The Rockchip mmc

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

2022-03-18 Thread Johan Jonker
Hi Simon, On 3/12/22 03:24, Simon Glass wrote: > Hi Johan, > > On Thu, 3 Mar 2022 at 16:53, 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.

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

2022-03-11 Thread Simon Glass
Hi Johan, On Thu, 3 Mar 2022 at 16:53, 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 v3 12/12] rockchip: fix boot_devices constants

2022-03-03 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 ++--