diff options
author | Fabio Estevam <festevam@gmail.com> | 2019-02-14 11:37:51 -0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-03-13 09:14:35 +0100 |
commit | e077b3ba4dd74c67109bdf32048226d388abb24d (patch) | |
tree | 59a5030dec165578b28938569444595fb94254a7 /board/freescale/ls1088a | |
parent | 250cf75424f7e2b04bde90ef9d99aae4a9e34f1f (diff) |
warp7: Fix the write to the LDOGCTL PMIC register
The third parameter of the pmic_clrsetbits() function is the mask
to the register and the correct mask is 1 not 0.
Since the LDOGCTL only contains a single valid bit (bit 0),
we can use pmic_reg_write() and write 1 directly, which fixes
the problem in a simpler way and use the original pmic function
that was used prior to the DM PMIC conversion.
Fixes: 8ba377321c86 ("arm: imx7s-warp: Convert to DM PMIC")
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Diffstat (limited to 'board/freescale/ls1088a')
0 files changed, 0 insertions, 0 deletions