commit | d2ce62bc54b68f54f8f2e8185b3b7938a2a10d17 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jan 21 19:43:33 2016 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Jan 21 20:42:34 2016 -0700 |
tree | 409b2a8c6cc342490c2a3682d0cb0dbc9a5a0a6f | |
parent | 873220a9ab7a0b8c67252d23bd24533e2e0947d1 [diff] |
rockchip: Convert the PMU IOMUX registers into an array This is easier to deal with when using generic code since it allows us to use a register index instead of naming each register. Adjust it, adding an enum to improve readability. Signed-off-by: Simon Glass <sjg@chromium.org>