mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
33 lines
1008 B
Diff
33 lines
1008 B
Diff
From 1330875dc2a3742fd41127e78d5036f2d8f261da Mon Sep 17 00:00:00 2001
|
|
From: Peter Geis <pgwipeout@gmail.com>
|
|
Date: Wed, 28 Jul 2021 14:00:31 -0400
|
|
Subject: [PATCH] arm64: dts: rockchip: add rk3568 tsadc nodes
|
|
|
|
Add the thermal and tsadc nodes to the rk3568 device tree.
|
|
There are two sensors, one for the cpu, one for the gpu.
|
|
|
|
Signed-off-by: Peter Geis <pgwipeout@gmail.com>
|
|
Link: https://lore.kernel.org/r/20210728180034.717953-6-pgwipeout@gmail.com
|
|
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
|
|
---
|
|
.../boot/dts/rockchip/rk3568-pinctrl.dtsi | 9 +++
|
|
arch/arm64/boot/dts/rockchip/rk356x.dtsi | 70 +++++++++++++++++++
|
|
2 files changed, 79 insertions(+)
|
|
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3568-pinctrl.dtsi
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3568-pinctrl.dtsi
|
|
@@ -3108,4 +3108,13 @@
|
|
<4 RK_PA0 3 &pcfg_pull_none_drv_level_2>;
|
|
};
|
|
};
|
|
+
|
|
+ tsadc {
|
|
+ /omit-if-no-ref/
|
|
+ tsadc_pin: tsadc-pin {
|
|
+ rockchip,pins =
|
|
+ /* tsadc_pin */
|
|
+ <0 RK_PA1 0 &pcfg_pull_none>;
|
|
+ };
|
|
+ };
|
|
};
|