diff options
author | Heiko Stuebner <heiko@sntech.de> | 2017-10-10 11:04:33 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2017-10-10 11:04:33 +0200 |
commit | 0133c4928c689cc7069595925b294a70a3223ced (patch) | |
tree | feaffb8ae99d6eb7cebb82648622e29ae83dd431 /arch/arm/boot/dts/rk322x.dtsi | |
parent | c4d6204fbe70625bfc2309fe9c8ee017b48dea55 (diff) |
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: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rk322x.dtsi')
-rw-r--r-- | arch/arm/boot/dts/rk322x.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/rk322x.dtsi b/arch/arm/boot/dts/rk322x.dtsi index c97287ebb0ea..780ec3a99b21 100644 --- a/arch/arm/boot/dts/rk322x.dtsi +++ b/arch/arm/boot/dts/rk322x.dtsi @@ -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>; |