Hi Stefan,thanks, i misunderstood the commit message. I thought this was a
On Mon, Feb 12, 2024 at 08:20:35PM +0100, Stefan Wahren wrote:
Am 10.02.24 um 02:18 schrieb Sebastian Reichel:It already has. The i.MX6UL(L) compatible looks like this:
i.MX6UL(L) uses "fsl,imx6sx-lcdif" as fallback compatible string,i'm not sure this is a good idea. In case i.MX6UL(L) is different from
but has only very lightweight DISPLAY power domain. Its DISPLAY
power domain is not supported by the binding / Linux kernel at
the moment. Since the current setup is working, let's remove the
power-domain from being required for that platform to fix the warning
printed by CHECK_DTBS=y.
i.MX6SX here, then it should have a different compatible.
compatible = "fsl,imx6ul-lcdif", "fsl,imx6sx-lcdif"
So the i.MX6SX one is just a fallback compatible. But the current
requirement for power-domains affects i.MX6UL(L), since it says
the compatible only needs to contain "fsl,imx6sx-lcdif" somewhere
to make power-domains mandatory.
Note, that the kernel driver does not use "fsl,imx6ul-lcdif", so
the hardware itself is indeed compatible.
-- Sebastian
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel