Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc3f8ec9

Browse files
kevintungquantaKevin Tung
authored and
Kevin Tung
committed
configurations: yosemite5: update fan connector PWM name
In Yosemite5, the MAX31790 fan controller is simulated by the PDB CPLD.Only PWM channel 2 is controllable by the BMC, and the PDB CPLD appliesthis PWM value to all connected fans. Since dbus-sensors exposes onlyone PWM sensor, this patch renames the existing configuration to use aclearer and more accurate name.Tested on Yosemite5:```root@bmc:~# busctl tree xyz.openbmc_project.FanSensor└─ /xyz └─ /xyz/openbmc_project ├─ /xyz/openbmc_project/control │ └─ /xyz/openbmc_project/control/fanpwm │ └─ /xyz/openbmc_project/control/fanpwm/FAN_PWM ├─ /xyz/openbmc_project/inventory └─ /xyz/openbmc_project/sensors ├─ /xyz/openbmc_project/sensors/fan_pwm │ └─ /xyz/openbmc_project/sensors/fan_pwm/FAN_PWM └─ /xyz/openbmc_project/sensors/fan_tach ├─ /xyz/openbmc_project/sensors/fan_tach/FAN0_TACH_IL_SPEED_RPM ├─ /xyz/openbmc_project/sensors/fan_tach/FAN0_TACH_OL_SPEED_RPM ├─ /xyz/openbmc_project/sensors/fan_tach/FAN1_TACH_IL_SPEED_RPM ├─ /xyz/openbmc_project/sensors/fan_tach/FAN1_TACH_OL_SPEED_RPM ├─ /xyz/openbmc_project/sensors/fan_tach/FAN2_TACH_IL_SPEED_RPM ├─ /xyz/openbmc_project/sensors/fan_tach/FAN2_TACH_OL_SPEED_RPM ├─ /xyz/openbmc_project/sensors/fan_tach/FAN3_TACH_IL_SPEED_RPM └─ /xyz/openbmc_project/sensors/fan_tach/FAN3_TACH_OL_SPEED_RPM```Change-Id: I8107460e3a7990b76f92359927f3bcdd4d69a68bSigned-off-by: Kevin Tung <kevin.tung.openbmc@gmail.com>
1 parentbc0b05b commitc3f8ec9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

‎configurations/meta/yv5/yosemite5_medusa_board.json‎

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256
"Connector": {
257257
"Name":"FAN0_TACH_IL",
258258
"Pwm":2,
259-
"PwmName":"FAN0_PWM",
259+
"PwmName":"FAN_PWM",
260260
"Tachs": [
261261
0
262262
]
@@ -295,7 +295,7 @@
295295
"Connector": {
296296
"Name":"FAN0_TACH_OL",
297297
"Pwm":2,
298-
"PwmName":"FAN0_PWM",
298+
"PwmName":"FAN_PWM",
299299
"Tachs": [
300300
1
301301
]
@@ -334,7 +334,7 @@
334334
"Connector": {
335335
"Name":"FAN1_TACH_IL",
336336
"Pwm":2,
337-
"PwmName":"FAN1_PWM",
337+
"PwmName":"FAN_PWM",
338338
"Tachs": [
339339
2
340340
]
@@ -373,7 +373,7 @@
373373
"Connector": {
374374
"Name":"FAN1_TACH_OL",
375375
"Pwm":2,
376-
"PwmName":"FAN1_PWM",
376+
"PwmName":"FAN_PWM",
377377
"Tachs": [
378378
3
379379
]
@@ -412,7 +412,7 @@
412412
"Connector": {
413413
"Name":"FAN2_TACH_IL",
414414
"Pwm":2,
415-
"PwmName":"FAN2_PWM",
415+
"PwmName":"FAN_PWM",
416416
"Tachs": [
417417
4
418418
]
@@ -451,7 +451,7 @@
451451
"Connector": {
452452
"Name":"FAN2_TACH_OL",
453453
"Pwm":2,
454-
"PwmName":"FAN2_PWM",
454+
"PwmName":"FAN_PWM",
455455
"Tachs": [
456456
5
457457
]
@@ -490,7 +490,7 @@
490490
"Connector": {
491491
"Name":"FAN3_TACH_IL",
492492
"Pwm":2,
493-
"PwmName":"FAN3_PWM",
493+
"PwmName":"FAN_PWM",
494494
"Tachs": [
495495
6
496496
]
@@ -529,7 +529,7 @@
529529
"Connector": {
530530
"Name":"FAN3_TACH_OL",
531531
"Pwm":2,
532-
"PwmName":"FAN3_PWM",
532+
"PwmName":"FAN_PWM",
533533
"Tachs": [
534534
7
535535
]

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp