Skip to content
Snippets Groups Projects
Commit 311c9d7b authored by akroh's avatar akroh
Browse files

EXYNOS4: Enlarge PMU device region

parent f15814b7
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ get_avail_p_reg(unsigned int i)
const p_region_t BOOT_RODATA dev_p_regs[] = {
{ /* .start */ CHIPID_PADDR , /* .end */ CHIPID_PADDR + (1 << PAGE_BITS) },
{ /* .start */ SYSREG_PADDR , /* .end */ SYSREG_PADDR + (1 << PAGE_BITS) },
{ /* .start */ PMU_PADDR , /* .end */ PMU_PADDR + (1 << PAGE_BITS) },
{ /* .start */ PMU_PADDR , /* .end */ PMU_PADDR + (5 << PAGE_BITS) },
{ /* .start */ CMU_TOP_PART_PADDR , /* .end */ CMU_TOP_PART_PADDR + (13 << PAGE_BITS) },
{ /* .start */ SMDMA0_PADDR , /* .end */ SMDMA0_PADDR + (1 << PAGE_BITS) },
{ /* .start */ CMU_DMC_PART_PADDR , /* .end */ CMU_DMC_PART_PADDR + (9 << PAGE_BITS) },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment