• Krzysztof Kozlowski's avatar
    regulator: s2mps11: Add external GPIO control for S2MPS14 · 97f53d71
    Krzysztof Kozlowski authored
    Add support for external control over GPIO for LDO10, LDO11 and LDO12
    S2MPS14 regulators. External control can be turned on by writing 0x0 to
    control register which in case of other regulators is used for disabling
    them. These LDO10-LDO12 regulators can be disabled only by I2C GPIO or
    PWREN pin so the patch actually allows proper way of disabling them.
    
    Additionally the GPIO control has two benefits:
     - It is faster than toggling it over I2C bus.
     - It allows disabling the regulator during suspend to RAM; The AP will
       enable it during resume.
    Signed-off-by: default avatarKrzysztof Kozlowski <k.kozlowski@samsung.com>
    Signed-off-by: default avatarMark Brown <broonie@linaro.org>
    97f53d71
s2mps14.h 3.79 KB