ARM: dts: imx6ul: Add missing #thermal-sensor-cells to tempmon

Fixes the dtbs_check warning:
  tempmon: '#thermal-sensor-cells' is a required property

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Alexander Stein 2024-01-10 09:10:59 +01:00 committed by Shawn Guo
parent a2921599ec
commit e2eae2e329

View File

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