[PATCH v1 04/16] spl: xea: Provide stub DM driver for imx28 clocks

2023-07-11 Thread sbabic
> This code fixes following WARNING: > DTOCspl/dts/dt-plat.c > fsl_imx28_clkctrl: WARNING: the driver fsl_imx28_clkctrl was not found in the > driver list > As imx28 doesn't yet support common clock framework, this prevents from > DTOC warnings during SPL build. > Signed-off-by: Lukasz Majew

[PATCH v1 04/16] spl: xea: Provide stub DM driver for imx28 clocks

2023-05-19 Thread Lukasz Majewski
This code fixes following WARNING: DTOCspl/dts/dt-plat.c fsl_imx28_clkctrl: WARNING: the driver fsl_imx28_clkctrl was not found in the driver list As imx28 doesn't yet support common clock framework, this prevents from DTOC warnings during SPL build. Signed-off-by: Lukasz Majewski --- b