diff options
author | Rob Herring <[email protected]> | 2022-02-03 18:28:01 -0600 |
---|---|---|
committer | Maxime Ripard <[email protected]> | 2022-02-07 10:16:10 +0100 |
commit | d65e4afcc8db71aa2879d71804364ffd74f4aae6 (patch) | |
tree | bfdfcade8ec67fec7d6b06a68094788b21d11f5d | |
parent | c4af51698c4fb4fc683f2ac67f482cdf9ba2cd13 (diff) |
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 <[email protected]>
Signed-off-by: Maxime Ripard <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm/boot/dts/sun8i-h3.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun8i-h3.dtsi b/arch/arm/boot/dts/sun8i-h3.dtsi index 845f25235407..eac2349a2380 100644 --- a/arch/arm/boot/dts/sun8i-h3.dtsi +++ b/arch/arm/boot/dts/sun8i-h3.dtsi @@ -245,7 +245,7 @@ cpu_thermal: cpu-thermal { polling-delay-passive = <0>; polling-delay = <0>; - thermal-sensors = <&ths 0>; + thermal-sensors = <&ths>; trips { cpu_hot_trip: cpu-hot { |