Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1643206

[PATCH v2 4/4] arm: dts: rk322x: update tsadc's frequence setting

From Frank Wang <frank.wang@rock-chips.com>
Newsgroups linux.kernel
Subject [PATCH v2 4/4] arm: dts: rk322x: update tsadc's frequence setting
Date 2017-05-17 12:20 +0200
Message-ID <tI4dH-1LO-13@gated-at.bofh.it> (permalink)
References <tI4dH-1LO-15@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


From: Rocky Hao <rocky.hao@rock-chips.com>

Update freq of tsadc's working clock as 32768 hz, if not set, tsadc
will work at a default frequence.

Signed-off-by: Rocky Hao <rocky.hao@rock-chips.com>
Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
---
 arch/arm/boot/dts/rk322x.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/rk322x.dtsi b/arch/arm/boot/dts/rk322x.dtsi
index 9a9da1f..c054e9e 100644
--- a/arch/arm/boot/dts/rk322x.dtsi
+++ b/arch/arm/boot/dts/rk322x.dtsi
@@ -434,6 +434,8 @@
 		interrupts = <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>;
 		clocks = <&cru SCLK_TSADC>, <&cru PCLK_TSADC>;
 		clock-names = "tsadc", "apb_pclk";
+		assigned-clocks = <&cru SCLK_TSADC>;
+		assigned-clock-rates = <32768>;
 		resets = <&cru SRST_TSADC>;
 		reset-names = "tsadc-apb";
 		pinctrl-names = "init", "default", "sleep";
-- 
2.0.0

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 4/4] arm: dts: rk322x: update tsadc's frequence setting Frank Wang <frank.wang@rock-chips.com> - 2017-05-17 12:20 +0200
  Re: [PATCH v2 4/4] arm: dts: rk322x: update tsadc's frequence setting Heiko Stuebner <heiko@sntech.de> - 2017-05-19 13:30 +0200

csiph-web