Commit 0133c492 authored by Heiko Stuebner's avatar Heiko Stuebner

ARM: dts: rockchip: fix mali400 ppmmu interrupt names

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: default avatarHeiko Stuebner <heiko@sntech.de>
parent c4d6204f
...@@ -162,7 +162,7 @@ gpu: gpu@10090000 { ...@@ -162,7 +162,7 @@ gpu: gpu@10090000 {
interrupt-names = "gp", interrupt-names = "gp",
"gpmmu", "gpmmu",
"pp0", "pp0",
"pp0mmu"; "ppmmu0";
assigned-clocks = <&cru SCLK_GPU>; assigned-clocks = <&cru SCLK_GPU>;
assigned-clock-rates = <100000000>; assigned-clock-rates = <100000000>;
clocks = <&cru SCLK_GPU>, <&cru SCLK_GPU>; clocks = <&cru SCLK_GPU>, <&cru SCLK_GPU>;
......
...@@ -625,13 +625,13 @@ &gpu { ...@@ -625,13 +625,13 @@ &gpu {
interrupt-names = "gp", interrupt-names = "gp",
"gpmmu", "gpmmu",
"pp0", "pp0",
"pp0mmu", "ppmmu0",
"pp1", "pp1",
"pp1mmu", "ppmmu1",
"pp2", "pp2",
"pp2mmu", "ppmmu2",
"pp3", "pp3",
"pp3mmu"; "ppmmu3";
}; };
&i2c0 { &i2c0 {
......
...@@ -568,13 +568,13 @@ &gpu { ...@@ -568,13 +568,13 @@ &gpu {
interrupt-names = "gp", interrupt-names = "gp",
"gpmmu", "gpmmu",
"pp0", "pp0",
"pp0mmu", "ppmmu0",
"pp1", "pp1",
"pp1mmu", "ppmmu1",
"pp2", "pp2",
"pp2mmu", "ppmmu2",
"pp3", "pp3",
"pp3mmu"; "ppmmu3";
}; };
&i2c0 { &i2c0 {
......
...@@ -570,9 +570,9 @@ gpu: gpu@20000000 { ...@@ -570,9 +570,9 @@ gpu: gpu@20000000 {
interrupt-names = "gp", interrupt-names = "gp",
"gpmmu", "gpmmu",
"pp0", "pp0",
"pp0mmu", "ppmmu0",
"pp1", "pp1",
"pp1mmu"; "ppmmu1";
clocks = <&cru ACLK_GPU>, <&cru ACLK_GPU>; clocks = <&cru ACLK_GPU>, <&cru ACLK_GPU>;
clock-names = "core", "bus"; clock-names = "core", "bus";
resets = <&cru SRST_GPU_A>; resets = <&cru SRST_GPU_A>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment