Skip to content

Commit 36d4898

Browse files
Andre-ARMsudeep-holla
authored andcommitted
arm64: dts: juno: Fix GPU interrupt order
The Mali binding insists on the GPU interrupts to be in ordered as: job, mmu, gpu. Sort the GPU interrupts and interrupt-names properties accordingly. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Andre Przywara <[email protected]> Signed-off-by: Sudeep Holla <[email protected]>
1 parent 9d0a36d commit 36d4898

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

arch/arm64/boot/dts/arm/juno-base.dtsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -501,10 +501,10 @@
501501
gpu: gpu@2d000000 {
502502
compatible = "arm,juno-mali", "arm,mali-t624";
503503
reg = <0 0x2d000000 0 0x10000>;
504-
interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
505-
<GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>,
506-
<GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
507-
interrupt-names = "gpu", "job", "mmu";
504+
interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>,
505+
<GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>,
506+
<GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
507+
interrupt-names = "job", "mmu", "gpu";
508508
clocks = <&scpi_dvfs 2>;
509509
power-domains = <&scpi_devpd 1>;
510510
dma-coherent;

0 commit comments

Comments
 (0)