Searched hist:f3026c16836b0bdc2b4a170f29005d834a748c5e (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra/ |
| H A D | pmc.h | f3026c16836b0bdc2b4a170f29005d834a748c5e Mon Feb 03 21:03:25 UTC 2014 Stephen Warren <swarren@nvidia.com> ARM: tegra: fix pmc_pwrgate_timer_mult register definition
Register pmc_pwrgate_timer_mult has a different layout on Tegra114 and Tegra124. Reflect this in pmc.h.
Also, simply write the whole of the register in start_cpu() rather than doing a read-modify-write; the register is simple enough that the code can easily construct the entire desired value.
Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
|