[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190709023316.GA2962@bogus>
Date: Mon, 8 Jul 2019 20:33:16 -0600
From: Rob Herring <robh@...nel.org>
To: Dehui Sun <dehui.sun@...iatek.com>
Cc: Daniel Lezcano <daniel.lezcano@...aro.org>,
Thomas Gleixner <tglx@...utronix.de>,
Mark Rutland <mark.rutland@....com>,
Matthias Brugger <matthias.bgg@...il.com>,
linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
linux-mediatek@...ts.infradead.org, srv_heupstream@...iatek.com,
erin.lo@...iatek.com, weiyi.lu@...iatek.com
Subject: Re: [PATCH v1 2/2] arm64: dts: mt8183: add systimer0 device node
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@...iatek.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@...17000 {
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@...01000 {
> compatible = "mediatek,mt8183-auxadc",
> "mediatek,mt8173-auxadc";
> --
> 2.1.0
>
Powered by blists - more mailing lists