From: Rob Herring <robh@kernel.org>
To: Dehui Sun <dehui.sun@mediatek.com>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>,
Thomas Gleixner <tglx@linutronix.de>,
Mark Rutland <mark.rutland@arm.com>,
Matthias Brugger <matthias.bgg@gmail.com>,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-mediatek@lists.infradead.org, srv_heupstream@mediatek.com,
erin.lo@mediatek.com, weiyi.lu@mediatek.com
Subject: Re: [PATCH v1 2/2] arm64: dts: mt8183: add systimer0 device node
Date: Mon, 8 Jul 2019 20:33:16 -0600 [thread overview]
Message-ID: <20190709023316.GA2962@bogus> (raw)
In-Reply-To: <1560252534-11412-3-git-send-email-dehui.sun@mediatek.com>
On Tue, Jun 11, 2019 at 07:28:54PM +0800, Dehui Sun wrote:
> Add systimer0 device node for MT8183.
>
> Signed-off-by: Dehui Sun <dehui.sun@mediatek.com>
> ---
> This patch is based on the following patches:
> https://patchwork.kernel.org/cover/10962385/
> https://patchwork.kernel.org/patch/10983939/
> ---
> arch/arm64/boot/dts/mediatek/mt8183.dtsi | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/mediatek/mt8183.dtsi b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
> index c2749c4..ac3f87d 100644
> --- a/arch/arm64/boot/dts/mediatek/mt8183.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
> @@ -254,6 +254,15 @@
> clock-names = "spi", "wrap";
> };
>
> + systimer: systimer@10017000 {
timer@...
> + compatible = "mediatek,mt8183-timer",
> + "mediatek,mt6765-timer";
> + reg = <0 0x10017000 0 0x1000>;
> + interrupts = <GIC_SPI 200 IRQ_TYPE_LEVEL_HIGH>;
> + clocks = <&topckgen CLK_TOP_CLK13M>;
> + clock-names = "clk13m";
> + };
> +
> auxadc: auxadc@11001000 {
> compatible = "mediatek,mt8183-auxadc",
> "mediatek,mt8173-auxadc";
> --
> 2.1.0
>
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Dehui Sun <dehui.sun@mediatek.com>
Cc: Mark Rutland <mark.rutland@arm.com>,
devicetree@vger.kernel.org, weiyi.lu@mediatek.com,
srv_heupstream@mediatek.com, erin.lo@mediatek.com,
Daniel Lezcano <daniel.lezcano@linaro.org>,
linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org,
Matthias Brugger <matthias.bgg@gmail.com>,
Thomas Gleixner <tglx@linutronix.de>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v1 2/2] arm64: dts: mt8183: add systimer0 device node
Date: Mon, 8 Jul 2019 20:33:16 -0600 [thread overview]
Message-ID: <20190709023316.GA2962@bogus> (raw)
In-Reply-To: <1560252534-11412-3-git-send-email-dehui.sun@mediatek.com>
On Tue, Jun 11, 2019 at 07:28:54PM +0800, Dehui Sun wrote:
> Add systimer0 device node for MT8183.
>
> Signed-off-by: Dehui Sun <dehui.sun@mediatek.com>
> ---
> This patch is based on the following patches:
> https://patchwork.kernel.org/cover/10962385/
> https://patchwork.kernel.org/patch/10983939/
> ---
> arch/arm64/boot/dts/mediatek/mt8183.dtsi | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/mediatek/mt8183.dtsi b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
> index c2749c4..ac3f87d 100644
> --- a/arch/arm64/boot/dts/mediatek/mt8183.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
> @@ -254,6 +254,15 @@
> clock-names = "spi", "wrap";
> };
>
> + systimer: systimer@10017000 {
timer@...
> + compatible = "mediatek,mt8183-timer",
> + "mediatek,mt6765-timer";
> + reg = <0 0x10017000 0 0x1000>;
> + interrupts = <GIC_SPI 200 IRQ_TYPE_LEVEL_HIGH>;
> + clocks = <&topckgen CLK_TOP_CLK13M>;
> + clock-names = "clk13m";
> + };
> +
> auxadc: auxadc@11001000 {
> compatible = "mediatek,mt8183-auxadc",
> "mediatek,mt8173-auxadc";
> --
> 2.1.0
>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2019-07-09 2:33 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-11 11:28 [PATCH v1 0/2] add systimer node for MT8183 SoC Dehui Sun
2019-06-11 11:28 ` Dehui Sun
2019-06-11 11:28 ` Dehui Sun
2019-06-11 11:28 ` [PATCH v1 1/2] dt-bindings: mediatek: update bindings for MT8183 systimer Dehui Sun
2019-06-11 11:28 ` Dehui Sun
2019-06-11 11:28 ` Dehui Sun
2019-07-09 2:33 ` Rob Herring
2019-07-09 2:33 ` Rob Herring
2019-07-09 2:33 ` Rob Herring
2019-06-11 11:28 ` [PATCH v1 2/2] arm64: dts: mt8183: add systimer0 device node Dehui Sun
2019-06-11 11:28 ` Dehui Sun
2019-06-11 11:28 ` Dehui Sun
2019-07-09 2:33 ` Rob Herring [this message]
2019-07-09 2:33 ` Rob Herring
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=20190709023316.GA2962@bogus \
--to=robh@kernel.org \
--cc=daniel.lezcano@linaro.org \
--cc=dehui.sun@mediatek.com \
--cc=devicetree@vger.kernel.org \
--cc=erin.lo@mediatek.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=mark.rutland@arm.com \
--cc=matthias.bgg@gmail.com \
--cc=srv_heupstream@mediatek.com \
--cc=tglx@linutronix.de \
--cc=weiyi.lu@mediatek.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.