Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1672516 > unrolled thread
| Started by | Frank Wang <frank.wang@rock-chips.com> |
|---|---|
| First post | 2017-06-22 12:40 +0200 |
| Last post | 2017-07-01 21:40 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[RESEND PATCH v2 6/7] ARM: dts: rockchip: Add io-domain node for rk3228 Frank Wang <frank.wang@rock-chips.com> - 2017-06-22 12:40 +0200
Re: [RESEND PATCH v2 6/7] ARM: dts: rockchip: Add io-domain node for rk3228 Heiko Stuebner <heiko@sntech.de> - 2017-07-01 21:40 +0200
| From | Frank Wang <frank.wang@rock-chips.com> |
|---|---|
| Date | 2017-06-22 12:40 +0200 |
| Subject | [RESEND PATCH v2 6/7] ARM: dts: rockchip: Add io-domain node for rk3228 |
| Message-ID | <tV7GN-3pi-11@gated-at.bofh.it> |
From: David Wu <david.wu@rock-chips.com>
This patch adds io-domain support for rk3228 SoC.
Signed-off-by: David Wu <david.wu@rock-chips.com>
Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
---
arch/arm/boot/dts/rk322x.dtsi | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm/boot/dts/rk322x.dtsi b/arch/arm/boot/dts/rk322x.dtsi
index 66578fa..bd7ef53 100644
--- a/arch/arm/boot/dts/rk322x.dtsi
+++ b/arch/arm/boot/dts/rk322x.dtsi
@@ -237,6 +237,11 @@
#address-cells = <1>;
#size-cells = <1>;
+ io_domains: io-domains {
+ compatible = "rockchip,rk3228-io-voltage-domain";
+ status = "disabled";
+ };
+
u2phy0: usb2-phy@760 {
compatible = "rockchip,rk3228-usb2phy";
reg = <0x0760 0x0c>;
--
2.0.0
[toc] | [next] | [standalone]
| From | Heiko Stuebner <heiko@sntech.de> |
|---|---|
| Date | 2017-07-01 21:40 +0200 |
| Message-ID | <tYwpj-7ow-5@gated-at.bofh.it> |
| In reply to | #1672516 |
Am Donnerstag, 22. Juni 2017, 18:32:23 CEST schrieb Frank Wang: > From: David Wu <david.wu@rock-chips.com> > > This patch adds io-domain support for rk3228 SoC. > > Signed-off-by: David Wu <david.wu@rock-chips.com> > Signed-off-by: Frank Wang <frank.wang@rock-chips.com> with Rafael having picked up the driver side today, applied for 4.14 Thanks Heiko
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web