]> www.infradead.org Git - linux.git/commitdiff
ARM: dts: sun8i-h3: Drop args in 'thermal-sensors'
authorRob Herring <robh@kernel.org>
Fri, 4 Feb 2022 00:28:01 +0000 (18:28 -0600)
committerMaxime Ripard <maxime@cerno.tech>
Mon, 7 Feb 2022 09:16:10 +0000 (10:16 +0100)
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
arch/arm/boot/dts/sun8i-h3.dtsi

index 845f2523540785d43c5def4f7b1fe58c746bb5ad..eac2349a23809f6e9f24892e56b2eb20ac9ebf79 100644 (file)
                cpu_thermal: cpu-thermal {
                        polling-delay-passive = <0>;
                        polling-delay = <0>;
-                       thermal-sensors = <&ths 0>;
+                       thermal-sensors = <&ths>;
 
                        trips {
                                cpu_hot_trip: cpu-hot {