Skip to content

Commit

Permalink
ARM: dts: rockchip: fix mali400 ppmmu interrupt names
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
mmind committed Oct 10, 2017
1 parent c4d6204 commit 0133c49
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/rk3036.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
interrupt-names = "gp",
"gpmmu",
"pp0",
"pp0mmu";
"ppmmu0";
assigned-clocks = <&cru SCLK_GPU>;
assigned-clock-rates = <100000000>;
clocks = <&cru SCLK_GPU>, <&cru SCLK_GPU>;
Expand Down
8 changes: 4 additions & 4 deletions arch/arm/boot/dts/rk3066a.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -625,13 +625,13 @@
interrupt-names = "gp",
"gpmmu",
"pp0",
"pp0mmu",
"ppmmu0",
"pp1",
"pp1mmu",
"ppmmu1",
"pp2",
"pp2mmu",
"ppmmu2",
"pp3",
"pp3mmu";
"ppmmu3";
};

&i2c0 {
Expand Down
8 changes: 4 additions & 4 deletions arch/arm/boot/dts/rk3188.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -568,13 +568,13 @@
interrupt-names = "gp",
"gpmmu",
"pp0",
"pp0mmu",
"ppmmu0",
"pp1",
"pp1mmu",
"ppmmu1",
"pp2",
"pp2mmu",
"ppmmu2",
"pp3",
"pp3mmu";
"ppmmu3";
};

&i2c0 {
Expand Down
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/rk322x.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -570,9 +570,9 @@
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>;
Expand Down

0 comments on commit 0133c49

Please sign in to comment.