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

dt-bindings: imx-thermal: Add imx6sll and imx6ul compatible

Currently the dtbs_check for imx6 generates warnings like this:

['fsl,imx6sll-tempmon', 'fsl,imx6sx-tempmon'] is too long

So add them to the devicetree binding.

Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20230410205803.45853-4-stefan.wahren@i2se.com

authored by

Stefan Wahren and committed by
Daniel Lezcano
a8a23307 5bc6b1df

+10 -4
+10 -4
Documentation/devicetree/bindings/thermal/imx-thermal.yaml
··· 12 12 13 13 properties: 14 14 compatible: 15 - enum: 16 - - fsl,imx6q-tempmon 17 - - fsl,imx6sx-tempmon 18 - - fsl,imx7d-tempmon 15 + oneOf: 16 + - enum: 17 + - fsl,imx6q-tempmon 18 + - fsl,imx6sx-tempmon 19 + - fsl,imx7d-tempmon 20 + - items: 21 + - enum: 22 + - fsl,imx6sll-tempmon 23 + - fsl,imx6ul-tempmon 24 + - const: fsl,imx6sx-tempmon 19 25 20 26 interrupts: 21 27 description: |