Skip to content

Commit dfbe93f

Browse files
konradybcioandersson
authored andcommitted
arm64: dts: qcom: x1e80100: Fix Adreno SMMU global interrupt
Fix the unfortunate off-by-one. Fixes: 721e383 ("arm64: dts: qcom: x1e80100: Add gpu support") Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20240716-topic-h_bits-v1-1-f6c5d3ff982c@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 1f7574a commit dfbe93f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/qcom/x1e80100.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3301,7 +3301,7 @@
33013301
reg = <0x0 0x03da0000 0x0 0x40000>;
33023302
#iommu-cells = <2>;
33033303
#global-interrupts = <1>;
3304-
interrupts = <GIC_SPI 673 IRQ_TYPE_LEVEL_HIGH>,
3304+
interrupts = <GIC_SPI 674 IRQ_TYPE_LEVEL_HIGH>,
33053305
<GIC_SPI 678 IRQ_TYPE_LEVEL_HIGH>,
33063306
<GIC_SPI 679 IRQ_TYPE_LEVEL_HIGH>,
33073307
<GIC_SPI 680 IRQ_TYPE_LEVEL_HIGH>,

0 commit comments

Comments
 (0)