Commits
Suman Anna committed e18c6b442ea
ARM: DRA7: Add PRCM clkctrl registers for missing GPTimers The DRA7xx/AM57xx SoCs has more GPTimers (16) than the previous generation OMAP4/OMAP5 SoCs (12). Add the PRCM clkctrl register definition for GPTimers 13, 14, 15 and 16 so that they can be enabled if needed in SPL or U-Boot for IPU/DSP early-boot scenarios. While at this, also add the missing register definitions for GPTimers 5 and 6. These were added reusing the previous cm_abe definitions even though they are actually present on IPU clock domain on DRA7xx. Signed-off-by: Suman Anna <s-anna@ti.com> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>