Skip to content

Commit b1a1ecb

Browse files
RickyWu0919amboar
authored andcommitted
ARM: dts: aspeed: yosemite4: correct the compatible string for max31790
Fix the compatible string for max31790 to match the binding document. Fixes: 2b8d94f ("ARM: dts: aspeed: yosemite4: add Facebook Yosemite 4 BMC") 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 c64ac96 commit b1a1ecb

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

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

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,10 +1115,8 @@
11151115
};
11161116

11171117
pwm@20{
1118-
compatible = "max31790";
1118+
compatible = "maxim,max31790";
11191119
reg = <0x20>;
1120-
#address-cells = <1>;
1121-
#size-cells = <0>;
11221120
};
11231121

11241122
gpio@22{
@@ -1129,10 +1127,8 @@
11291127
};
11301128

11311129
pwm@23{
1132-
compatible = "max31790";
1130+
compatible = "maxim,max31790";
11331131
reg = <0x23>;
1134-
#address-cells = <1>;
1135-
#size-cells = <0>;
11361132
};
11371133

11381134
adc@33 {
@@ -1167,10 +1163,8 @@
11671163
};
11681164

11691165
pwm@20{
1170-
compatible = "max31790";
1166+
compatible = "maxim,max31790";
11711167
reg = <0x20>;
1172-
#address-cells = <1>;
1173-
#size-cells = <0>;
11741168
};
11751169

11761170
gpio@22{
@@ -1181,10 +1175,8 @@
11811175
};
11821176

11831177
pwm@23{
1184-
compatible = "max31790";
1178+
compatible = "maxim,max31790";
11851179
reg = <0x23>;
1186-
#address-cells = <1>;
1187-
#size-cells = <0>;
11881180
};
11891181

11901182
adc@33 {

0 commit comments

Comments
 (0)