fan53555.txt 702 B

123456789101112131415161718192021222324
  1. Binding for Fairchild FAN53555 regulators
  2. Required properties:
  3. - compatible: one of "fcs,fan53555", "silergy,syr827", "silergy,syr828"
  4. - reg: I2C address
  5. Optional properties:
  6. - fcs,suspend-voltage-selector: declare which of the two available
  7. voltage selector registers should be used for the suspend
  8. voltage. The other one is used for the runtime voltage setting
  9. Possible values are either <0> or <1>
  10. - vin-supply: regulator supplying the vin pin
  11. Example:
  12. regulator@40 {
  13. compatible = "fcs,fan53555";
  14. regulator-name = "fan53555";
  15. regulator-min-microvolt = <1000000>;
  16. regulator-max-microvolt = <1800000>;
  17. vin-supply = <&parent_reg>;
  18. fcs,suspend-voltage-selector = <1>;
  19. };