Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[platform-celestica] Add HLX a DPS200 PSU driver. #2871

Merged
merged 1 commit into from
May 9, 2019

Conversation

pphuchar
Copy link
Contributor

@pphuchar pphuchar commented May 7, 2019

- What I did
Implement Delta DPS200 PSU driver for Haliburton.

- How I did it
Add the driver in hlx platform module package. And register psu pmbus devices in platform init script.

- How to verify it
After boot run sensors dps200-* to show PSU sensors information.
The output should be like this:

admin@sonic:~$ sensors dps200-*
dps200-i2c-13-5b
Adapter: i2c-8-mux (chan_id 3)
vin:         +231.50 V  (crit min = +75.00 V, min = +80.00 V)
vout1:       +11.90 V  
fan1:        8480 RPM
temp1:        +36.0 C  (high = +85.0 C, crit = +90.0 C)
temp2:        +34.0 C  (high = +85.0 C, crit = +90.0 C)
temp3:        +34.0 C  (high = +85.0 C, crit = +90.0 C)
pin:          40.00 W  (max = 312.00 W)
pout1:        36.50 W  (max = 216.00 W, crit = 240.00 W)
iin:          +0.23 A  (max =  +1.80 A)
iout1:        +3.10 A  (max = +18.00 A, crit max = +20.00 A)

dps200-i2c-12-5a
Adapter: i2c-8-mux (chan_id 2)
vin:         +232.50 V  (crit min = +75.00 V, min = +80.00 V)
vout1:       +11.90 V  
fan1:        8192 RPM
temp1:        +39.0 C  (high = +85.0 C, crit = +90.0 C)
temp2:        +35.0 C  (high = +85.0 C, crit = +90.0 C)
temp3:        +35.0 C  (high = +85.0 C, crit = +90.0 C)
pin:          12.50 W  (max = 312.00 W)
pout1:        16.50 W  (max = 216.00 W, crit = 240.00 W)
iin:          +0.13 A  (max =  +1.80 A)
iout1:        +1.40 A  (max = +18.00 A, crit max = +20.00 A)

- Description for the changelog

  • Add Delta DPS200 PSU driver to Haliburton.

- A picture of a cute animal (not mandatory but encouraged)

@pphuchar pphuchar changed the title Add HLX a dps200 psu driver. [platform-celestica] Add HLX a DPS200 PSU driver. May 7, 2019
@lguohan lguohan merged commit 999ec0a into sonic-net:master May 9, 2019
MichelMoriniaux pushed a commit to criteo-forks/sonic-buildimage that referenced this pull request May 28, 2019
@pphuchar pphuchar deleted the hlx-add-dps200-driver branch May 29, 2019 04:41
mssonicbld added a commit that referenced this pull request Aug 18, 2023
…lly (#16181)

#### Why I did it
src/sonic-swss
```
* 859bd678 - (HEAD -> 202211, origin/202211) Fix error in peer response time when headroom is calculated for 800G (#2860) (2 days ago) [Stephen Sun]
* 5f294cf1 - [Dynamic Buffer][Mellanox] Skip PGs in pending deleting set while checking accumulative headroom of a port (#2871) (2 days ago) [Stephen Sun]
```
#### How I did it
#### How to verify it
#### Description for the changelog
mssonicbld added a commit that referenced this pull request Sep 3, 2023
…lly (#16396)

#### Why I did it
src/sonic-swss
```
* c869c1df - (HEAD -> 202305, origin/202305) update portStatIds for cisco (#2876) (11 minutes ago) [Zhixin Zhu]
* dd152288 - [Dynamic Buffer][Mellanox] Skip PGs in pending deleting set while checking accumulative headroom of a port (#2871) (12 minutes ago) [Stephen Sun]
* 97068ff1 - Fix error in peer response time when headroom is calculated for 800G (#2860) (16 minutes ago) [Stephen Sun]
```
#### How I did it
#### How to verify it
#### Description for the changelog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants