ARM: dts: imx6sl: Pass tempmon #thermal-sensor-cells

According to fsl,imx-anatop.yaml, #thermal-sensor-cells is a required
property.

Add it to fix the following dt-schema warning:

tempmon: '#thermal-sensor-cells' is a required property

Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Fabio Estevam
2024-10-24 22:08:55 -03:00
committed by Shawn Guo
parent e6ae4506ab
commit 82cec771fb

View File

@@ -631,6 +631,7 @@ tempmon: tempmon {
nvmem-cells = <&tempmon_calib>, <&tempmon_temp_grade>;
nvmem-cell-names = "calib", "temp_grade";
clocks = <&clks IMX6SL_CLK_PLL3_USB_OTG>;
#thermal-sensor-cells = <0>;
};
};