commit | 605ecd16fa2cc4deb2b7dbe9a07ab11e8fd197f5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jul 02 18:16:03 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Aug 05 21:06:12 2015 -0600 |
tree | 3b3ad5b3edfc6b2b3eb81dacbc8c9c6121b01b0a | |
parent | 50a4926a7ecef68a39f35f984f2c524da3912d5f [diff] |
dm: pmic: Correct the pmic_reg_write() implementation This should write the register, not read it. Fix this bug. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Przemyslaw Marczak <p.marczak@samsung.com>