devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jiaxun Yang <jiaxun.yang@flygoat.com>
To: WANG Xuerui <git@xen0n.name>, linux-rtc@vger.kernel.org
Cc: Rob Herring <robh+dt@kernel.org>,
	devicetree@vger.kernel.org, linux-mips@vger.kernel.org
Subject: Re: [PATCH v4 3/6] MIPS: Loongson64: DTS: Add RTC support to LS7A
Date: Tue, 29 Jun 2021 11:25:02 +0800	[thread overview]
Message-ID: <c55d1054-8536-a786-9687-da069faf9d1d@flygoat.com> (raw)
In-Reply-To: <20210628164552.1006079-4-git@xen0n.name>



在 2021/6/29 上午12:45, WANG Xuerui 写道:
> The LS7A RTC module is now supported, enable it.
>
> Signed-off-by: WANG Xuerui <git@xen0n.name>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: devicetree@vger.kernel.org
> Cc: linux-mips@vger.kernel.org
Acked-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
> ---
>   arch/mips/boot/dts/loongson/ls7a-pch.dtsi | 5 +++++
>   1 file changed, 5 insertions(+)
>
> diff --git a/arch/mips/boot/dts/loongson/ls7a-pch.dtsi b/arch/mips/boot/dts/loongson/ls7a-pch.dtsi
> index 2f45fce2cdc4..82035de4774f 100644
> --- a/arch/mips/boot/dts/loongson/ls7a-pch.dtsi
> +++ b/arch/mips/boot/dts/loongson/ls7a-pch.dtsi
> @@ -19,6 +19,11 @@ pic: interrupt-controller@10000000 {
>   			#interrupt-cells = <2>;
>   		};
>   
> +		rtc0: rtc@100d0100 {
> +			compatible = "loongson,ls2x-rtc";
> +			reg = <0 0x100d0100 0 0x78>;
> +		};
> +
>   		ls7a_uart0: serial@10080000 {
>   			compatible = "ns16550a";
>   			reg = <0 0x10080000 0 0x100>;


  reply	other threads:[~2021-06-29  3:25 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-28 16:45 [PATCH v4 0/6] rtc: ls2x: Add support for the Loongson-2K/LS7A RTC WANG Xuerui
2021-06-28 16:45 ` [PATCH v4 1/6] " WANG Xuerui
2021-07-02  5:52   ` Nobuhiro Iwamatsu
2021-07-02  6:16     ` WANG Xuerui
2021-06-28 16:45 ` [PATCH v4 2/6] dt-bindings: rtc: Add bindings for LS2X RTC WANG Xuerui
2021-06-28 16:45 ` [PATCH v4 3/6] MIPS: Loongson64: DTS: Add RTC support to LS7A WANG Xuerui
2021-06-29  3:25   ` Jiaxun Yang [this message]
2021-06-28 16:45 ` [PATCH v4 5/6] MIPS: Loongson64: DTS: Add RTC support to Loongson-2K WANG Xuerui

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c55d1054-8536-a786-9687-da069faf9d1d@flygoat.com \
    --to=jiaxun.yang@flygoat.com \
    --cc=devicetree@vger.kernel.org \
    --cc=git@xen0n.name \
    --cc=linux-mips@vger.kernel.org \
    --cc=linux-rtc@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).