ARM: dts: rockchip: fix mali400 ppmmu interrupt names
authorHeiko Stuebner <heiko@sntech.de>
Tue, 10 Oct 2017 09:04:33 +0000 (11:04 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Tue, 10 Oct 2017 09:04:33 +0000 (11:04 +0200)
The interrupts were wrongly named as ppXmmu while the binding
specifies them as ppmmuX.
Fix that for the recently added Utgard mali nodes on Rockchip socs.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rk3036.dtsi
arch/arm/boot/dts/rk3066a.dtsi
arch/arm/boot/dts/rk3188.dtsi
arch/arm/boot/dts/rk322x.dtsi

index 5b084c0..3b704cf 100644 (file)
                interrupt-names = "gp",
                                  "gpmmu",
                                  "pp0",
-                                 "pp0mmu";
+                                 "ppmmu0";
                assigned-clocks = <&cru SCLK_GPU>;
                assigned-clock-rates = <100000000>;
                clocks = <&cru SCLK_GPU>, <&cru SCLK_GPU>;
index b76119d..06523ca 100644 (file)
        interrupt-names = "gp",
                          "gpmmu",
                          "pp0",
-                         "pp0mmu",
+                         "ppmmu0",
                          "pp1",
-                         "pp1mmu",
+                         "ppmmu1",
                          "pp2",
-                         "pp2mmu",
+                         "ppmmu2",
                          "pp3",
-                         "pp3mmu";
+                         "ppmmu3";
 };
 
 &i2c0 {
index 9e24d0f..aa10caa 100644 (file)
        interrupt-names = "gp",
                          "gpmmu",
                          "pp0",
-                         "pp0mmu",
+                         "ppmmu0",
                          "pp1",
-                         "pp1mmu",
+                         "ppmmu1",
                          "pp2",
-                         "pp2mmu",
+                         "ppmmu2",
                          "pp3",
-                         "pp3mmu";
+                         "ppmmu3";
 };
 
 &i2c0 {
index c97287e..780ec3a 100644 (file)
                interrupt-names = "gp",
                                  "gpmmu",
                                  "pp0",
-                                 "pp0mmu",
+                                 "ppmmu0",
                                  "pp1",
-                                 "pp1mmu";
+                                 "ppmmu1";
                clocks = <&cru ACLK_GPU>, <&cru ACLK_GPU>;
                clock-names = "core", "bus";
                resets = <&cru SRST_GPU_A>;