-
Notifications
You must be signed in to change notification settings - Fork 854
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 support for LTM4673 #2660
base: main
Are you sure you want to change the base?
Add support for LTM4673 #2660
Conversation
Add LTM4673 to supported devices of LTC2978. Unlike other LTM46xx devices, LTM4673 is a μModule regulator that outputs to four channels. Signed-off-by: Cedric Encarnacion <[email protected]>
Add LTM4673 to compatible devices in LTC2978. Signed-off-by: Cedric Encarnacion <[email protected]>
Add support for LTM4673. The LTM4673 is a quad output, dual 12A and dual 5A, switching mode DC/DC step-down μModule regulator integrated with 4-channel power system manager. This adds only the chip id, the checks for the manufacturer special id, and the relevant attributes for the device's pmbus_driver_info. The device does not support clear peaks. Signed-off-by: Cedric Encarnacion <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems good to me. Please go ahead and send it upstream
@@ -227,6 +235,7 @@ Description | |||
- LTM2987 is a 16-channel Power System Manager with two LTC2977 plus | |||
- additional components on a single die. The chip is instantiated and reported | |||
- as two separate chips on two different I2C bus addresses. | |||
- LTM4673 is a dual 12A and dual 5A μModule regulator. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not likely a problem but I think you squash this change with the patch adding the driver.
@cencarna, Is this sent? |
PR Description
This adds support for LTM4673 to the LTC2978 PMBus client driver which contains
support to similar μModule regulators. The LTM4673 is a quad output, dual 12A and
dual 5A, switching mode DC/DC step-down μModule regulator.
PR Type
PR Checklist