From: Heiko Stuebner <heiko@...>
Date: Tue, 10 Oct 2017 11:04:33 +0200
Commit-Message
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@...>
Patch-Comment
Already applied for 4.15
arch/arm/boot/dts/rk3036.dtsi | 2 +-
arch/arm/boot/dts/rk3066a.dtsi | 8 ++++----
arch/arm/boot/dts/rk3188.dtsi | 8 ++++----
arch/arm/boot/dts/rk322x.dtsi | 4 ++--
4 files changed, 11 insertions(+), 11 deletions(-)
Statistics
- 11 lines added
- 11 lines removed
Changes
@@ -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>;
@@ -625,13 +625,13 @@
interrupt-names = "gp",
"gpmmu",
"pp0",
- "pp0mmu",
+ "ppmmu0",
"pp1",
- "pp1mmu",
+ "ppmmu1",
"pp2",
- "pp2mmu",
+ "ppmmu2",
"pp3",
- "pp3mmu";
+ "ppmmu3";
};
&i2c0 {
@@ -568,13 +568,13 @@
interrupt-names = "gp",
"gpmmu",
"pp0",
- "pp0mmu",
+ "ppmmu0",
"pp1",
- "pp1mmu",
+ "ppmmu1",
"pp2",
- "pp2mmu",
+ "ppmmu2",
"pp3",
- "pp3mmu";
+ "ppmmu3";
};
&i2c0 {
@@ -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>;