From patchwork Thu Apr 26 10:29:42 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 10365369 X-Patchwork-Delegate: horms@verge.net.au 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 E0485602DC for ; Thu, 26 Apr 2018 10:30:09 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D0FEE2909D for ; Thu, 26 Apr 2018 10:30:09 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C59BE290A0; Thu, 26 Apr 2018 10:30:09 +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 750F02909D for ; Thu, 26 Apr 2018 10:30:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755154AbeDZKaJ (ORCPT ); Thu, 26 Apr 2018 06:30:09 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:40695 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754081AbeDZKaI (ORCPT ); Thu, 26 Apr 2018 06:30:08 -0400 Received: from reginn.horms.nl (82-95-191-104.ip.xs4all.nl [82.95.191.104]) by kirsty.vergenet.net (Postfix) with ESMTPA id 9DA4125BE97; Thu, 26 Apr 2018 20:30:01 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=verge.net.au; s=mail; t=1524738601; bh=fsQ1jX3fWetKow6HIsRl3YxDOo+KaiRs5e7NpVVPjTQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=lIU0EXEOx/8o15D07Jei9Mtf4/MxVwEfhdLqkiNqYNGXmd82Jc6hUfQN9IpLGJJC8 i99tpNLvYxmzDvMP4tYt2Wml9opo3/VOEY/bqU1E0OmazD4+Bic42a/u/8sHPWNmkn fBwZk21WKFh/L9hw3nNeOiO29wfIyiu7Kq5LeCX0= Received: by reginn.horms.nl (Postfix, from userid 7100) id 561B09401A7; Thu, 26 Apr 2018 12:29:58 +0200 (CEST) From: Simon Horman To: linux-renesas-soc@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, Magnus Damm , Kuninori Morimoto , Simon Horman Subject: [PATCH 01/10] ARM: dts: lager: Drop unnecessary address properties from port node Date: Thu, 26 Apr 2018 12:29:42 +0200 Message-Id: <20180426102951.8683-2-horms+renesas@verge.net.au> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20180426102951.8683-1-horms+renesas@verge.net.au> References: <20180426102951.8683-1-horms+renesas@verge.net.au> Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The vin port node does not have an address and thus does not need address-cells or address size-properties. This is flagged by dtc as follows: # make dtbs W=1 arch/arm/boot/dts/r8a7790-lager.dtb: Warning (avoid_unnecessary_addr_size): /soc/video@e6ef1000/port: unnecessary #address-cells/#size-cells without "ranges" or child "reg" property Signed-off-by: Simon Horman --- arch/arm/boot/dts/r8a7790-lager.dts | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts index 7576f9f9bdba..092610e3f953 100644 --- a/arch/arm/boot/dts/r8a7790-lager.dts +++ b/arch/arm/boot/dts/r8a7790-lager.dts @@ -902,9 +902,6 @@ status = "okay"; port { - #address-cells = <1>; - #size-cells = <0>; - vin1ep0: endpoint { remote-endpoint = <&adv7180>; bus-width = <8>;