提交 0133c492 编写于 作者: H 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: NHeiko Stuebner <heiko@sntech.de>
上级 c4d6204f
......@@ -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>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册