Skip to content

Commit 2933bf3

Browse files
yuqmripard
authored andcommitted
arm64: dts: allwinner: h5: remove Mali GPU PMU module
H5's Mali GPU PMU is not present or working corretly although H5 datasheet record its interrupt vector. Adding this module will miss lead lima driver try to shutdown it and get waiting timeout. This problem is not exposed before lima runtime PM support is added. Fixes: bb39ed0 ("arm64: dts: allwinner: h5: Add device node for Mali-450 GPU") Signed-off-by: Qiang Yu <yuq825@gmail.com> Signed-off-by: Maxime Ripard <maxime@cerno.tech> Link: https://lore.kernel.org/r/20200822062755.534761-1-yuq825@gmail.com
1 parent 3658a2b commit 2933bf3

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

arch/arm64/boot/dts/allwinner/sun50i-h5.dtsi

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,7 @@
139139
<GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>,
140140
<GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>,
141141
<GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>,
142-
<GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>,
143-
<GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
142+
<GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>;
144143
interrupt-names = "gp",
145144
"gpmmu",
146145
"pp",
@@ -151,8 +150,7 @@
151150
"pp2",
152151
"ppmmu2",
153152
"pp3",
154-
"ppmmu3",
155-
"pmu";
153+
"ppmmu3";
156154
clocks = <&ccu CLK_BUS_GPU>, <&ccu CLK_GPU>;
157155
clock-names = "bus", "core";
158156
resets = <&ccu RST_BUS_GPU>;

0 commit comments

Comments
 (0)