On Wed, Jul 15, 2026 at 02:34:46PM -0400, [email protected] wrote: > From: Frank Li <[email protected]> > > i.MX8QXP and i.MX8DXL have lcdif, which back compatible with i.MX6SX. Add > front compatible string "fsl,imx8dxl-lcdif" and "fsl,imx8qxp-lcdif", which > fallback to "fsl,imx6sx-lcdif". > > Required power-domains for both.
Need to add a constraint for both that only allows 3 clocks and clock-names? > > Signed-off-by: Frank Li <[email protected]> > --- > change in v2 > - require power-domains (sashiko) > --- > Documentation/devicetree/bindings/display/fsl,lcdif.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/Documentation/devicetree/bindings/display/fsl,lcdif.yaml > b/Documentation/devicetree/bindings/display/fsl,lcdif.yaml > index 2dd0411ec6516..f16bef7f68535 100644 > --- a/Documentation/devicetree/bindings/display/fsl,lcdif.yaml > +++ b/Documentation/devicetree/bindings/display/fsl,lcdif.yaml > @@ -28,9 +28,11 @@ properties: > - fsl,imx6sll-lcdif > - fsl,imx6ul-lcdif > - fsl,imx7d-lcdif > + - fsl,imx8dxl-lcdif > - fsl,imx8mm-lcdif > - fsl,imx8mn-lcdif > - fsl,imx8mq-lcdif > + - fsl,imx8qxp-lcdif > - const: fsl,imx6sx-lcdif > > reg: > @@ -152,9 +154,11 @@ allOf: > contains: > enum: > - fsl,imx6sl-lcdif > + - fsl,imx8dxl-lcdif > - fsl,imx8mm-lcdif > - fsl,imx8mn-lcdif > - fsl,imx8mp-lcdif > + - fsl,imx8qxp-lcdif > - fsl,imx93-lcdif > then: > required: > > -- > 2.43.0 > -- Regards, Liu Ying
