[PATCH v3 18/22] video: mxsfb: add enabling of "disp_axi" clock

2021-06-09 Thread sbabic
> Some SoC needs "disp_axi" clock to be enabled, so let's try to retrieve it > and enabling. If it fails it gives only a debug(), but this clock as well > as "axi" clock is not mandatory. > Signed-off-by: Giulio Benetti Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic --

[PATCH v3 18/22] video: mxsfb: add enabling of "disp_axi" clock

2021-05-13 Thread Giulio Benetti
Some SoC needs "disp_axi" clock to be enabled, so let's try to retrieve it and enabling. If it fails it gives only a debug(), but this clock as well as "axi" clock is not mandatory. Signed-off-by: Giulio Benetti --- drivers/video/mxsfb.c | 11 +++ 1 file changed, 11 insertions(+) diff

[PATCH v3 18/22] video: mxsfb: add enabling of "disp_axi" clock

2021-05-13 Thread Giulio Benetti
Some SoC needs "disp_axi" clock to be enabled, so let's try to retrieve it and enabling. If it fails it gives only a debug(), but this clock as well as "axi" clock is not mandatory. Signed-off-by: Giulio Benetti --- drivers/video/mxsfb.c | 11 +++ 1 file changed, 11 insertions(+) diff

Re: [PATCH v3 18/22] video: mxsfb: add enabling of "disp_axi" clock

2021-05-13 Thread Giulio Benetti
Sorry for this patch sent twice. My e-mail provider doesn't let me send more than 18 e-mail at a time, so I need to send it in 2 times and I've left this. Best regards -- Giulio Benetti Benetti Engineering sas On 5/13/21 12:19 PM, Giulio Benetti wrote: Some SoC needs "disp_axi" clock to be