
Hi Fabio
On Sun, Apr 21, 2024 at 10:24 PM Fabio Estevam festevam@gmail.com wrote:
Hi Michael,
On Sun, Apr 21, 2024 at 11:07 AM Michael Trimarchi michael@amarulasolutions.com wrote:
Add clocks support for the video subsystem.
Signed-off-by: Michael Trimarchi michael@amarulasolutions.com
Which target will make use of these clocks?
As-is this patch adds only dead code.
Adding a defconfig that uses these newly introduced clocks would be nice.
You are right, I will wrap it and enable only on CONFIG_VIDEO
Also, to avoid size increase, please protect this code against CONFIG_VIDEO or something, like done here: https://source.denx.de/u-boot/custodians/u-boot-imx/-/commit/2b3310ef13998df...
Working on display panel integration on imx8m, trying to progress merging things up.
Michael