Commit 8b457812 authored by Thierry Reding's avatar Thierry Reding
Browse files

arm64: tegra: Add temperature sensor on P2888



The P2888 processor module contains a TI TMP451 temperature sensor with
two channels. These are used to measure the temperatures at different
locations on the module.

Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent e47ac508
Loading
Loading
Loading
Loading
+11 −0
Original line number Original line Diff line number Diff line
@@ -248,6 +248,17 @@
					};
					};
				};
				};
			};
			};

			temperature-sensor@4c {
				compatible = "ti,tmp451";
				reg = <0x4c>;

				interrupt-parent = <&gpio>;
				interrupts = <TEGRA194_MAIN_GPIO(H, 2)
					      IRQ_TYPE_LEVEL_LOW>;

				#thermal-sensor-cells = <1>;
			};
		};
		};
	};
	};