Message ID | 20201003224801.164112-1-marex@denx.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | dt-bindings: mxsfb: Add compatible for i.MX8MM | expand |
On Sun, 04 Oct 2020 00:48:01 +0200, Marek Vasut wrote: > NXP's i.MX8MM has an LCDIF as well. > > Signed-off-by: Marek Vasut <marex@denx.de> > Cc: Fabio Estevam <festevam@gmail.com> > Cc: Guido Günther <agx@sigxcpu.org> > Cc: Lucas Stach <l.stach@pengutronix.de> > Cc: NXP Linux Team <linux-imx@nxp.com> > Cc: Rob Herring <robh+dt@kernel.org> > Cc: Shawn Guo <shawnguo@kernel.org> > --- > Documentation/devicetree/bindings/display/mxsfb.txt | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org> Though Laurent posted converting this to schema...
On 10/6/20 11:15 PM, Rob Herring wrote: > On Sun, 04 Oct 2020 00:48:01 +0200, Marek Vasut wrote: >> NXP's i.MX8MM has an LCDIF as well. >> >> Signed-off-by: Marek Vasut <marex@denx.de> >> Cc: Fabio Estevam <festevam@gmail.com> >> Cc: Guido Günther <agx@sigxcpu.org> >> Cc: Lucas Stach <l.stach@pengutronix.de> >> Cc: NXP Linux Team <linux-imx@nxp.com> >> Cc: Rob Herring <robh+dt@kernel.org> >> Cc: Shawn Guo <shawnguo@kernel.org> >> --- >> Documentation/devicetree/bindings/display/mxsfb.txt | 1 + >> 1 file changed, 1 insertion(+) >> > > Acked-by: Rob Herring <robh@kernel.org> > > Though Laurent posted converting this to schema... Do you want me to rebase this on top of it or the other way around ?
Hi Marek, On Wed, Oct 07, 2020 at 12:38:50AM +0200, Marek Vasut wrote: > On 10/6/20 11:15 PM, Rob Herring wrote: > > On Sun, 04 Oct 2020 00:48:01 +0200, Marek Vasut wrote: > >> NXP's i.MX8MM has an LCDIF as well. > >> > >> Signed-off-by: Marek Vasut <marex@denx.de> > >> Cc: Fabio Estevam <festevam@gmail.com> > >> Cc: Guido Günther <agx@sigxcpu.org> > >> Cc: Lucas Stach <l.stach@pengutronix.de> > >> Cc: NXP Linux Team <linux-imx@nxp.com> > >> Cc: Rob Herring <robh+dt@kernel.org> > >> Cc: Shawn Guo <shawnguo@kernel.org> > >> --- > >> Documentation/devicetree/bindings/display/mxsfb.txt | 1 + > >> 1 file changed, 1 insertion(+) > >> > > > > Acked-by: Rob Herring <robh@kernel.org> > > > > Though Laurent posted converting this to schema... > > Do you want me to rebase this on top of it or the other way around ? Would it be OK if I rebased this on top of the conversion, and included it in the v2 of the mxsfb series ?
On 10/7/20 2:42 AM, Laurent Pinchart wrote: > Hi Marek, > > On Wed, Oct 07, 2020 at 12:38:50AM +0200, Marek Vasut wrote: >> On 10/6/20 11:15 PM, Rob Herring wrote: >>> On Sun, 04 Oct 2020 00:48:01 +0200, Marek Vasut wrote: >>>> NXP's i.MX8MM has an LCDIF as well. >>>> >>>> Signed-off-by: Marek Vasut <marex@denx.de> >>>> Cc: Fabio Estevam <festevam@gmail.com> >>>> Cc: Guido Günther <agx@sigxcpu.org> >>>> Cc: Lucas Stach <l.stach@pengutronix.de> >>>> Cc: NXP Linux Team <linux-imx@nxp.com> >>>> Cc: Rob Herring <robh+dt@kernel.org> >>>> Cc: Shawn Guo <shawnguo@kernel.org> >>>> --- >>>> Documentation/devicetree/bindings/display/mxsfb.txt | 1 + >>>> 1 file changed, 1 insertion(+) >>>> >>> >>> Acked-by: Rob Herring <robh@kernel.org> >>> >>> Though Laurent posted converting this to schema... >> >> Do you want me to rebase this on top of it or the other way around ? > > Would it be OK if I rebased this on top of the conversion, and included > it in the v2 of the mxsfb series ? Yes, or just squash it into 2/7
diff --git a/Documentation/devicetree/bindings/display/mxsfb.txt b/Documentation/devicetree/bindings/display/mxsfb.txt index c985871c46b3..f2f4a8189eda 100644 --- a/Documentation/devicetree/bindings/display/mxsfb.txt +++ b/Documentation/devicetree/bindings/display/mxsfb.txt @@ -6,6 +6,7 @@ Required properties: - compatible: Should be "fsl,imx23-lcdif" for i.MX23. Should be "fsl,imx28-lcdif" for i.MX28. Should be "fsl,imx6sx-lcdif" for i.MX6SX. + Should be "fsl,imx8mm-lcdif" for i.MX8MM. Should be "fsl,imx8mq-lcdif" for i.MX8MQ. - reg: Address and length of the register set for LCDIF - interrupts: Should contain LCDIF interrupt
NXP's i.MX8MM has an LCDIF as well. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Fabio Estevam <festevam@gmail.com> Cc: Guido Günther <agx@sigxcpu.org> Cc: Lucas Stach <l.stach@pengutronix.de> Cc: NXP Linux Team <linux-imx@nxp.com> Cc: Rob Herring <robh+dt@kernel.org> Cc: Shawn Guo <shawnguo@kernel.org> --- Documentation/devicetree/bindings/display/mxsfb.txt | 1 + 1 file changed, 1 insertion(+)