diff options
author | Jisheng Zhang | 2019-08-27 08:48:04 +0000 |
---|---|---|
committer | Mark Brown | 2019-08-27 20:46:25 +0100 |
commit | 253f6cb8b893f5260198d8be244bfc11c3b54d76 (patch) | |
tree | 8190ca1cfb8b316eaef88fd5cfd3ff3ff08b008d /Documentation/devicetree/bindings/regulator | |
parent | 67a7b05b297eba72ee4e0655966ae7cc769d3a26 (diff) |
dt-bindings: sy8824x: Document SY20276 support
SY20276 is an I2C-controlled adjustable voltage regulator made by
Silergy Corp. The differences between SY8824C and SY20276 are
different vsel_min, vsel_step, vsel_count and regs for mode/enable.
Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com>
Link: https://lore.kernel.org/r/20190827163650.47ed1213@xhacker.debian
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/regulator')
-rw-r--r-- | Documentation/devicetree/bindings/regulator/sy8824x.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/regulator/sy8824x.txt b/Documentation/devicetree/bindings/regulator/sy8824x.txt index 31fefa3baa71..28600541b5de 100644 --- a/Documentation/devicetree/bindings/regulator/sy8824x.txt +++ b/Documentation/devicetree/bindings/regulator/sy8824x.txt @@ -1,9 +1,10 @@ -SY8824C/SY8824E Voltage regulator +SY8824C/SY8824E/SY20276 Voltage regulator Required properties: - compatible: Must be one of the following. "silergy,sy8824c" "silergy,sy8824e" + "silergy,sy20276" - reg: I2C slave address Any property defined as part of the core regulator binding, defined in |