diff options
author | Ezequiel Garcia <ezequiel@collabora.com> | 2021-04-22 00:03:37 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-04-23 17:36:16 +0300 |
commit | f80505fdff771c89c9350895e99140ffc824e564 (patch) | |
tree | 864d5973dffdef2b52e1b261bf6eded9f59115fd /Documentation/devicetree/bindings/regulator | |
parent | 914df8faa7d6fdff7afa1fbde888a2bed8d72fa7 (diff) | |
download | linux-f80505fdff771c89c9350895e99140ffc824e564.tar.xz |
regulator: Add binding for TCS4525
Add a compatible string to support TCS4525/TCS4526 devices,
which are compatible with Fairchild FAN53555 regulators.
Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
Link: https://lore.kernel.org/r/20210421210338.43819-2-ezequiel@collabora.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/regulator')
-rw-r--r-- | Documentation/devicetree/bindings/regulator/fan53555.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/regulator/fan53555.txt b/Documentation/devicetree/bindings/regulator/fan53555.txt index e7fc045281d1..013f096ac0aa 100644 --- a/Documentation/devicetree/bindings/regulator/fan53555.txt +++ b/Documentation/devicetree/bindings/regulator/fan53555.txt @@ -1,8 +1,8 @@ Binding for Fairchild FAN53555 regulators Required properties: - - compatible: one of "fcs,fan53555", "fcs,fan53526", "silergy,syr827" or - "silergy,syr828" + - compatible: one of "fcs,fan53555", "fcs,fan53526", "silergy,syr827", + "silergy,syr828" or "tcs,tcs4525". - reg: I2C address Optional properties: |