]> Git Repo - linux.git/commitdiff
arm64: dts: qcom: x1e80100: Fix Adreno SMMU global interrupt
authorKonrad Dybcio <[email protected]>
Tue, 16 Jul 2024 10:35:03 +0000 (12:35 +0200)
committerBjorn Andersson <[email protected]>
Thu, 15 Aug 2024 02:36:45 +0000 (21:36 -0500)
Fix the unfortunate off-by-one.

Fixes: 721e38301b79 ("arm64: dts: qcom: x1e80100: Add gpu support")
Signed-off-by: Konrad Dybcio <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
arch/arm64/boot/dts/qcom/x1e80100.dtsi

index 29cb3dddbb6fa1d70dff095a65ffc8cdf0b23b8a..cd732ef88cd8e0a775863e2ceb0e8ca5dcd43cd9 100644 (file)
                        reg = <0x0 0x03da0000 0x0 0x40000>;
                        #iommu-cells = <2>;
                        #global-interrupts = <1>;
-                       interrupts = <GIC_SPI 673 IRQ_TYPE_LEVEL_HIGH>,
+                       interrupts = <GIC_SPI 674 IRQ_TYPE_LEVEL_HIGH>,
                                     <GIC_SPI 678 IRQ_TYPE_LEVEL_HIGH>,
                                     <GIC_SPI 679 IRQ_TYPE_LEVEL_HIGH>,
                                     <GIC_SPI 680 IRQ_TYPE_LEVEL_HIGH>,
This page took 0.065632 seconds and 4 git commands to generate.