diff options
author | cchoux <cosmo.chou@quantatw.com> | 2025-08-27 10:32:49 +0300 |
---|---|---|
committer | Amithash Prasad <amithash@meta.com> | 2025-08-27 21:52:11 +0300 |
commit | 366bb26d37b1963673784d48d667f26e485f3f0a (patch) | |
tree | f6034202eb68b5eabc895c587516c486f682c2b0 /meta-openembedded/meta-python/recipes-devtools/python/python3-pandas/0001-BLD-add-option-to-specify-numpy-header-location.patch | |
parent | fc47c4b0d889d3e2a9f59b30dc934206273fa0eb (diff) | |
download | openbmc-366bb26d37b1963673784d48d667f26e485f3f0a.tar.xz |
meta-facebook: bletchley: properly handle fusb302 binding on sled insert/remove
- Unbind PCA9539 on removal and rebind PCA9539 after SLED insertion to
ensure VBUS enable is correctly controlled.
Tested on bletchley/bletchley15:
(1) remove and then insert bletchley15 sled3
(2) check VBUS_BMC_EN (bit1 of ioexp) is 0 when host is off
```
root@bmc:~# i2cget -f -y 3 0x76 0x0 | awk '{print and(rshift($1,1),0x1)}'
0
```
(3) check VBUS_BMC_EN (bit1 of ioexp) is 1 when host is on
```
root@bmc:~# i2cget -f -y 3 0x76 0x0 | awk '{print and(rshift($1,1),0x1)}'
1
```
Change-Id: Ife7061839dcb6672229f70083f419431797c4012
Signed-off-by: Cosmo Chou <cosmo.chou@quantatw.com>
Diffstat (limited to 'meta-openembedded/meta-python/recipes-devtools/python/python3-pandas/0001-BLD-add-option-to-specify-numpy-header-location.patch')
0 files changed, 0 insertions, 0 deletions