From patchwork Thu Sep 3 14:43:01 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lad Prabhakar X-Patchwork-Id: 11753835 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 5FE0113B1 for ; Thu, 3 Sep 2020 14:43: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 37615206EB for ; Thu, 3 Sep 2020 14:43: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="pu/oHot5" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 37615206EB 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+5399+4520428+8129116@lists.cip-project.org X-Received: by 127.0.0.2 with SMTP id YufmYY4521763xsCm1QmdD2J; Thu, 03 Sep 2020 07:43:12 -0700 X-Received: from relmlie6.idc.renesas.com (relmlie6.idc.renesas.com [210.160.252.172]) by mx.groups.io with SMTP id smtpd.web10.15614.1599144191300536595 for ; Thu, 03 Sep 2020 07:43:11 -0700 X-IronPort-AV: E=Sophos;i="5.76,387,1592838000"; d="scan'208";a="56081316" X-Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie6.idc.renesas.com with ESMTP; 03 Sep 2020 23:43:10 +0900 X-Received: from localhost.localdomain (unknown [10.226.36.204]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id C56B142D18DA; Thu, 3 Sep 2020 23:43:09 +0900 (JST) From: "Lad Prabhakar" To: cip-dev@lists.cip-project.org, Nobuhiro Iwamatsu , Pavel Machek Cc: Biju Das Subject: [cip-dev] [PATCH 4.4.y-cip 4/6] ARM: dts: r8a7742: Drop undocumented compatible string from scifa2 node Date: Thu, 3 Sep 2020 15:43:01 +0100 Message-Id: <20200903144303.13275-5-prabhakar.mahadev-lad.rj@bp.renesas.com> In-Reply-To: <20200903144303.13275-1-prabhakar.mahadev-lad.rj@bp.renesas.com> References: <20200903144303.13275-1-prabhakar.mahadev-lad.rj@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: zUGvrlAaU124gMPkS3OTG6eIx4520428AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.cip-project.org; q=dns/txt; s=20140610; t=1599144192; bh=7dKnoKY3h7g3608APM5Lnp3YzJIdVeDJUKcyxgf1e3I=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=pu/oHot5FDiRfY/uM16FL/l3h7ITd1nMakKEBz5W3R9364MRmNs+XXKpygcj6c7/joR D6G3ZdoALK1Goh2VPzRsHsC68q1DbkgJyBZndr87C2KlpTzeBKakR+wn91C4G8cLQ9xB/ Q8hF8a+fll/8kYzvbuSqJf3zSO7s5fb7YMQ= "renesas,rcar-gen2-scifa" compatible string was accidentally added as per upstream commit, fix this by dropping this string. Signed-off-by: Lad Prabhakar --- arch/arm/boot/dts/r8a7742.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/r8a7742.dtsi b/arch/arm/boot/dts/r8a7742.dtsi index 2ebeccbda558..cc452e243446 100644 --- a/arch/arm/boot/dts/r8a7742.dtsi +++ b/arch/arm/boot/dts/r8a7742.dtsi @@ -963,7 +963,7 @@ scifa2: serial@e6c60000 { compatible = "renesas,scifa-r8a7742", - "renesas,rcar-gen2-scifa", "renesas,scifa"; + "renesas,scifa"; reg = <0 0xe6c60000 0 0x40>; interrupts = ; clocks = <&mstp2_clks R8A7742_CLK_SCIFA2>;