From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from muru.com ([72.249.23.125]:60722 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728123AbfAHP4J (ORCPT ); Tue, 8 Jan 2019 10:56:09 -0500 Date: Tue, 8 Jan 2019 07:56:06 -0800 From: Tony Lindgren Subject: Re: [PATCH] ARM: dts: omap3-gta04: Fix graph_port warning Message-ID: <20190108155606.GM5544@atomide.com> References: <20190107160512.9480-1-tony@atomide.com> <20190107183419.GG5544@atomide.com> <46dce758-2339-c4ef-891b-5cf4522fb7df@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46dce758-2339-c4ef-891b-5cf4522fb7df@ti.com> Sender: devicetree-owner@vger.kernel.org To: Tomi Valkeinen Cc: "H. Nikolaus Schaller" , Rob Herring , linux-omap , =?utf-8?Q?Beno=C3=AEt?= Cousson , devicetree List-ID: * Tomi Valkeinen [190108 07:57]: > On 07/01/19 21:34, H. Nikolaus Schaller wrote: > > >>> If there's only one port, then it is redundant and you should drop reg > >>> instead. > > > > If I remember correctly it was required by older omapdrm code (which > > did scan for a reg property) but that may have changed. Therefore I've > > added Tomi to this discussion. > > I don't think so. The code looks for 'reg', but if it's not there, then > it's considered 0. FYI, the binding doc for the graph bindings is at Documentation/devicetree/bindings/graph.txt if there is any questions on how things should work. Regards, Tony