From patchwork Wed Aug 19 16:36:34 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 11724635 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id D77CC13A4 for ; Wed, 19 Aug 2020 16:45:12 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B1F5820888 for ; Wed, 19 Aug 2020 16:45:12 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=lists.cip-project.org header.i=@lists.cip-project.org header.b="Hul9s9hU" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B1F5820888 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bp.renesas.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+64572+5141+4520428+8129116@lists.cip-project.org X-Received: by 127.0.0.2 with SMTP id teeZYY4521763xAGSjflrl1R; Wed, 19 Aug 2020 09:45:12 -0700 X-Received: from relmlie6.idc.renesas.com (relmlie6.idc.renesas.com []) by mx.groups.io with SMTP id smtpd.web12.91601.1597855005191174500 for ; Wed, 19 Aug 2020 09:36:59 -0700 X-IronPort-AV: E=Sophos;i="5.76,332,1592838000"; d="scan'208";a="54769746" X-Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie6.idc.renesas.com with ESMTP; 20 Aug 2020 01:36:58 +0900 X-Received: from localhost.localdomain (unknown [172.29.53.200]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 81F30400B9C0; Thu, 20 Aug 2020 01:36:57 +0900 (JST) From: Biju Das To: cip-dev@lists.cip-project.org, Nobuhiro Iwamatsu , Pavel Machek Cc: Chris Paterson , Biju Das , Prabhakar Mahadev Lad Subject: [cip-dev] [PATCH 4.19.y-cip 12/12] arm64: dts: renesas: r8a774a1: Remove audio port node Date: Wed, 19 Aug 2020 17:36:34 +0100 Message-Id: <20200819163634.5430-13-biju.das.jz@bp.renesas.com> In-Reply-To: <20200819163634.5430-1-biju.das.jz@bp.renesas.com> References: <20200819163634.5430-1-biju.das.jz@bp.renesas.com> Precedence: Bulk List-Unsubscribe: Sender: cip-dev@lists.cip-project.org List-Id: Mailing-List: list cip-dev@lists.cip-project.org; contact cip-dev+owner@lists.cip-project.org Delivered-To: mailing list cip-dev@lists.cip-project.org Reply-To: cip-dev@lists.cip-project.org X-Gm-Message-State: 3ENvxVhs4IKHVrUGbw2v1BMNx4520428AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.cip-project.org; q=dns/txt; s=20140610; t=1597855512; bh=MIYMtvGC1QYmlGkN/928RAwrjrOk+79U2+VlmGUZNJY=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=Hul9s9hUpqOJydLMbe/ManJvJVNHrJYf/VYZfiHla3qRLCkGRv2JjaCDVG+BuC8OXvm iYtiU85D8qOgzeJziPClWuWNGvGv2nEfSOtJGlK0SmNaqML0E2q7UFXbtDVzuVDDPK4MM 383bqa5r1VhqYDUr3Hs88VyjtytMDcqFSyA= From: Biju Das commit a381325812691f57aece60aaee76938ac8fc6619 upstream. This patch removes audio port node from SoC device tree and fixes the below dtb warning Warning (unit_address_vs_reg): /soc/sound@ec500000/ports/port@0: node has a unit name, but no reg property Fixes: e2f04248fcd4 ("arm64: dts: renesas: r8a774a1: Add audio support") Signed-off-by: Biju Das Link: https://lore.kernel.org/r/1570200761-884-1-git-send-email-biju.das@bp.renesas.com Signed-off-by: Geert Uytterhoeven (Dropped hihope-common.dtsi changes as they have been already merged) Signed-off-by: Lad Prabhakar --- arch/arm64/boot/dts/renesas/r8a774a1.dtsi | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/arch/arm64/boot/dts/renesas/r8a774a1.dtsi b/arch/arm64/boot/dts/renesas/r8a774a1.dtsi index 86ad9b34810f..e299343697c6 100644 --- a/arch/arm64/boot/dts/renesas/r8a774a1.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a774a1.dtsi @@ -1813,17 +1813,6 @@ dma-names = "rx", "tx"; }; }; - - ports { - #address-cells = <1>; - #size-cells = <0>; - port@0 { - reg = <0>; - }; - port@1 { - reg = <1>; - }; - }; }; audma0: dma-controller@ec700000 {