ARM: dts: imx6sll: fix anatop thermal dtbs_check warnings

Fix anatop thermal related dtbs_check warnings about node name
and missing thermal-cells property.

Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Andreas Kemnade 2024-10-21 20:32:44 +02:00 committed by Shawn Guo
parent c3f5d76a6e
commit a5c45d4993

View File

@ -525,7 +525,7 @@ reg_3p0: regulator-3p0@20c8120 {
anatop-enable-bit = <0>;
};
tempmon: temperature-sensor {
tempmon: tempmon {
compatible = "fsl,imx6sll-tempmon", "fsl,imx6sx-tempmon";
interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>;
interrupt-parent = <&gpc>;
@ -533,6 +533,7 @@ tempmon: temperature-sensor {
nvmem-cells = <&tempmon_calib>, <&tempmon_temp_grade>;
nvmem-cell-names = "calib", "temp_grade";
clocks = <&clks IMX6SLL_CLK_PLL3_USB_OTG>;
#thermal-sensor-cells = <0>;
};
};