• Haojian Zhuang's avatar
    regulator: replace ADTV1 register by ADTV2 in da903x · 93d812e5
    Haojian Zhuang authored
    In PXA3xx SoC family, V_CORE power doamin is supplied by BUCK1 that is
    controller by ADTV1 or ADTV2 register.
    
    By default, v1 and v2 has the same copy. If v1 or v2 is updated, the last
    value that is written to either register takes effect. It means that v1
    and v2 has different copy. And the actual voltage output is determinated
    by last update on either register.
    
    DA9034/35 is binded with PXA3xx SoC family. While SoC is scaling OP or
    entering/exiting lower power mode, SoC needs to change voltage of V_CORE
    power doamin. In order to be efficient, POWER I2C (hardcode) mode could
    be enabled in SoC. In this mode, SoC will control v2 register directly.
    
    In original DA903x driver, software will only read regulator data from v1
    register. But SoC controls v2 register directly. It results that v1 and v2
    isn't synchronized. Wrong data will be read from v1 register. So access v2
    register in da903x driver instead.
    Signed-off-by: default avatarHaojian Zhuang <haojian.zhuang@marvell.com>
    Acked-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
    Signed-off-by: default avatarLiam Girdwood <lrg@slimlogic.co.uk>
    93d812e5
da903x.c 16.6 KB