diff options
author | Saravanan Sekar <sravanhome@gmail.com> | 2022-06-15 17:53:53 +0300 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2022-07-19 12:54:40 +0300 |
commit | 4907f6991ecbbbd0c18dcabaf87c6dc2537c3a9d (patch) | |
tree | 3a1c48cbb22ad3bb65437c4ae677df66056defff /Documentation/devicetree/bindings/mfd/mps,mp2629.yaml | |
parent | 7eeed203604f86fc53d4eb847a1c1c31525b8d6b (diff) | |
download | linux-4907f6991ecbbbd0c18dcabaf87c6dc2537c3a9d.tar.xz |
dt-bindings: mfd: Add mp2733 compatible
Add new compatible for mp2733 mfd driver.
Signed-off-by: Saravanan Sekar <sravanhome@gmail.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20220615145357.2370044-3-sravanhome@gmail.com
Diffstat (limited to 'Documentation/devicetree/bindings/mfd/mps,mp2629.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/mfd/mps,mp2629.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/mfd/mps,mp2629.yaml b/Documentation/devicetree/bindings/mfd/mps,mp2629.yaml index f91acc42d652..5ba849d78d8a 100644 --- a/Documentation/devicetree/bindings/mfd/mps,mp2629.yaml +++ b/Documentation/devicetree/bindings/mfd/mps,mp2629.yaml @@ -18,7 +18,9 @@ description: | properties: compatible: - const: mps,mp2629 + enum: + - mps,mp2629 + - mps,mp2733 reg: maxItems: 1 |