diff options
author | Noah Wang <noahwang.wang@outlook.com> | 2024-06-26 11:46:00 +0200 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2024-06-28 19:25:30 +0200 |
commit | 45158b93d02bea7f32a2918641697731439f3e15 (patch) | |
tree | 90176cd5eb660e5d9f47ac0918f9c601d1cfb72d | |
parent | hwmon: iio: Use iio_read_channel_processed_scale for IIO_POWER (diff) | |
download | linux-45158b93d02bea7f32a2918641697731439f3e15.tar.xz 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 |