linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: rockchip: Add missing tshut props to tsadc on quartz64-b
@ 2024-08-31 11:29 Diederik de Haas
  2024-09-04 19:06 ` Heiko Stuebner
  0 siblings, 1 reply; 2+ messages in thread
From: Diederik de Haas @ 2024-08-31 11:29 UTC (permalink / raw)
  To: Heiko Stuebner
  Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Dragan Simic,
	devicetree, linux-arm-kernel, linux-rockchip, linux-kernel,
	Diederik de Haas

Add the missing TSADC properties `rockchip,hw-tshut-mode` and
`rockchip,hw-tshut-polarity` to the Pine64 Quartz64 Model B.

This fixes the following warnings:

  rockchip-thermal fe710000.tsadc: Missing tshut mode property, using default (gpio)
  rockchip-thermal fe710000.tsadc: Missing tshut-polarity property, using default (low)

Signed-off-by: Diederik de Haas <didi.debian@cknow.org>
---
 arch/arm64/boot/dts/rockchip/rk3566-quartz64-b.dts | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/boot/dts/rockchip/rk3566-quartz64-b.dts b/arch/arm64/boot/dts/rockchip/rk3566-quartz64-b.dts
index 13e599a85eb8..c164074ddf54 100644
--- a/arch/arm64/boot/dts/rockchip/rk3566-quartz64-b.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3566-quartz64-b.dts
@@ -648,6 +648,8 @@ flash@0 {
 };
 
 &tsadc {
+	rockchip,hw-tshut-mode = <1>;
+	rockchip,hw-tshut-polarity = <0>;
 	status = "okay";
 };
 
-- 
2.45.2



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] arm64: dts: rockchip: Add missing tshut props to tsadc on quartz64-b
  2024-08-31 11:29 [PATCH] arm64: dts: rockchip: Add missing tshut props to tsadc on quartz64-b Diederik de Haas
@ 2024-09-04 19:06 ` Heiko Stuebner
  0 siblings, 0 replies; 2+ messages in thread
From: Heiko Stuebner @ 2024-09-04 19:06 UTC (permalink / raw)
  To: Diederik de Haas
  Cc: Heiko Stuebner, Conor Dooley, Dragan Simic, devicetree,
	linux-kernel, linux-arm-kernel, linux-rockchip,
	Krzysztof Kozlowski, Rob Herring

On Sat, 31 Aug 2024 13:29:23 +0200, Diederik de Haas wrote:
> Add the missing TSADC properties `rockchip,hw-tshut-mode` and
> `rockchip,hw-tshut-polarity` to the Pine64 Quartz64 Model B.
> 
> This fixes the following warnings:
> 
>   rockchip-thermal fe710000.tsadc: Missing tshut mode property, using default (gpio)
>   rockchip-thermal fe710000.tsadc: Missing tshut-polarity property, using default (low)
> 
> [...]

Applied, thanks!

[1/1] arm64: dts: rockchip: Add missing tshut props to tsadc on quartz64-b
      commit: 93f5fb809b8336143a6668c38dba1f4c7ffe5cab

Best regards,
-- 
Heiko Stuebner <heiko@sntech.de>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-09-04 19:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-31 11:29 [PATCH] arm64: dts: rockchip: Add missing tshut props to tsadc on quartz64-b Diederik de Haas
2024-09-04 19:06 ` Heiko Stuebner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).