mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 16:12:59 +02:00
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 <ricky.cx.wu.wiwynn@gmail.com> Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com> Link: https://patch.msgid.link/20241003074251.3818101-8-Delphine_CC_Chiu@wiwynn.com Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
This commit is contained in:
parent
b64d50e401
commit
031f763e10
|
|
@ -1160,9 +1160,9 @@ gpio@22{
|
|||
#gpio-cells = <2>;
|
||||
};
|
||||
|
||||
pwm@23{
|
||||
pwm@2f{
|
||||
compatible = "maxim,max31790";
|
||||
reg = <0x23>;
|
||||
reg = <0x2f>;
|
||||
};
|
||||
|
||||
adc@33 {
|
||||
|
|
@ -1208,9 +1208,9 @@ gpio@22{
|
|||
#gpio-cells = <2>;
|
||||
};
|
||||
|
||||
pwm@23{
|
||||
pwm@2f{
|
||||
compatible = "maxim,max31790";
|
||||
reg = <0x23>;
|
||||
reg = <0x2f>;
|
||||
};
|
||||
|
||||
adc@33 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user