Skip to content

Commit

Permalink
Merge tag 'qcom-fixes-for-5.0-rc3' into fixes-for-5.0-rc8
Browse files Browse the repository at this point in the history
Qualcomm ARM64 Fixes for 5.0-rc3

* Fix irq controller compatible for the MSM8996 platforms
  • Loading branch information
Andy Gross committed Feb 27, 2019
2 parents bfeffd1 + 2a81efb commit 52d2d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/qcom/msm8996.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@
};

intc: interrupt-controller@9bc0000 {
compatible = "arm,gic-v3";
compatible = "qcom,msm8996-gic-v3", "arm,gic-v3";
#interrupt-cells = <3>;
interrupt-controller;
#redistributor-regions = <1>;
Expand Down

0 comments on commit 52d2d2c

Please sign in to comment.