-
Notifications
You must be signed in to change notification settings - Fork 845
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
Add driver for MAX42500 #2659
base: main
Are you sure you want to change the base?
Add driver for MAX42500 #2659
Conversation
Is this still WIP? As it stands it's not really ready for reviewing... Please make sure to address CI complains and to re-organize your commits. Merge commits don't really make sense (rebase your dev branch) and please run |
a3dad5b
to
a6008ba
Compare
de38b83
to
3f0942b
Compare
Add documentation for devicetree bindings for MAX42500 Signed-off-by: Kent Libetario <[email protected]>
3f0942b
to
32dc5ba
Compare
The MAX42500 is a SoC power-system monitor with up to seven voltage monitor inputs that will be SIL 3-Certified. Each input has programmable OV/UV thresholds of between 2.5% and 10% with ±1.3% accuracy over the full temperature range. Two of the inputs have a separate remote ground-sense input and support DVS through the integrated I2C interface. The MAX42500 contains a programmable flexible power sequence recorder (FPSR). This recorder stores power-up and power-down timestamps separately, and supports on/off and sleep/standby power sequences. The MAX42500 also contains a programmable challenge/response watchdog, which is accessible through the I2C interface, along with a configurable RESET output. Signed-off-by: Kent Libetario <[email protected]>
Add entry for the MAX42500 driver Signed-off-by: Kent Libetario <[email protected]>
32dc5ba
to
5920e35
Compare
v2
|
PR Description
PR Type
PR Checklist