[PATCH 2/4] mx53loco: Convert to driver model

2021-03-01 Thread sbabic
> Make the conversion to driver model as it is mandatory. > Remove the SATA support for now as the i.MX53 support has not > been added yet. > Signed-off-by: Fabio Estevam Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic --

Re: [PATCH 2/4] mx53loco: Convert to driver model

2021-02-15 Thread Tom Rini
On Sun, Feb 14, 2021 at 03:58:56PM -0300, Fabio Estevam wrote: > On Sun, Feb 14, 2021 at 11:26 AM Tom Rini wrote: > > > Where is something missing for SATA support? With DM enabled, you can > > enable AHCI and BLK and DWC_AHSATA is already converted. Is there > > some i.MX specific work

Re: [PATCH 2/4] mx53loco: Convert to driver model

2021-02-14 Thread Fabio Estevam
On Sun, Feb 14, 2021 at 11:26 AM Tom Rini wrote: > Where is something missing for SATA support? With DM enabled, you can > enable AHCI and BLK and DWC_AHSATA is already converted. Is there > some i.MX specific work required still? Thanks! I have added CONFIG_AHCI=y and added: ---

Re: [PATCH 2/4] mx53loco: Convert to driver model

2021-02-14 Thread Tom Rini
On Sat, Feb 13, 2021 at 10:49:52PM -0300, Fabio Estevam wrote: > Make the conversion to driver model as it is mandatory. > > Remove the SATA support for now as the i.MX53 support has not > been added yet. > > Signed-off-by: Fabio Estevam Where is something missing for SATA support? With DM

[PATCH 2/4] mx53loco: Convert to driver model

2021-02-13 Thread Fabio Estevam
Make the conversion to driver model as it is mandatory. Remove the SATA support for now as the i.MX53 support has not been added yet. Signed-off-by: Fabio Estevam --- I will add the DM SATA support later. arch/arm/dts/Makefile | 1 + board/freescale/mx53loco/mx53loco.c | 124