Skip to content

Commit 031f763

Browse files
RickyWu0919amboar
authored andcommitted
ARM: dts: aspeed: yosemite4: Change the address of Fan IC on fan boards
Change the address of Fan IC: Max31790 on fan boards according to schematic. Signed-off-by: Ricky CX Wu <[email protected]> Signed-off-by: Delphine CC Chiu <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Andrew Jeffery <[email protected]>
1 parent b64d50e commit 031f763

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1160,9 +1160,9 @@
11601160
#gpio-cells = <2>;
11611161
};
11621162

1163-
pwm@23{
1163+
pwm@2f{
11641164
compatible = "maxim,max31790";
1165-
reg = <0x23>;
1165+
reg = <0x2f>;
11661166
};
11671167

11681168
adc@33 {
@@ -1208,9 +1208,9 @@
12081208
#gpio-cells = <2>;
12091209
};
12101210

1211-
pwm@23{
1211+
pwm@2f{
12121212
compatible = "maxim,max31790";
1213-
reg = <0x23>;
1213+
reg = <0x2f>;
12141214
};
12151215

12161216
adc@33 {

0 commit comments

Comments
 (0)