Commit d14f6a1a authored by Lars Povlsen's avatar Lars Povlsen
Browse files

arm64: dts: sparx5: Add hwmon temperature sensor



This adds a hwmon temperature node sensor to the Sparx5 SoC.

Signed-off-by: default avatarLars Povlsen <lars.povlsen@microchip.com>
Link: https://lore.kernel.org/r/20200618135951.25441-3-lars.povlsen@microchip.com
parent 45145406
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -233,5 +233,12 @@ i2c1: i2c@600103000 {
			clock-frequency = <100000>;
			clocks = <&ahb_clk>;
		};

		tmon0: tmon@610508110 {
			compatible = "microchip,sparx5-temp";
			reg = <0x6 0x10508110 0xc>;
			#thermal-sensor-cells = <0>;
			clocks = <&ahb_clk>;
		};
	};
};