All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: renesas: salvator-common: Remove extra LVDS port label
@ 2017-07-13 12:17 Laurent Pinchart
  2017-07-17  8:07 ` Geert Uytterhoeven
  0 siblings, 1 reply; 4+ messages in thread
From: Laurent Pinchart @ 2017-07-13 12:17 UTC (permalink / raw)
  To: linux-renesas-soc

The DU LVDS output is on port 3 on R8A7795 but on port 2 on R8A7796. The
lvds_connector label thus can't be defined in salvator-common.dtsi,
common to the two SoCs.

The lvds_connector label is meant for convience to be referenced from
panel device tree files, such as r8a77xx-aa104xd12-panel.dtsi or
r8a77xx-aa121td01-panel.dtsi.  As those files are not included in any
device tree source, and the label never used elsewhere, we can simply
remove it. Out-of-tree patches that include panel device tree files can
then add a

	#define lvds_connector du_out_lvds0

before including the panel device tree file.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
---
 arch/arm64/boot/dts/renesas/salvator-common.dtsi | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/arch/arm64/boot/dts/renesas/salvator-common.dtsi b/arch/arm64/boot/dts/renesas/salvator-common.dtsi
index aef35e0b685a..7d46a6c0f74b 100644
--- a/arch/arm64/boot/dts/renesas/salvator-common.dtsi
+++ b/arch/arm64/boot/dts/renesas/salvator-common.dtsi
@@ -268,10 +268,6 @@
 				remote-endpoint = <&adv7123_in>;
 			};
 		};
-		port@3 {
-			lvds_connector: endpoint {
-			};
-		};
 	};
 };
 
-- 
Regards,

Laurent Pinchart

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

* Re: [PATCH] arm64: dts: renesas: salvator-common: Remove extra LVDS port label
  2017-07-13 12:17 [PATCH] arm64: dts: renesas: salvator-common: Remove extra LVDS port label Laurent Pinchart
@ 2017-07-17  8:07 ` Geert Uytterhoeven
  2017-07-29 20:05   ` Laurent Pinchart
  0 siblings, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 2017-07-17  8:07 UTC (permalink / raw)
  To: Laurent Pinchart; +Cc: Linux-Renesas

On Thu, Jul 13, 2017 at 2:17 PM, Laurent Pinchart
<laurent.pinchart+renesas@ideasonboard.com> wrote:
> The DU LVDS output is on port 3 on R8A7795 but on port 2 on R8A7796. The
> lvds_connector label thus can't be defined in salvator-common.dtsi,
> common to the two SoCs.
>
> The lvds_connector label is meant for convience to be referenced from
> panel device tree files, such as r8a77xx-aa104xd12-panel.dtsi or
> r8a77xx-aa121td01-panel.dtsi.  As those files are not included in any
> device tree source, and the label never used elsewhere, we can simply
> remove it. Out-of-tree patches that include panel device tree files can
> then add a
>
>         #define lvds_connector du_out_lvds0
>
> before including the panel device tree file.
>
> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [PATCH] arm64: dts: renesas: salvator-common: Remove extra LVDS port label
  2017-07-17  8:07 ` Geert Uytterhoeven
@ 2017-07-29 20:05   ` Laurent Pinchart
  2017-07-31 14:55     ` Simon Horman
  0 siblings, 1 reply; 4+ messages in thread
From: Laurent Pinchart @ 2017-07-29 20:05 UTC (permalink / raw)
  To: Simon Horman; +Cc: Geert Uytterhoeven, Linux-Renesas

Hi Simon,

On Monday 17 Jul 2017 10:07:33 Geert Uytterhoeven wrote:
> On Thu, Jul 13, 2017 at 2:17 PM, Laurent Pinchart wrote:
> > The DU LVDS output is on port 3 on R8A7795 but on port 2 on R8A7796. The
> > lvds_connector label thus can't be defined in salvator-common.dtsi,
> > common to the two SoCs.
> > 
> > The lvds_connector label is meant for convience to be referenced from
> > panel device tree files, such as r8a77xx-aa104xd12-panel.dtsi or
> > r8a77xx-aa121td01-panel.dtsi.  As those files are not included in any
> > device tree source, and the label never used elsewhere, we can simply
> > remove it. Out-of-tree patches that include panel device tree files can
> > then add a
> > 
> >         #define lvds_connector du_out_lvds0
> > 
> > before including the panel device tree file.
> > 
> > Signed-off-by: Laurent Pinchart
> > <laurent.pinchart+renesas@ideasonboard.com>
> 
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Could you please pick this patch up for v4.14 ?

-- 
Regards,

Laurent Pinchart

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

* Re: [PATCH] arm64: dts: renesas: salvator-common: Remove extra LVDS port label
  2017-07-29 20:05   ` Laurent Pinchart
@ 2017-07-31 14:55     ` Simon Horman
  0 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2017-07-31 14:55 UTC (permalink / raw)
  To: Laurent Pinchart; +Cc: Geert Uytterhoeven, Linux-Renesas

On Sat, Jul 29, 2017 at 11:05:50PM +0300, Laurent Pinchart wrote:
> Hi Simon,
> 
> On Monday 17 Jul 2017 10:07:33 Geert Uytterhoeven wrote:
> > On Thu, Jul 13, 2017 at 2:17 PM, Laurent Pinchart wrote:
> > > The DU LVDS output is on port 3 on R8A7795 but on port 2 on R8A7796. The
> > > lvds_connector label thus can't be defined in salvator-common.dtsi,
> > > common to the two SoCs.
> > > 
> > > The lvds_connector label is meant for convience to be referenced from
> > > panel device tree files, such as r8a77xx-aa104xd12-panel.dtsi or
> > > r8a77xx-aa121td01-panel.dtsi.  As those files are not included in any
> > > device tree source, and the label never used elsewhere, we can simply
> > > remove it. Out-of-tree patches that include panel device tree files can
> > > then add a
> > > 
> > >         #define lvds_connector du_out_lvds0
> > > 
> > > before including the panel device tree file.
> > > 
> > > Signed-off-by: Laurent Pinchart
> > > <laurent.pinchart+renesas@ideasonboard.com>
> > 
> > Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> 
> Could you please pick this patch up for v4.14 ?

Sure done.

I took the liberty of correcting the spelling of convenience before
committing the change.

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

end of thread, other threads:[~2017-07-31 14:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-13 12:17 [PATCH] arm64: dts: renesas: salvator-common: Remove extra LVDS port label Laurent Pinchart
2017-07-17  8:07 ` Geert Uytterhoeven
2017-07-29 20:05   ` Laurent Pinchart
2017-07-31 14:55     ` Simon Horman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.