* [PATCH] arm64: dts: rockchip: Drop 'rockchip,grf' prop from tsadc on rk3328
@ 2025-10-08 8:21 Diederik de Haas
2025-10-14 18:06 ` Heiko Stuebner
0 siblings, 1 reply; 2+ messages in thread
From: Diederik de Haas @ 2025-10-08 8:21 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Heiko Stuebner
Cc: devicetree, linux-arm-kernel, linux-rockchip, linux-kernel,
Johan Jonker, Alex Bee, Diederik de Haas
The 'rockchip,grf' property for tsadc in rk3328 wasn't actually used in
the driver and is no longer allowed in the DT since commit
e881662aa06a ("dt-bindings: thermal: rockchip: Tighten grf requirements")
So remove that property which fixes the following DT validation issue
tsadc@ff250000 (rockchip,rk3328-tsadc): rockchip,grf: False schema does not allow [[58]]
Signed-off-by: Diederik de Haas <didi.debian@cknow.org>
---
arch/arm64/boot/dts/rockchip/rk3328.dtsi | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm64/boot/dts/rockchip/rk3328.dtsi b/arch/arm64/boot/dts/rockchip/rk3328.dtsi
index 283d9cbc4368..03b7c4313750 100644
--- a/arch/arm64/boot/dts/rockchip/rk3328.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3328.dtsi
@@ -598,7 +598,6 @@ tsadc: tsadc@ff250000 {
pinctrl-2 = <&otp_pin>;
resets = <&cru SRST_TSADC>;
reset-names = "tsadc-apb";
- rockchip,grf = <&grf>;
rockchip,hw-tshut-temp = <100000>;
#thermal-sensor-cells = <1>;
status = "disabled";
--
2.51.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] arm64: dts: rockchip: Drop 'rockchip,grf' prop from tsadc on rk3328
2025-10-08 8:21 [PATCH] arm64: dts: rockchip: Drop 'rockchip,grf' prop from tsadc on rk3328 Diederik de Haas
@ 2025-10-14 18:06 ` Heiko Stuebner
0 siblings, 0 replies; 2+ messages in thread
From: Heiko Stuebner @ 2025-10-14 18:06 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Diederik de Haas
Cc: Heiko Stuebner, devicetree, linux-arm-kernel, linux-rockchip,
linux-kernel, Johan Jonker, Alex Bee
On Wed, 08 Oct 2025 10:21:22 +0200, Diederik de Haas wrote:
> The 'rockchip,grf' property for tsadc in rk3328 wasn't actually used in
> the driver and is no longer allowed in the DT since commit
> e881662aa06a ("dt-bindings: thermal: rockchip: Tighten grf requirements")
>
> So remove that property which fixes the following DT validation issue
>
> tsadc@ff250000 (rockchip,rk3328-tsadc): rockchip,grf: False schema does not allow [[58]]
>
> [...]
Applied, thanks!
[1/1] arm64: dts: rockchip: Drop 'rockchip,grf' prop from tsadc on rk3328
commit: afb5f84b216d14a71e2962ed569edcea30cf9763
Best regards,
--
Heiko Stuebner <heiko@sntech.de>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-10-14 18:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-08 8:21 [PATCH] arm64: dts: rockchip: Drop 'rockchip,grf' prop from tsadc on rk3328 Diederik de Haas
2025-10-14 18: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).