diff mbox series

[linux,dev-4.10,3/3] ARM: aspeed: romulus: Add w83773g temp sensor

Message ID 1509589519-26697-2-git-send-email-mine260309@gmail.com
State Rejected, archived
Headers show
Series [linux,dev-4.10,1/3] drivers: hwmon: Add W83773G driver | expand

Commit Message

Lei YU Nov. 2, 2017, 2:25 a.m. UTC
Signed-off-by: Lei YU <mine260309@gmail.com>
---
 arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Comments

Joel Stanley Nov. 2, 2017, 3:17 a.m. UTC | #1
On Thu, Nov 2, 2017 at 12:55 PM, Lei YU <mine260309@gmail.com> wrote:
> Signed-off-by: Lei YU <mine260309@gmail.com>

Reviewed-by: Joel Stanley <joel@jms.id.au>

When you send v2, you can add my reviewed-by tag to the commit message
for this commit.

Cheers,

Joel
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts b/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts
index 86f7927..eb0994e 100644
--- a/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts
@@ -255,8 +255,11 @@ 
 	/* CPLD */
 	/* Power Supply */
 	/* Temp Sensor */
-	/* Temp Sensor */
 
+	w83773g@4c {
+		compatible = "nuvoton,w83773g";
+		reg = <0x4c>;
+	};
 };
 
 &i2c13 {