diff options
author | 2024-06-26 17:46:00 +0800 | |
---|---|---|
committer | 2024-06-28 10:25:30 -0700 | |
commit | 45158b93d02bea7f32a2918641697731439f3e15 (patch) | |
tree | 90176cd5eb660e5d9f47ac0918f9c601d1cfb72d | |
parent | hwmon: iio: Use iio_read_channel_processed_scale for IIO_POWER (diff) | |
download | wireguard-linux-45158b93d02bea7f32a2918641697731439f3e15.tar.xz wireguard-linux-45158b93d02bea7f32a2918641697731439f3e15.zip |
dt-bindings: hwmon: Add MPS mp2891
Add support for MPS mp2891 controller
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Noah Wang <noahwang.wang@outlook.com>
Link: https://lore.kernel.org/r/SEYPR04MB6482BC95D1242A5675FF9DAEFAD62@SEYPR04MB6482.apcprd04.prod.outlook.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
-rw-r--r-- | Documentation/devicetree/bindings/trivial-devices.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml index ff70f092656a..5e58ebfab758 100644 --- a/Documentation/devicetree/bindings/trivial-devices.yaml +++ b/Documentation/devicetree/bindings/trivial-devices.yaml @@ -288,6 +288,8 @@ properties: - mps,mp2857 # Monolithic Power Systems Inc. multi-phase controller mp2888 - mps,mp2888 + # Monolithic Power Systems Inc. multi-phase controller mp2891 + - mps,mp2891 # Monolithic Power Systems Inc. multi-phase controller mp2971 - mps,mp2971 # Monolithic Power Systems Inc. multi-phase controller mp2973 |