Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: sun8i-h3: Drop args in 'thermal-sensors'

The "allwinner,sun8i-h3-ths" thermal sensor has 0 argument cells, but
the consumer has an argument cell. It is ignored by the code, but the
error was found with some upcoming schema validation changes. The schema
and code both agree that 0 cells is correct.

Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20220204002802.1214602-1-robh@kernel.org

authored by

Rob Herring and committed by
Maxime Ripard
d65e4afc c4af5169

+1 -1
+1 -1
arch/arm/boot/dts/sun8i-h3.dtsi
··· 245 245 cpu_thermal: cpu-thermal { 246 246 polling-delay-passive = <0>; 247 247 polling-delay = <0>; 248 - thermal-sensors = <&ths 0>; 248 + thermal-sensors = <&ths>; 249 249 250 250 trips { 251 251 cpu_hot_trip: cpu-hot {