diff mbox series

[v3,08/10] arm64: dts: renesas: r8a7799[05]: Point LVDS0 to its companion LVDS1

Message ID 20190528141234.15425-9-laurent.pinchart+renesas@ideasonboard.com (mailing list archive)
State Accepted
Commit 46f69d06afd0174b5448ca8b0772a388cb3de9c6
Delegated to: Simon Horman
Headers show
Series R-Car DU: LVDS dual-link mode support | expand

Commit Message

Laurent Pinchart May 28, 2019, 2:12 p.m. UTC
Add the new renesas,companion property to the LVDS0 node to point to the
companion LVDS encoder LVDS1.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
Tested-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
---
 arch/arm64/boot/dts/renesas/r8a77990.dtsi | 2 ++
 arch/arm64/boot/dts/renesas/r8a77995.dtsi | 2 ++
 2 files changed, 4 insertions(+)

Comments

Simon Horman June 3, 2019, 11:40 a.m. UTC | #1
On Tue, May 28, 2019 at 05:12:32PM +0300, Laurent Pinchart wrote:
> Add the new renesas,companion property to the LVDS0 node to point to the
> companion LVDS encoder LVDS1.
> 
> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> Reviewed-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
> Tested-by: Jacopo Mondi <jacopo+renesas@jmondi.org>

Hi Laurent,

is this patch ready to be merged?
Laurent Pinchart June 6, 2019, 7:59 a.m. UTC | #2
Hi Simon,

On Mon, Jun 03, 2019 at 01:40:45PM +0200, Simon Horman wrote:
> On Tue, May 28, 2019 at 05:12:32PM +0300, Laurent Pinchart wrote:
> > Add the new renesas,companion property to the LVDS0 node to point to the
> > companion LVDS encoder LVDS1.
> > 
> > Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> > Reviewed-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
> > Tested-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
> 
> Hi Laurent,
> 
> is this patch ready to be merged?

I was hoping for an ack from the DT bindings maintainers for the
corresponding bindings changes, but I want to get this merged for the
next kernel release, so I may not get it. I'll ping you when I send the
pull request for the DT bindings and drivers changes, at that point this
patch should be picked up.
Simon Horman June 6, 2019, 8:51 a.m. UTC | #3
On Thu, Jun 06, 2019 at 10:59:57AM +0300, Laurent Pinchart wrote:
> Hi Simon,
> 
> On Mon, Jun 03, 2019 at 01:40:45PM +0200, Simon Horman wrote:
> > On Tue, May 28, 2019 at 05:12:32PM +0300, Laurent Pinchart wrote:
> > > Add the new renesas,companion property to the LVDS0 node to point to the
> > > companion LVDS encoder LVDS1.
> > > 
> > > Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> > > Reviewed-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
> > > Tested-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
> > 
> > Hi Laurent,
> > 
> > is this patch ready to be merged?
> 
> I was hoping for an ack from the DT bindings maintainers for the
> corresponding bindings changes, but I want to get this merged for the
> next kernel release, so I may not get it. I'll ping you when I send the
> pull request for the DT bindings and drivers changes, at that point this
> patch should be picked up.

Thanks Laurent, got it.
Kieran Bingham June 7, 2019, 11:15 p.m. UTC | #4
Hi Laurent,

On 28/05/2019 15:12, Laurent Pinchart wrote:
> Add the new renesas,companion property to the LVDS0 node to point to the
> companion LVDS encoder LVDS1.
> 
> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> Reviewed-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
> Tested-by: Jacopo Mondi <jacopo+renesas@jmondi.org>

Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>

