Skip to content
  • Stephen Warren's avatar
    mfd: as3722: Make FUSE7_REG readable · 09507305
    Stephen Warren authored
    The FUSE7_REG register is not currently marked readable. This causes
    as3722_sd0_is_low_voltage() to emit an error during boot, and assume
    the range of the SD0 regulator:
    
    as3722-regulator as3722-regulator: Reg 0xa7 read failed: -5
    
    Fixes: d4807ad2 ("regmap: Check readable regs in _regmap_read")
      [exposed the bug, by checking for readability]
    Fixes: 762a8ee8
    
     ("regulator: as3722: detect SD0 low-voltage mode")
      [left out this register from the readable list]
    
    Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
    Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
    09507305