mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 16:44:58 +02:00
ARM: dts: aspeed: yosemite4: correct the compatible string for max31790
Fix the compatible string for max31790 to match the binding document.
Fixes: 2b8d94f4b4 ("ARM: dts: aspeed: yosemite4: add Facebook Yosemite 4 BMC")
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-6-Delphine_CC_Chiu@wiwynn.com
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
This commit is contained in:
parent
c64ac96f8f
commit
b1a1ecb669
|
|
@ -1115,10 +1115,8 @@ adc@1f {
|
|||
};
|
||||
|
||||
pwm@20{
|
||||
compatible = "max31790";
|
||||
compatible = "maxim,max31790";
|
||||
reg = <0x20>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
};
|
||||
|
||||
gpio@22{
|
||||
|
|
@ -1129,10 +1127,8 @@ gpio@22{
|
|||
};
|
||||
|
||||
pwm@23{
|
||||
compatible = "max31790";
|
||||
compatible = "maxim,max31790";
|
||||
reg = <0x23>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
};
|
||||
|
||||
adc@33 {
|
||||
|
|
@ -1167,10 +1163,8 @@ adc@1f {
|
|||
};
|
||||
|
||||
pwm@20{
|
||||
compatible = "max31790";
|
||||
compatible = "maxim,max31790";
|
||||
reg = <0x20>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
};
|
||||
|
||||
gpio@22{
|
||||
|
|
@ -1181,10 +1175,8 @@ gpio@22{
|
|||
};
|
||||
|
||||
pwm@23{
|
||||
compatible = "max31790";
|
||||
compatible = "maxim,max31790";
|
||||
reg = <0x23>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
};
|
||||
|
||||
adc@33 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user