> ---
>  arch/arm64/boot/dts/renesas/r8a77990.dtsi | 2 ++
>  arch/arm64/boot/dts/renesas/r8a77995.dtsi | 2 ++
>  2 files changed, 4 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/renesas/r8a77990.dtsi b/arch/arm64/boot/dts/renesas/r8a77990.dtsi
> index 56cb566ffa09..7cf5963eb3ba 100644
> --- a/arch/arm64/boot/dts/renesas/r8a77990.dtsi
> +++ b/arch/arm64/boot/dts/renesas/r8a77990.dtsi
> @@ -1801,6 +1801,8 @@
>  			resets = <&cpg 727>;
>  			status = "disabled";
>  
> +			renesas,companion = <&lvds1>;
> +
>  			ports {
>  				#address-cells = <1>;
>  				#size-cells = <0>;
> diff --git a/arch/arm64/boot/dts/renesas/r8a77995.dtsi b/arch/arm64/boot/dts/renesas/r8a77995.dtsi
> index 5bf3af246e14..94b5177eb152 100644
> --- a/arch/arm64/boot/dts/renesas/r8a77995.dtsi
> +++ b/arch/arm64/boot/dts/renesas/r8a77995.dtsi
> @@ -1038,6 +1038,8 @@
>  			resets = <&cpg 727>;
>  			status = "disabled";
>  
> +			renesas,companion = <&lvds1>;
> +
>  			ports {
>  				#address-cells = <1>;
>  				#size-cells = <0>;
>
Laurent Pinchart June 12, 2019, 10:21 a.m. UTC | #5
Hi Simon,

On Thu, Jun 06, 2019 at 10:51:09AM +0200, Simon Horman wrote:
> On Thu, Jun 06, 2019 at 10:59:57AM +0300, Laurent Pinchart wrote:
> > On Mon, Jun 03, 2019 at 01:40:45PM +0200, Simon Horman wrote:
> >> On Tue, May 28, 2019 at 05:12:32PM +0300, Laurent Pinchart wrote:
> >>> Add the new renesas,companion property to the LVDS0 node to point to the
> >>> companion LVDS encoder LVDS1.
> >>> 
> >>> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> >>> Reviewed-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
> >>> Tested-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
> >> 
> >> Hi Laurent,
> >> 
> >> is this patch ready to be merged?
> > 
> > I was hoping for an ack from the DT bindings maintainers for the
> > corresponding bindings changes, but I want to get this merged for the
> > next kernel release, so I may not get it. I'll ping you when I send the
> > pull request for the DT bindings and drivers changes, at that point this
> > patch should be picked up.
> 
> Thanks Laurent, got it.

The DT bindings and driver changes have been merged, so please go ahead
and pick this patch for v5.3.
Simon Horman June 12, 2019, 11:52 a.m. UTC | #6
On Wed, Jun 12, 2019 at 01:21:24PM +0300, Laurent Pinchart wrote:
> Hi Simon,
> 
> On Thu, Jun 06, 2019 at 10:51:09AM +0200, Simon Horman wrote:
> > On Thu, Jun 06, 2019 at 10:59:57AM +0300, Laurent Pinchart wrote:
> > > On Mon, Jun 03, 2019 at 01:40:45PM +0200, Simon Horman wrote:
> > >> On Tue, May 28, 2019 at 05:12:32PM +0300, Laurent Pinchart wrote:
> > >>> Add the new renesas,companion property to the LVDS0 node to point to the
> > >>> companion LVDS encoder LVDS1.
> > >>> 
> > >>> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> > >>> Reviewed-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
> > >>> Tested-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
> > >> 
> > >> Hi Laurent,
> > >> 
> > >> is this patch ready to be merged?
> > > 
> > > I was hoping for an ack from the DT bindings maintainers for the
> > > corresponding bindings changes, but I want to get this merged for the
> > > next kernel release, so I may not get it. I'll ping you when I send the
> > > pull request for the DT bindings and drivers changes, at that point this
> > > patch should be picked up.
> > 
> > Thanks Laurent, got it.
> 
> The DT bindings and driver changes have been merged, so please go ahead
> and pick this patch for v5.3.

Thanks Laurent,

done.
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/renesas/r8a77990.dtsi b/arch/arm64/boot/dts/renesas/r8a77990.dtsi
index 56cb566ffa09..7cf5963eb3ba 100644
--- a/arch/arm64/boot/dts/renesas/r8a77990.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a77990.dtsi
@@ -1801,6 +1801,8 @@ 
 			resets = <&cpg 727>;
 			status = "disabled";
 
+			renesas,companion = <&lvds1>;
+
 			ports {
 				#address-cells = <1>;
 				#size-cells = <0>;
diff --git a/arch/arm64/boot/dts/renesas/r8a77995.dtsi b/arch/arm64/boot/dts/renesas/r8a77995.dtsi
index 5bf3af246e14..94b5177eb152 100644
--- a/arch/arm64/boot/dts/renesas/r8a77995.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a77995.dtsi
@@ -1038,6 +1038,8 @@ 
 			resets = <&cpg 727>;
 			status = "disabled";
 
+			renesas,companion = <&lvds1>;
+
 			ports {
 				#address-cells = <1>;
 				#size-cells = <0>;