From: Hyun Kwon Date: Tue, 22 Aug 2017 01:54:29 +0000 (-0700) Subject: arm64: dts: zynqmp: Update the GPU address size X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=05c8991431b249712806f0317d1111b4c9258b49;p=thirdparty%2Fu-boot.git arm64: dts: zynqmp: Update the GPU address size The correct register size is 0x10000, otherwise it overlaps with other register space. Signed-off-by: Hyun Kwon Signed-off-by: Michal Simek --- diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi index 4eaa9ebe756..5d17e9bdd9a 100644 --- a/arch/arm/dts/zynqmp.dtsi +++ b/arch/arm/dts/zynqmp.dtsi @@ -540,7 +540,7 @@ gpu: gpu@fd4b0000 { status = "disabled"; compatible = "arm,mali-400", "arm,mali-utgard"; - reg = <0x0 0xfd4b0000 0x0 0x30000>; + reg = <0x0 0xfd4b0000 0x0 0x10000>; interrupt-parent = <&gic>; interrupts = <0 132 4>, <0 132 4>, <0 132 4>, <0 132 4>, <0 132 4>, <0 132 4>; interrupt-names = "IRQGP", "IRQGPMMU", "IRQPP0", "IRQPPMMU0", "IRQPP1", "IRQPPMMU1";