Commit 20bf6262 authored by Maxim Kiselev's avatar Maxim Kiselev Committed by Daniel Lezcano

dt-bindings: thermal: sun8i: Add binding for D1/T113s THS controller

Add a binding for D1/T113s thermal sensor controller.
Signed-off-by: default avatarMaxim Kiselev <bigunclemax@gmail.com>
Reviewed-by: default avatarConor Dooley <conor.dooley@microchip.com>
Signed-off-by: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20231217210629.131486-2-bigunclemax@gmail.com
parent ac99b129
...@@ -16,6 +16,7 @@ properties: ...@@ -16,6 +16,7 @@ properties:
- allwinner,sun8i-a83t-ths - allwinner,sun8i-a83t-ths
- allwinner,sun8i-h3-ths - allwinner,sun8i-h3-ths
- allwinner,sun8i-r40-ths - allwinner,sun8i-r40-ths
- allwinner,sun20i-d1-ths
- allwinner,sun50i-a64-ths - allwinner,sun50i-a64-ths
- allwinner,sun50i-a100-ths - allwinner,sun50i-a100-ths
- allwinner,sun50i-h5-ths - allwinner,sun50i-h5-ths
...@@ -61,6 +62,7 @@ allOf: ...@@ -61,6 +62,7 @@ allOf:
compatible: compatible:
contains: contains:
enum: enum:
- allwinner,sun20i-d1-ths
- allwinner,sun50i-a100-ths - allwinner,sun50i-a100-ths
- allwinner,sun50i-h6-ths - allwinner,sun50i-h6-ths
...@@ -84,7 +86,9 @@ allOf: ...@@ -84,7 +86,9 @@ allOf:
properties: properties:
compatible: compatible:
contains: contains:
const: allwinner,sun8i-h3-ths enum:
- allwinner,sun8i-h3-ths
- allwinner,sun20i-d1-ths
then: then:
properties: properties:
...@@ -103,6 +107,7 @@ allOf: ...@@ -103,6 +107,7 @@ allOf:
enum: enum:
- allwinner,sun8i-h3-ths - allwinner,sun8i-h3-ths
- allwinner,sun8i-r40-ths - allwinner,sun8i-r40-ths
- allwinner,sun20i-d1-ths
- allwinner,sun50i-a64-ths - allwinner,sun50i-a64-ths
- allwinner,sun50i-a100-ths - allwinner,sun50i-a100-ths
- allwinner,sun50i-h5-ths - allwinner,sun50i-h5-ths
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment