linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] ARM: dts: omap3-gta04: Fix graph_port warning
@ 2019-01-09 19:01 H. Nikolaus Schaller
  2019-01-09 19:37 ` Rob Herring
  0 siblings, 1 reply; 5+ messages in thread
From: H. Nikolaus Schaller @ 2019-01-09 19:01 UTC (permalink / raw)
  To: Tony Lindgren, Tomi Valkeinen, Rob Herring, Benoît Cousson,
	devicetree, Rob Herring, Mark Rutland
  Cc: linux-kernel, linux-omap, letux-kernel

From: Tony Lindgren <tony@atomide.com>

We're currently getting a warning with make dtbs:

arch/arm/boot/dts/omap3-gta04.dtsi:720.7-727.4: Warning (graph_port):
/ocp@68000000/dss@48050000/encoder@48050c0 0/port: graph node unit
address error, expected "0"

Tested-by: H. Nikolaus Schaller <hns@goldelico.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
---
 arch/arm/boot/dts/omap3-gta04.dtsi | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gta04.dtsi
index e53d32691308..93b420934e8e 100644
--- a/arch/arm/boot/dts/omap3-gta04.dtsi
+++ b/arch/arm/boot/dts/omap3-gta04.dtsi
@@ -714,11 +714,7 @@
 
 	vdda-supply = <&vdac>;
 
-	#address-cells = <1>;
-	#size-cells = <0>;
-
 	port {
-		reg = <0>;
 		venc_out: endpoint {
 			remote-endpoint = <&opa_in>;
 			ti,channels = <1>;
-- 
2.19.1


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

* Re: [PATCH v2] ARM: dts: omap3-gta04: Fix graph_port warning
  2019-01-09 19:01 [PATCH v2] ARM: dts: omap3-gta04: Fix graph_port warning H. Nikolaus Schaller
@ 2019-01-09 19:37 ` Rob Herring
  2019-01-09 21:39   ` Tony Lindgren
  0 siblings, 1 reply; 5+ messages in thread
From: Rob Herring @ 2019-01-09 19:37 UTC (permalink / raw)
  To: H. Nikolaus Schaller
  Cc: Tony Lindgren, Tomi Valkeinen, Benoît Cousson, devicetree,
	Mark Rutland, linux-kernel, linux-omap,
	Discussions about the Letux Kernel

On Wed, Jan 9, 2019 at 1:02 PM H. Nikolaus Schaller <hns@goldelico.com> wrote:
>
> From: Tony Lindgren <tony@atomide.com>
>
> We're currently getting a warning with make dtbs:
>
> arch/arm/boot/dts/omap3-gta04.dtsi:720.7-727.4: Warning (graph_port):
> /ocp@68000000/dss@48050000/encoder@48050c0 0/port: graph node unit
> address error, expected "0"
>
> Tested-by: H. Nikolaus Schaller <hns@goldelico.com>
> Signed-off-by: Tony Lindgren <tony@atomide.com>

Acked-by: Rob Herring <robh@kernel.org>

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

* Re: [PATCH v2] ARM: dts: omap3-gta04: Fix graph_port warning
  2019-01-09 19:37 ` Rob Herring
@ 2019-01-09 21:39   ` Tony Lindgren
  2019-01-10  5:31     ` H. Nikolaus Schaller
  0 siblings, 1 reply; 5+ messages in thread
From: Tony Lindgren @ 2019-01-09 21:39 UTC (permalink / raw)
  To: Rob Herring
  Cc: H. Nikolaus Schaller, Tomi Valkeinen, Benoît Cousson,
	devicetree, Mark Rutland, linux-kernel, linux-omap,
	Discussions about the Letux Kernel

* Rob Herring <robh@kernel.org> [190109 19:38]:
> On Wed, Jan 9, 2019 at 1:02 PM H. Nikolaus Schaller <hns@goldelico.com> wrote:
> >
> > From: Tony Lindgren <tony@atomide.com>
> >
> > We're currently getting a warning with make dtbs:
> >
> > arch/arm/boot/dts/omap3-gta04.dtsi:720.7-727.4: Warning (graph_port):
> > /ocp@68000000/dss@48050000/encoder@48050c0 0/port: graph node unit
> > address error, expected "0"
> >
> > Tested-by: H. Nikolaus Schaller <hns@goldelico.com>
> > Signed-off-by: Tony Lindgren <tony@atomide.com>
> 
> Acked-by: Rob Herring <robh@kernel.org>

