]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
ARM: dts: imx6sll: fix anatop thermal dtbs_check warnings
authorAndreas Kemnade <andreas@kemnade.info>
Mon, 21 Oct 2024 18:32:44 +0000 (20:32 +0200)
committerShawn Guo <shawnguo@kernel.org>
Tue, 22 Oct 2024 07:08:35 +0000 (15:08 +0800)
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>
arch/arm/boot/dts/nxp/imx/imx6sll.dtsi

index ddeb5b37fb78b92e8b56fd8b1714d30f1760baa1..85fe2a4ab97a0997e32032661aaeabe868c1d691 100644 (file)
                                        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>;
                                        nvmem-cells = <&tempmon_calib>, <&tempmon_temp_grade>;
                                        nvmem-cell-names = "calib", "temp_grade";
                                        clocks = <&clks IMX6SLL_CLK_PLL3_USB_OTG>;
+                                       #thermal-sensor-cells = <0>;
                                };
                        };