Skip to content

Commit a5acf91

Browse files
Rocky Haojayxurockchip
authored andcommitted
arm: dts: rockchip: rk3288: update tsadc's working frequence
tsadc in rk3288 can not work well at 10k hz clock. at most time, tsadc in rk3288 can work well, but it will wrongly report a very high temperature (eg. 110 degree) occasionally. we set 5k hz can resolve this issue. Change-Id: I06a4a1631baa5f65786a524e2430bb2386f52bdf Signed-off-by: Rocky Hao <rocky.hao@rock-chips.com>
1 parent afb31b9 commit a5acf91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/rk3288.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@
572572
clocks = <&cru SCLK_TSADC>, <&cru PCLK_TSADC>;
573573
clock-names = "tsadc", "apb_pclk";
574574
assigned-clocks = <&cru SCLK_TSADC>;
575-
assigned-clock-rates = <10000>;
575+
assigned-clock-rates = <5000>;
576576
resets = <&cru SRST_TSADC>;
577577
reset-names = "tsadc-apb";
578578
pinctrl-names = "init", "default", "sleep";

0 commit comments

Comments
 (0)