Skip to content

Commit ba9e4ce

Browse files
fabioestevammmind
authored andcommitted
ARM: dts: rockchip: Remove rockchip,grf from rk3288 tsadc
According to rockchip-thermal.yaml, RK3288 does not require rockchip,grf, so remove this invalid property. This fixes the following dt-schema warning: tsadc@ff280000 (rockchip,rk3288-tsadc): False schema does not allow [[53]] The rockchip_thermal driver also confirms that grf is not needed as the rk3288_tsadc_data contains: .grf_required = false, Signed-off-by: Fabio Estevam <festevam@gmail.com> Link: https://patch.msgid.link/20260228013257.256973-2-festevam@gmail.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 6de23f8 commit ba9e4ce

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

arch/arm/boot/dts/rockchip/rk3288.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,6 @@
551551
pinctrl-1 = <&otp_out>;
552552
pinctrl-2 = <&otp_pin>;
553553
#thermal-sensor-cells = <1>;
554-
rockchip,grf = <&grf>;
555554
rockchip,hw-tshut-temp = <95000>;
556555
status = "disabled";
557556
};

0 commit comments

Comments
 (0)