Nikolaus, care to reply with your Signed-off-by since
you also edited the patch?

Regards,

Tony

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

* Re: [PATCH v2] ARM: dts: omap3-gta04: Fix graph_port warning
  2019-01-09 21:39   ` Tony Lindgren
@ 2019-01-10  5:31     ` H. Nikolaus Schaller
  2019-01-10 16:17       ` Tony Lindgren
  0 siblings, 1 reply; 5+ messages in thread
From: H. Nikolaus Schaller @ 2019-01-10  5:31 UTC (permalink / raw)
  To: Tony Lindgren
  Cc: Rob Herring, Tomi Valkeinen, Benoît Cousson, devicetree,
	Mark Rutland, linux-kernel, linux-omap,
	Discussions about the Letux Kernel


> Am 09.01.2019 um 22:39 schrieb Tony Lindgren <tony@atomide.com>:
> 
> * Rob Herring <robh@kernel.org> [190109 19:38]:
>> On Wed, Jan 9, 2019 at 1:02 PM H. Nikolaus Schaller <hns@goldelico.com> wrote:
>>> 
>>> From: Tony Lindgren <tony@atomide.com>
>>> 
>>> We're currently getting a warning with make dtbs:
>>> 
>>> arch/arm/boot/dts/omap3-gta04.dtsi:720.7-727.4: Warning (graph_port):
>>> /ocp@68000000/dss@48050000/encoder@48050c0 0/port: graph node unit
>>> address error, expected "0"
>>> 
>>> Tested-by: H. Nikolaus Schaller <hns@goldelico.com>
>>> Signed-off-by: Tony Lindgren <tony@atomide.com>
>> 
>> Acked-by: Rob Herring <robh@kernel.org>
> 
> Nikolaus, care to reply with your Signed-off-by since
> you also edited the patch?

Sorry, I forgot (too busy with other topics)...

Here:

Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>

BR and thanks,
Nikolaus


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

* Re: [PATCH v2] ARM: dts: omap3-gta04: Fix graph_port warning
  2019-01-10  5:31     ` H. Nikolaus Schaller
@ 2019-01-10 16:17       ` Tony Lindgren
  0 siblings, 0 replies; 5+ messages in thread
From: Tony Lindgren @ 2019-01-10 16:17 UTC (permalink / raw)
  To: H. Nikolaus Schaller
  Cc: Rob Herring, Tomi Valkeinen, Benoît Cousson, devicetree,
	Mark Rutland, linux-kernel, linux-omap,
	Discussions about the Letux Kernel

* H. Nikolaus Schaller <hns@goldelico.com> [190110 05:31]:
> 
> > Am 09.01.2019 um 22:39 schrieb Tony Lindgren <tony@atomide.com>:
> > 
> > * Rob Herring <robh@kernel.org> [190109 19:38]:
> >> On Wed, Jan 9, 2019 at 1:02 PM H. Nikolaus Schaller <hns@goldelico.com> wrote:
> >>> 
> >>> From: Tony Lindgren <tony@atomide.com>
> >>> 
> >>> We're currently getting a warning with make dtbs:
> >>> 
> >>> arch/arm/boot/dts/omap3-gta04.dtsi:720.7-727.4: Warning (graph_port):
> >>> /ocp@68000000/dss@48050000/encoder@48050c0 0/port: graph node unit
> >>> address error, expected "0"
> >>> 
> >>> Tested-by: H. Nikolaus Schaller <hns@goldelico.com>
> >>> Signed-off-by: Tony Lindgren <tony@atomide.com>
> >> 
> >> Acked-by: Rob Herring <robh@kernel.org>
> > 
> > Nikolaus, care to reply with your Signed-off-by since
> > you also edited the patch?
> 
> Sorry, I forgot (too busy with other topics)...
> 
> Here:
> 
> Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>

Thanks applying into omap-for-v5.0/fixes.

Tony

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

end of thread, other threads:[~2019-01-10 16:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-09 19:01 [PATCH v2] ARM: dts: omap3-gta04: Fix graph_port warning H. Nikolaus Schaller
2019-01-09 19:37 ` Rob Herring
2019-01-09 21:39   ` Tony Lindgren
2019-01-10  5:31     ` H. Nikolaus Schaller
2019-01-10 16:17       ` Tony Lindgren

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