Skip to content

Commit

Permalink
Merge tag 'zynq-soc-for-4.10' of https://github.com/Xilinx/linux-xlnx
Browse files Browse the repository at this point in the history
…into next/soc

arm: Xilinx Zynq patches for v4.10

- Fix dma issue

* tag 'zynq-soc-for-4.10' of https://github.com/Xilinx/linux-xlnx:
  ARM: zynq: Reserve correct amount of non-DMA RAM

Signed-off-by: Olof Johansson <[email protected]>
  • Loading branch information
olofj committed Dec 7, 2016
2 parents 9442091 + 7a3cc2a commit 44c29b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-zynq/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ void __iomem *zynq_scu_base;
static void __init zynq_memory_init(void)
{
if (!__pa(PAGE_OFFSET))
memblock_reserve(__pa(PAGE_OFFSET), __pa(swapper_pg_dir));
memblock_reserve(__pa(PAGE_OFFSET), 0x80000);
}

static struct platform_device zynq_cpuidle_device = {
Expand Down

0 comments on commit 44c29b8

Please sign in to comment.