From mboxrd@z Thu Jan 1 00:00:00 1970 From: Niklas =?iso-8859-1?Q?S=F6derlund?= Subject: Re: [PATCH] media: rcar-vin: Drop unnecessary register properties from example vin port Date: Sun, 13 May 2018 15:11:17 +0200 Message-ID: <20180513131117.GR18974@bigcity.dyn.berto.se> References: <20180509184558.14960-1-horms+renesas@verge.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline In-Reply-To: <20180509184558.14960-1-horms+renesas@verge.net.au> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Simon Horman Cc: Mark Rutland , devicetree@vger.kernel.org, Magnus Damm , linux-renesas-soc@vger.kernel.org, Rob Herring , Geert Uytterhoeven , Mauro Carvalho Chehab , linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org List-Id: devicetree@vger.kernel.org Hi Simon, Thanks for your patch. On 2018-05-09 20:45:58 +0200, Simon Horman wrote: > The example vin port node does not have an address and thus does not > need address-cells or address size-properties. > = > Signed-off-by: Simon Horman Acked-by: Niklas S=F6derlund > --- > Documentation/devicetree/bindings/media/rcar_vin.txt | 3 --- > 1 file changed, 3 deletions(-) > = > diff --git a/Documentation/devicetree/bindings/media/rcar_vin.txt b/Docum= entation/devicetree/bindings/media/rcar_vin.txt > index a19517e1c669..2a0c59e97f40 100644 > --- a/Documentation/devicetree/bindings/media/rcar_vin.txt > +++ b/Documentation/devicetree/bindings/media/rcar_vin.txt > @@ -107,9 +107,6 @@ Board setup example for Gen2 platforms (vin1 composit= e video input) > status =3D "okay"; > = > port { > - #address-cells =3D <1>; > - #size-cells =3D <0>; > - > vin1ep0: endpoint { > remote-endpoint =3D <&adv7180>; > bus-width =3D <8>; > -- = > 2.11.0 > = -- = Regards, Niklas S=F6derlund