Skip to content

Commit 7b55cf2

Browse files
Peter Yinamboar
authored andcommitted
ARM: dts: aspeed: Harma: Revise max31790 address
Revise max31790 address from 0x30 to 0x5e Signed-off-by: Peter Yin <peteryin.openbmc@gmail.com> Link: https://lore.kernel.org/r/20240412091600.2534693-8-peteryin.openbmc@gmail.com Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
1 parent 645f9eb commit 7b55cf2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-harma.dts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,9 @@
192192
&i2c0 {
193193
status = "okay";
194194

195-
max31790@30{
195+
max31790@5e{
196196
compatible = "max31790";
197-
reg = <0x30>;
197+
reg = <0x5e>;
198198
#address-cells = <1>;
199199
#size-cells = <0>;
200200
};
@@ -212,9 +212,9 @@
212212
&i2c2 {
213213
status = "okay";
214214

215-
max31790@30{
215+
max31790@5e{
216216
compatible = "max31790";
217-
reg = <0x30>;
217+
reg = <0x5e>;
218218
#address-cells = <1>;
219219
#size-cells = <0>;
220220
};

0 commit comments

Comments
 (0)