[PATCH] ARM: dts: aspeed: quanta-q71l Added the 3 temp sensors

Patrick Venture venture at google.com
Wed Jun 14 07:49:51 AEST 2017


Devices labeled based on schematics.

Signed-off-by: Patrick Venture <venture at google.com>
---
 arch/arm/boot/dts/aspeed-bmc-quanta-q71l.dts | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/arch/arm/boot/dts/aspeed-bmc-quanta-q71l.dts b/arch/arm/boot/dts/aspeed-bmc-quanta-q71l.dts
index 50be8dd921cf..3eba3d08595c 100644
--- a/arch/arm/boot/dts/aspeed-bmc-quanta-q71l.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-quanta-q71l.dts
@@ -83,6 +83,24 @@
 
 &i2c1 {
 	status = "okay";
+
+	/* temp2 inlet */
+	tmp75 at 4c {
+		compatible = "ti,tmp75";
+		reg = <0x4c>;
+	};
+
+	/* temp3 */
+	tmp75 at 4e {
+		compatible = "ti,tmp75";
+		reg = <0x4e>;
+	};
+
+	/* temp1 */
+	tmp75 at 4f {
+		compatible = "ti,tmp75";
+		reg = <0x4f>;
+	};
 };
 
 &i2c2 {
-- 
2.13.1.518.g3df882009-goog



More information about the openbmc mailing list