diff options
author | Bjorn Andersson <bjorn.andersson@linaro.org> | 2019-02-20 16:43:03 -0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-02-21 11:41:04 +0000 |
commit | f2a9eb975ab2e848af68db26646793f5d9d097e8 (patch) | |
tree | 3060522321ba7b62af600d9d52518417375145bc /Documentation/devicetree/bindings/regulator | |
parent | 606640bbbe449d05d12b51b0500e6b535ec54987 (diff) | |
download | linux-stable-f2a9eb975ab2e848af68db26646793f5d9d097e8.tar.gz linux-stable-f2a9eb975ab2e848af68db26646793f5d9d097e8.tar.bz2 linux-stable-f2a9eb975ab2e848af68db26646793f5d9d097e8.zip |
regulator: fan53555: Add support for FAN53526
The FAN53526 differs from the FAN53555 only in that the mode bit in
VSEL0/VSEL1 is moved to the CONTROL register, the voltage selector mask
is extended by 1 bit and the step is different.
So extend the existing fan53555 driver to support FAN53526 as well.
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/regulator')
-rw-r--r-- | Documentation/devicetree/bindings/regulator/fan53555.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/regulator/fan53555.txt b/Documentation/devicetree/bindings/regulator/fan53555.txt index 54a3f2c80e3a..e7fc045281d1 100644 --- a/Documentation/devicetree/bindings/regulator/fan53555.txt +++ b/Documentation/devicetree/bindings/regulator/fan53555.txt @@ -1,7 +1,8 @@ Binding for Fairchild FAN53555 regulators Required properties: - - compatible: one of "fcs,fan53555", "silergy,syr827", "silergy,syr828" + - compatible: one of "fcs,fan53555", "fcs,fan53526", "silergy,syr827" or + "silergy,syr828" - reg: I2C address Optional properties: |