Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1703776 > unrolled thread
| Started by | Rocky Hao <rocky.hao@rock-chips.com> |
|---|---|
| First post | 2017-08-04 10:10 +0200 |
| Last post | 2017-08-11 17:20 +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.
[PATCH v2 5/5] arm64: dts: rockchip: Enable tsadc module on RK3328 eavluation board Rocky Hao <rocky.hao@rock-chips.com> - 2017-08-04 10:10 +0200
Re: [PATCH v2 5/5] arm64: dts: rockchip: Enable tsadc module on RK3328 eavluation board Heiko Stuebner <heiko@sntech.de> - 2017-08-11 17:20 +0200
| From | Rocky Hao <rocky.hao@rock-chips.com> |
|---|---|
| Date | 2017-08-04 10:10 +0200 |
| Subject | [PATCH v2 5/5] arm64: dts: rockchip: Enable tsadc module on RK3328 eavluation board |
| Message-ID | <uaFQe-4tx-19@gated-at.bofh.it> |
enable tsadc module on RK3328 eavluation board
Signed-off-by: Rocky Hao <rocky.hao@rock-chips.com>
---
Change in v2:
- remove gerrit Change-Id
arch/arm64/boot/dts/rockchip/rk3328-evb.dts | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm64/boot/dts/rockchip/rk3328-evb.dts b/arch/arm64/boot/dts/rockchip/rk3328-evb.dts
index 8c61d91bf89b..e7db0dc97ce0 100644
--- a/arch/arm64/boot/dts/rockchip/rk3328-evb.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3328-evb.dts
@@ -52,6 +52,10 @@
};
};
+&tsadc {
+ status = "okay";
+};
+
&uart2 {
status = "okay";
};
--
1.9.1
[toc] | [next] | [standalone]
| From | Heiko Stuebner <heiko@sntech.de> |
|---|---|
| Date | 2017-08-11 17:20 +0200 |
| Message-ID | <udjTc-59s-21@gated-at.bofh.it> |
| In reply to | #1703776 |
Am Freitag, 4. August 2017, 16:09:40 CEST schrieb Rocky Hao: > enable tsadc module on RK3328 eavluation board > > Signed-off-by: Rocky Hao <rocky.hao@rock-chips.com> applied for 4.14 Thanks Heiko
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web