From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.6 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,MIME_HEADER_CTYPE_ONLY,SPF_HELO_NONE,SPF_PASS, T_TVD_MIME_NO_HEADERS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8EFB2C64E8A for ; Mon, 30 Nov 2020 14:19:36 +0000 (UTC) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) (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 DC12F2084C for ; Mon, 30 Nov 2020 14:19:35 +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="q1TGaD06" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DC12F2084C 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+5901+4520388+8129055@lists.cip-project.org X-Received: by 127.0.0.2 with SMTP id n6YIYY4521723xnpPgLMJ4di; Mon, 30 Nov 2020 06:19:35 -0800 X-Received: from relmlie6.idc.renesas.com (relmlie6.idc.renesas.com []) by mx.groups.io with SMTP id smtpd.web10.60324.1606745963854532164 for ; Mon, 30 Nov 2020 06:19:34 -0800 X-IronPort-AV: E=Sophos;i="5.78,381,1599490800"; d="scan'208";a="64149827" X-Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie6.idc.renesas.com with ESMTP; 30 Nov 2020 23:19:34 +0900 X-Received: from localhost.localdomain (unknown [10.226.36.204]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 6B87A49708F6; Mon, 30 Nov 2020 23:19:33 +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 11/11] ARM: dts: r8a77470: Add device node for PRR Date: Mon, 30 Nov 2020 14:19:16 +0000 Message-Id: <20201130141916.8211-12-prabhakar.mahadev-lad.rj@bp.renesas.com> In-Reply-To: <20201130141916.8211-1-prabhakar.mahadev-lad.rj@bp.renesas.com> References: <20201130141916.8211-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 Reply-To: cip-dev@lists.cip-project.org X-Gm-Message-State: 7fuwvw4OXM985FzxYpoLS2uXx4520388AA= Content-Type: multipart/mixed; boundary="LTL8DLUbKGFwYpFl6fW6" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.cip-project.org; q=dns/txt; s=20140610; t=1606745975; bh=1yu2tOVz4FbdtO5DpFtk6WbRenzBcbZHDMc6n2GiNLM=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=q1TGaD066d6+KDBvmVwbWHfBUB0hlT1iUO5kphIr33ZFO+gpq9+cF6GI1p715wkExXq i16to7jUNDOKeUXOwJB+m6VCbusxXzYeh88MIQfsXjMye6A6DpGbz88qHK/xtMOxfBOPp Hm8LWzReNCO8ndqd/PKeOfLCzTzdsaoSoKE= --LTL8DLUbKGFwYpFl6fW6 Add a device node for the Product Register, which provides SoC product and revision information. Changes are already present in upstream but the PRR node is part of initial SoC DTSI and cannot be individually backported hence this new commit. Signed-off-by: Lad Prabhakar --- arch/arm/boot/dts/r8a77470.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/r8a77470.dtsi b/arch/arm/boot/dts/r8a77470.dtsi index 1057bff76cc8..3bf1a458593b 100644 --- a/arch/arm/boot/dts/r8a77470.dtsi +++ b/arch/arm/boot/dts/r8a77470.dtsi @@ -715,6 +715,11 @@ power-domains = <&cpg_clocks>; }; + prr: chipid@ff000044 { + compatible = "renesas,prr"; + reg = <0 0xff000044 0 4>; + }; + cmt0: timer@ffca0000 { compatible = "renesas,cmt-48-r8a77470", "renesas,cmt-48-gen2"; -- 2.17.1 --LTL8DLUbKGFwYpFl6fW6 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Links: You receive all messages sent to this group. View/Reply Online (#5901): https://lists.cip-project.org/g/cip-dev/message= /5901 Mute This Topic: https://lists.cip-project.org/mt/78608814/4520388 Group Owner: cip-dev+owner@lists.cip-project.org Unsubscribe: https://lists.cip-project.org/g/cip-dev/leave/8129055/7279483= 98/xyzzy [cip-dev@archiver.kernel.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- --LTL8DLUbKGFwYpFl6fW6--