]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: rockchip: Drop 'rockchip,grf' prop from tsadc on rk3328
authorDiederik de Haas <didi.debian@cknow.org>
Wed, 8 Oct 2025 08:21:22 +0000 (10:21 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Tue, 14 Oct 2025 16:27:35 +0000 (18:27 +0200)
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>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3328.dtsi

index 283d9cbc4368f3508a0652b9f3e141a6d752f07f..03b7c431375060c760b26b5d24059fa888efe68e 100644 (file)
                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";