From patchwork Wed May 9 18:45:58 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 10390627 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 9D4F160236 for ; Wed, 9 May 2018 18:46:35 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8D722284D1 for ; Wed, 9 May 2018 18:46:35 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 824B228505; Wed, 9 May 2018 18:46:35 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI, T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0E523284D1 for ; Wed, 9 May 2018 18:46:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964818AbeEISqc (ORCPT ); Wed, 9 May 2018 14:46:32 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:44938 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935467AbeEISqa (ORCPT ); Wed, 9 May 2018 14:46:30 -0400 Received: from penelope.horms.nl (52D9BC73.cm-11-1c.dynamic.ziggo.nl [82.217.188.115]) by kirsty.vergenet.net (Postfix) with ESMTPA id 9DF4325B81D; Thu, 10 May 2018 04:46:27 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=verge.net.au; s=mail; t=1525891587; bh=k3SGkV2KmaiyQiE51AeFl3ykLQwEerj5y1RdvfVNmXQ=; h=From:To:Cc:Subject:Date:From; b=QiTqVyniudMm3IK6YqNCYN5DwDoTS+zHuqTpVIbv5CoL7Zc2PbiIav/nzx+tkkvna GUcs69KY+nlMX/NkEgyTnLJBc/AevRrJR/hWWhKLHkvsVfp4di5Kdo86/XjoOFBzQ/ kvXDahP1uZlul26VcKS3tP3WWL7ejjHTbz7CCNAM= Received: by penelope.horms.nl (Postfix, from userid 7100) id 28760E215A4; Wed, 9 May 2018 20:46:10 +0200 (CEST) From: Simon Horman To: linux-renesas-soc@vger.kernel.org, Mauro Carvalho Chehab Cc: linux-arm-kernel@lists.infradead.org, Magnus Damm , Geert Uytterhoeven , =?UTF-8?q?Niklas=20S=C3=B6derlund?= , Rob Herring , Mark Rutland , linux-media@vger.kernel.org, devicetree@vger.kernel.org, Simon Horman Subject: [PATCH] media: rcar-vin: Drop unnecessary register properties from example vin port Date: Wed, 9 May 2018 20:45:58 +0200 Message-Id: <20180509184558.14960-1-horms+renesas@verge.net.au> X-Mailer: git-send-email 2.11.0 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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öderlund Reviewed-by: Rob Herring --- Documentation/devicetree/bindings/media/rcar_vin.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/Documentation/devicetree/bindings/media/rcar_vin.txt b/Documentation/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 composite video input) status = "okay"; port { - #address-cells = <1>; - #size-cells = <0>; - vin1ep0: endpoint { remote-endpoint = <&adv7180>; bus-width = <8>;