Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-21 | rockchip: Convert the PMU IOMUX registers into an array | Simon Glass | |
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> | |||
2015-09-02 | rockchip: rk3288: Add header files for PMU and GRF | Simon Glass | |
PMU is the power management unit and GRF is the general register file. Both are heavily used in U-Boot. Add header files with register definitions. Signed-off-by: Simon Glass <sjg@chromium.org> |