Skip to content

Commit 2dcb5ca

Browse files
Quanta-YangChenamboar
authored andcommitted
ARM: dts: aspeed: minerva: add fan rpm controller
Add fan rpm controller max31790 on all bus of FCB. Signed-off-by: Yang Chen <yangchen.openbmc@gmail.com> Reviewed-by: Joel Stanley <joel@jms.id.au> Link: https://lore.kernel.org/r/20231212075200.983536-9-yangchen.openbmc@gmail.com Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
1 parent b2daa19 commit 2dcb5ca

1 file changed

Lines changed: 42 additions & 0 deletions

File tree

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

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,13 @@
158158
compatible = "atmel,24c128";
159159
reg = <0x50>;
160160
};
161+
162+
pwm@5e{
163+
compatible = "max31790";
164+
reg = <0x5e>;
165+
#address-cells = <1>;
166+
#size-cells = <0>;
167+
};
161168
};
162169

163170
imux17: i2c@1 {
@@ -169,6 +176,13 @@
169176
compatible = "atmel,24c128";
170177
reg = <0x50>;
171178
};
179+
180+
pwm@5e{
181+
compatible = "max31790";
182+
reg = <0x5e>;
183+
#address-cells = <1>;
184+
#size-cells = <0>;
185+
};
172186
};
173187

174188
imux18: i2c@2 {
@@ -180,6 +194,13 @@
180194
compatible = "atmel,24c128";
181195
reg = <0x50>;
182196
};
197+
198+
pwm@5e{
199+
compatible = "max31790";
200+
reg = <0x5e>;
201+
#address-cells = <1>;
202+
#size-cells = <0>;
203+
};
183204
};
184205

185206
imux19: i2c@3 {
@@ -191,6 +212,13 @@
191212
compatible = "atmel,24c128";
192213
reg = <0x50>;
193214
};
215+
216+
pwm@5e{
217+
compatible = "max31790";
218+
reg = <0x5e>;
219+
#address-cells = <1>;
220+
#size-cells = <0>;
221+
};
194222
};
195223

196224
imux20: i2c@4 {
@@ -202,6 +230,13 @@
202230
compatible = "atmel,24c128";
203231
reg = <0x50>;
204232
};
233+
234+
pwm@5e{
235+
compatible = "max31790";
236+
reg = <0x5e>;
237+
#address-cells = <1>;
238+
#size-cells = <0>;
239+
};
205240
};
206241

207242
imux21: i2c@5 {
@@ -213,6 +248,13 @@
213248
compatible = "atmel,24c128";
214249
reg = <0x50>;
215250
};
251+
252+
pwm@5e{
253+
compatible = "max31790";
254+
reg = <0x5e>;
255+
#address-cells = <1>;
256+
#size-cells = <0>;
257+
};
216258
};
217259
};
218260
};

0 commit comments

Comments
 (0)