mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
cc842bd57e
Add the pmbus driver for TEXAS tps546d24 Buck Converter. The vout mode of tps546d24 supported relative data format, which is not supported by the PMBus core. Signed-off-by: Duke Du <dukedu83@gmail.com> Link: https://lore.kernel.org/r/1662951668-9849-1-git-send-email-Duke.Du@quantatw.com [groeck: Add __maybe_unused to tps546d24_of_match declaration] Signed-off-by: Guenter Roeck <linux@roeck-us.net>
36 lines
834 B
ReStructuredText
36 lines
834 B
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
Kernel driver tps546d24
|
|
=======================
|
|
|
|
Supported chips:
|
|
|
|
* TI TPS546D24
|
|
|
|
Prefix: 'tps546d24'
|
|
|
|
Addresses scanned: -
|
|
|
|
Datasheet: https://www.ti.com/lit/gpn/tps546d24
|
|
|
|
Author: Duke Du <dukedu83@gmail.com>
|
|
|
|
|
|
Description
|
|
-----------
|
|
|
|
The TPS546D24A is a highly integrated, non-isolated DC/DC converter capable
|
|
of high frequency operation and 40-A current output from a 7-mm x 5-mm
|
|
package.
|
|
|
|
Two, three, and four TPS546D24A devices can be interconnected
|
|
to provide up to 160 A on a single output. The device has an option to
|
|
overdrive the internal 5-V LDO with an external 5-V supply via the VDD5
|
|
pin to improve efficiency and reduce power dissipation of the converter.
|
|
|
|
|
|
Platform data support
|
|
---------------------
|
|
|
|
The driver supports standard PMBus driver platform data.
|