devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: mxsfb: Add compatible for i.MX8MM
@ 2020-10-03 22:48 Marek Vasut
  2020-10-06 21:15 ` Rob Herring
  0 siblings, 1 reply; 5+ messages in thread
From: Marek Vasut @ 2020-10-03 22:48 UTC (permalink / raw)
  To: dri-devel
  Cc: devicetree, Marek Vasut, Fabio Estevam, Guido Günther,
	Lucas Stach, NXP Linux Team, Rob Herring, Shawn Guo

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(+)

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
-- 
2.28.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] dt-bindings: mxsfb: Add compatible for i.MX8MM
  2020-10-03 22:48 [PATCH] dt-bindings: mxsfb: Add compatible for i.MX8MM Marek Vasut
@ 2020-10-06 21:15 ` Rob Herring
  2020-10-06 22:38   ` Marek Vasut
  0 siblings, 1 reply; 5+ messages in thread
From: Rob Herring @ 2020-10-06 21:15 UTC (permalink / raw)
  To: Marek Vasut
  Cc: devicetree, Shawn Guo, Rob Herring, dri-devel, NXP Linux Team,
	Guido Günther

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...

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] dt-bindings: mxsfb: Add compatible for i.MX8MM
  2020-10-06 21:15 ` Rob Herring
@ 2020-10-06 22:38   ` Marek Vasut
  2020-10-07  0:42     ` Laurent Pinchart
  0 siblings, 1 reply; 5+ messages in thread
From: Marek Vasut @ 2020-10-06 22:38 UTC (permalink / raw)
  To: Rob Herring
  Cc: devicetree, Shawn Guo, Rob Herring, dri-devel, NXP Linux Team,
	Guido Günther, Laurent Pinchart

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 ?

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] dt-bindings: mxsfb: Add compatible for i.MX8MM
  2020-10-06 22:38   ` Marek Vasut
@ 2020-10-07  0:42     ` Laurent Pinchart
  2020-10-07  8:42       ` Marek Vasut
  0 siblings, 1 reply; 5+ messages in thread
From: Laurent Pinchart @ 2020-10-07  0:42 UTC (permalink / raw)
  To: Marek Vasut
  Cc: Rob Herring, devicetree, Shawn Guo, Rob Herring, dri-devel,
	NXP Linux Team, Guido Günther

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 ?

-- 
Regards,

Laurent Pinchart

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] dt-bindings: mxsfb: Add compatible for i.MX8MM
  2020-10-07  0:42     ` Laurent Pinchart
@ 2020-10-07  8:42       ` Marek Vasut
  0 siblings, 0 replies; 5+ messages in thread
From: Marek Vasut @ 2020-10-07  8:42 UTC (permalink / raw)
  To: Laurent Pinchart
  Cc: Rob Herring, devicetree, Shawn Guo, Rob Herring, dri-devel,
	NXP Linux Team, Guido Günther

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-10-07  8:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-03 22:48 [PATCH] dt-bindings: mxsfb: Add compatible for i.MX8MM Marek Vasut
2020-10-06 21:15 ` Rob Herring
2020-10-06 22:38   ` Marek Vasut
2020-10-07  0:42     ` Laurent Pinchart
2020-10-07  8:42       ` Marek Vasut

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).