[RESEND PATCH 2/3] imx6: clock: add support to get LCD pixel clock rate

2023-05-02 Thread sbabic
> Add the get_lcd_clk() function to get the LCD pixel clock rate. > The patch has been tested on imx6ul platform. > Signed-off-by: Dario Binacchi Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX

[RESEND PATCH 2/3] imx6: clock: add support to get LCD pixel clock rate

2023-04-22 Thread Dario Binacchi
Add the get_lcd_clk() function to get the LCD pixel clock rate. The patch has been tested on imx6ul platform. Signed-off-by: Dario Binacchi --- arch/arm/include/asm/arch-mx6/clock.h | 2 + arch/arm/mach-imx/mx6/clock.c | 58 +++ 2 files changed, 60