From aa89a57bc3c0bf2001bff72feccc7d4ceb2b1259 Mon Sep 17 00:00:00 2001 From: Joonyoung Shim Date: Thu, 28 Jul 2016 11:00:39 +0900 Subject: [PATCH] ARM: dts: exynos3250: fix g3d nodes This fixes order of reg resources. First has to be resource that has lowest address because mali400 r5p2 version requires it. This also adds interrupt-names for g3d nodes. The interrupt-names needs at mali400 r5p2 version. Change-Id: I84a31ff3691ffea084b5f3f0abbcf998ea0a8371 Signed-off-by: Joonyoung Shim --- arch/arm/boot/dts/exynos3250.dtsi | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/arch/arm/boot/dts/exynos3250.dtsi b/arch/arm/boot/dts/exynos3250.dtsi index 508aaab..2cc3400 100644 --- a/arch/arm/boot/dts/exynos3250.dtsi +++ b/arch/arm/boot/dts/exynos3250.dtsi @@ -527,12 +527,14 @@ gpu: gpu@13000000 { compatible = "samsung,exynos3250-g3d"; - reg = <0x13001000 0x200>, - <0x13000000 0x100>, <0x13003000 0x100>, + reg = <0x13000000 0x100>, <0x13003000 0x100>, <0x13008000 0x1100>, <0x13004000 0x100>, - <0x1300a000 0x1100>, <0x13005000 0x100>; + <0x1300a000 0x1100>, <0x13005000 0x100>, + <0x13001000 0x200>; interrupts = <0 187 0>, <0 182 0>, <0 183 0>, <0 178 0>, <0 184 0>, <0 179 0>; + interrupt-names = "IRQGP", "IRQGPMMU", "IRQPP0", "IRQPPMMU0", + "IRQPP1", "IRQPPMMU1"; clock-names = "pll", "mux1", "mux2", "sclk", "smmu", "g3d"; clocks = <&cmu CLK_DIV_MPLL_PRE>, <&cmu CLK_MOUT_G3D_0>, -- 2.7.4