From: <argus.lin@mediatek.com>
To: Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
Matthias Brugger <matthias.bgg@gmail.com>,
Catalin Marinas <catalin.marinas@arm.com>,
Will Deacon <will.deacon@arm.com>
Cc: Chenglin Xu <chenglin.xu@mediatek.com>,
argus.lin@mediatek.com, Sean Wang <sean.wang@mediatek.com>,
wsd_upstream@mediatek.com, henryc.chen@mediatek.com,
flora.fu@mediatek.com, Chen Zhong <chen.zhong@mediatek.com>,
Christophe Jaillet <christophe.jaillet@wanadoo.fr>,
"shailendra . v" <shailendra.v@samsung.com>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-mediatek@lists.infradead.org
Subject: [PATCH 2/3] arm64: dts: mt6797: add pwrap support for mt6797
Date: Tue, 23 Jan 2018 11:36:58 +0800 [thread overview]
Message-ID: <20180123033659.11401-2-argus.lin@mediatek.com> (raw)
In-Reply-To: <20180123033659.11401-1-argus.lin@mediatek.com>
[-- Attachment #1.1: Type: text/html, Size: 2319 bytes --]
[-- Attachment #1.2: Type: text/plain, Size: 1279 bytes --]
From: Argus Lin <argus.lin@mediatek.com>
mt6797 is a highly integrated SoCs, and it uses
mt6351 as Power Management IC.
We need to add pwrap device to communicate with
mt6351 by SPI.
The base address of pwrap is 0x1000d000, and IRQ
number is 178. It also using fixed 26Mhz clock
as SPI CLK.
Change-Id: I07a8b794a019c2a980bb1f974defeff4e7df5693
Signed-off-by: Argus Lin <argus.lin@mediatek.com>
---
arch/arm64/boot/dts/mediatek/mt6797.dtsi | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/arch/arm64/boot/dts/mediatek/mt6797.dtsi b/arch/arm64/boot/dts/mediatek/mt6797.dtsi
index 4beaa71107d7..485546efc9bf 100644
--- a/arch/arm64/boot/dts/mediatek/mt6797.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt6797.dtsi
@@ -161,6 +161,20 @@
<0 0x10220690 0 0x10>;
};
+ pwrap: pwrap@1000d000 {
+ compatible = "mediatek,mt6797-pwrap";
+ reg = <0 0x1000d000 0 0x1000>;
+ reg-names = "pwrap";
+ interrupts = <GIC_SPI 178 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&clk26m>, <&clk26m>;
+ clock-names = "spi", "wrap";
+
+ pmic: mt6351 {
+ compatible = "mediatek,mt6351";
+ interrupt-controller;
+ };
+ };
+
uart0: serial@11002000 {
compatible = "mediatek,mt6797-uart",
"mediatek,mt6577-uart";
--
2.12.5
next prev parent reply other threads:[~2018-01-23 3:36 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-23 3:36 [PATCH 1/3] dt-bindings: pwrap: mediatek: add MT6351 PMIC support for MT6797 argus.lin
2018-01-23 3:36 ` argus.lin [this message]
[not found] ` <20180123033659.11401-2-argus.lin-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2018-01-24 15:13 ` [PATCH 2/3] arm64: dts: mt6797: add pwrap support for mt6797 Matthias Brugger
2018-01-23 3:36 ` [PATCH 3/3] soc: mediatek: pwrap: add mt6351 for mt6797 SoCs argus.lin
[not found] ` <20180123033659.11401-3-argus.lin-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2018-01-24 15:12 ` Matthias Brugger
[not found] ` <20180123033659.11401-1-argus.lin-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2018-01-23 7:55 ` [PATCH 1/3] dt-bindings: pwrap: mediatek: add MT6351 PMIC support for MT6797 Sean Wang
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=20180123033659.11401-2-argus.lin@mediatek.com \
--to=argus.lin@mediatek.com \
--cc=catalin.marinas@arm.com \
--cc=chen.zhong@mediatek.com \
--cc=chenglin.xu@mediatek.com \
--cc=christophe.jaillet@wanadoo.fr \
--cc=devicetree@vger.kernel.org \
--cc=flora.fu@mediatek.com \
--cc=henryc.chen@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=robh+dt@kernel.org \
--cc=sean.wang@mediatek.com \
--cc=shailendra.v@samsung.com \
--cc=will.deacon@arm.com \
--cc=wsd_upstream@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 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).