Commit e2eae2e3 authored by Alexander Stein's avatar Alexander Stein Committed by Shawn Guo

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: default avatarAlexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent a2921599
......@@ -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>;
};
};
......
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