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

allow fans of delta ag7648 to be controlled #92

Open
KanjiMonster opened this issue Jun 22, 2023 · 0 comments
Open

allow fans of delta ag7648 to be controlled #92

KanjiMonster opened this issue Jun 22, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@KanjiMonster
Copy link
Contributor

currently the fans are only exposed through onlp and configured through raw i2c calls.

The fan controller seems to be a max6639 chip, for which an in-kernel driver exists. The source code comment says max6620, but the register macros names and contents match the max6639 driver's, not the max6620.

Loading the driver to the appropriate register should allow configuring the fans without much effort.

According to the platform i2c library the chips are a at I2C bus 3, addresses 0x2a and 0x29.

@KanjiMonster KanjiMonster added the enhancement New feature or request label Jun 22, 2023
@KanjiMonster KanjiMonster transferred this issue from bisdn/meta-open-network-linux Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant