Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 225fa59f authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo
Browse files

ARM: dts: imx7: Move tempmon node out of bus



Move tempmon node from soc node to root node.

tempmon node does not have any register properties and thus
shouldn't be placed on the bus.

This fixes the following build warning with W=1:

arch/arm/boot/dts/imx7d-cl-som-imx7.dtb: Warning (simple_bus_reg): Node /soc/aips-bus@30000000/tempmon missing or empty reg/ranges property

Fixes: de25b9bb ("ARM: dts: imx7s: add temperature monitor support")
Signed-off-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 85702f4c
Loading
Loading
Loading
Loading
+11 −10
Original line number Original line Diff line number Diff line
@@ -173,6 +173,17 @@
		};
		};
	};
	};


	tempmon: tempmon {
		compatible = "fsl,imx7d-tempmon";
		interrupt-parent = <&gpc>;
		interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>;
		fsl,tempmon =<&anatop>;
		nvmem-cells = <&tempmon_calib>,
			<&tempmon_temp_grade>;
		nvmem-cell-names = "calib", "temp_grade";
		clocks = <&clks IMX7D_PLL_SYS_MAIN_CLK>;
	};

	timer {
	timer {
		compatible = "arm,armv7-timer";
		compatible = "arm,armv7-timer";
		interrupt-parent = <&intc>;
		interrupt-parent = <&intc>;
@@ -540,16 +551,6 @@
				};
				};
			};
			};


			tempmon: tempmon {
				compatible = "fsl,imx7d-tempmon";
				interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>;
				fsl,tempmon =<&anatop>;
				nvmem-cells = <&tempmon_calib>,
					<&tempmon_temp_grade>;
				nvmem-cell-names = "calib", "temp_grade";
				clocks = <&clks IMX7D_PLL_SYS_MAIN_CLK>;
			};

			anatop: anatop@30360000 {
			anatop: anatop@30360000 {
				compatible = "fsl,imx7d-anatop", "fsl,imx6q-anatop",
				compatible = "fsl,imx7d-anatop", "fsl,imx6q-anatop",
					"syscon", "simple-bus";
					"syscon", "simple-bus";