mirror of
https://github.com/torvalds/linux.git
synced 2024-11-27 22:51:35 +00:00
f27b425d13
SY20276 is an I2C-controlled adjustable voltage regulator made by Silergy Corp. The differences between SY8824C and SY20278 are different regs for mode/enable. Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com> Link: https://lore.kernel.org/r/20190827163754.170cf130@xhacker.debian Signed-off-by: Mark Brown <broonie@kernel.org>
25 lines
553 B
Plaintext
25 lines
553 B
Plaintext
SY8824C/SY8824E/SY20276 Voltage regulator
|
|
|
|
Required properties:
|
|
- compatible: Must be one of the following.
|
|
"silergy,sy8824c"
|
|
"silergy,sy8824e"
|
|
"silergy,sy20276"
|
|
"silergy,sy20278"
|
|
- reg: I2C slave address
|
|
|
|
Any property defined as part of the core regulator binding, defined in
|
|
./regulator.txt, can also be used.
|
|
|
|
Example:
|
|
|
|
vcore: regulator@00 {
|
|
compatible = "silergy,sy8824c";
|
|
reg = <0x66>;
|
|
regulator-name = "vcore";
|
|
regulator-min-microvolt = <800000>;
|
|
regulator-max-microvolt = <1150000>;
|
|
regulator-boot-on;
|
|
regulator-always-on;
|
|
};
|