We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d0a36d commit 36d4898Copy full SHA for 36d4898
arch/arm64/boot/dts/arm/juno-base.dtsi
@@ -501,10 +501,10 @@
501
gpu: gpu@2d000000 {
502
compatible = "arm,juno-mali", "arm,mali-t624";
503
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";
+ interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>,
+ <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>,
+ <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
+ interrupt-names = "job", "mmu", "gpu";
508
clocks = <&scpi_dvfs 2>;
509
power-domains = <&scpi_devpd 1>;
510
dma-coherent;
0 commit comments