Skip to content

Commit 52d2d2c

Browse files
author
Andy Gross
committed
Merge tag 'qcom-fixes-for-5.0-rc3' into fixes-for-5.0-rc8
Qualcomm ARM64 Fixes for 5.0-rc3 * Fix irq controller compatible for the MSM8996 platforms
2 parents bfeffd1 + 2a81efb commit 52d2d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@
404404
};
405405

406406
intc: interrupt-controller@9bc0000 {
407-
compatible = "arm,gic-v3";
407+
compatible = "qcom,msm8996-gic-v3", "arm,gic-v3";
408408
#interrupt-cells = <3>;
409409
interrupt-controller;
410410
#redistributor-regions = <1>;

0 commit comments

Comments
 (0)