mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-01 09:13:37 +00:00
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
This commit is contained in:
parent
c4af51698c
commit
d65e4afcc8
1 changed files with 1 additions and 1 deletions
|
|
@ -245,7 +245,7 @@
|
||||||
cpu_thermal: cpu-thermal {
|
cpu_thermal: cpu-thermal {
|
||||||
polling-delay-passive = <0>;
|
polling-delay-passive = <0>;
|
||||||
polling-delay = <0>;
|
polling-delay = <0>;
|
||||||
thermal-sensors = <&ths 0>;
|
thermal-sensors = <&ths>;
|
||||||
|
|
||||||
trips {
|
trips {
|
||||||
cpu_hot_trip: cpu-hot {
|
cpu_hot_trip: cpu-hot {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue