Commit 7b55cf23 authored by Peter Yin's avatar Peter Yin Committed by Andrew Jeffery

ARM: dts: aspeed: Harma: Revise max31790 address

Revise max31790 address from 0x30 to 0x5e
Signed-off-by: default avatarPeter Yin <peteryin.openbmc@gmail.com>
Link: https://lore.kernel.org/r/20240412091600.2534693-8-peteryin.openbmc@gmail.comSigned-off-by: default avatarAndrew Jeffery <andrew@codeconstruct.com.au>
parent 645f9eb1
......@@ -192,9 +192,9 @@ &kcs3 {
&i2c0 {
status = "okay";
max31790@30{
max31790@5e{
compatible = "max31790";
reg = <0x30>;
reg = <0x5e>;
#address-cells = <1>;
#size-cells = <0>;
};
......@@ -212,9 +212,9 @@ temperature-sensor@4b {
&i2c2 {
status = "okay";
max31790@30{
max31790@5e{
compatible = "max31790";
reg = <0x30>;
reg = <0x5e>;
#address-cells = <1>;
#size-cells = <0>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment