diff options
Diffstat (limited to 'sys/contrib/device-tree/Bindings/thermal/imx8mm-thermal.yaml')
| -rw-r--r-- | sys/contrib/device-tree/Bindings/thermal/imx8mm-thermal.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/contrib/device-tree/Bindings/thermal/imx8mm-thermal.yaml b/sys/contrib/device-tree/Bindings/thermal/imx8mm-thermal.yaml index bef0e95e7416..df6c7c5d519f 100644 --- a/sys/contrib/device-tree/Bindings/thermal/imx8mm-thermal.yaml +++ b/sys/contrib/device-tree/Bindings/thermal/imx8mm-thermal.yaml @@ -63,10 +63,10 @@ examples: #include <dt-bindings/clock/imx8mm-clock.h> thermal-sensor@30260000 { - compatible = "fsl,imx8mm-tmu"; - reg = <0x30260000 0x10000>; - clocks = <&clk IMX8MM_CLK_TMU_ROOT>; - #thermal-sensor-cells = <0>; + compatible = "fsl,imx8mm-tmu"; + reg = <0x30260000 0x10000>; + clocks = <&clk IMX8MM_CLK_TMU_ROOT>; + #thermal-sensor-cells = <0>; }; ... |
