diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-03-21 13:28:59 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-03-21 13:28:59 -0700 |
| commit | 020e6e02af5825dae2189b02e432fcb7962bb514 (patch) | |
| tree | 840d7ab0ee8171a76185d36794aa3c4e5276e1b2 | |
| parent | bf0c24864a0ab6f84cedf02947274df3cca83ae3 (diff) | |
| parent | 4f54b53642ee800232249c35c6dfd901a4ccd39c (diff) | |
Merge "ARM: dts: msm: set VDD_APCC CPR IRQ affinity for CPU0/1 on msm8996pro"
| -rw-r--r-- | arch/arm/boot/dts/qcom/msm8996pro.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/msm8996pro.dtsi b/arch/arm/boot/dts/qcom/msm8996pro.dtsi index 061b6b0a6b7c..094a4cfbabdc 100644 --- a/arch/arm/boot/dts/qcom/msm8996pro.dtsi +++ b/arch/arm/boot/dts/qcom/msm8996pro.dtsi @@ -33,6 +33,7 @@ &apcc_cpr { compatible = "qcom,cpr3-msm8996pro-hmss-regulator"; + qcom,cpr-interrupt-affinity = <&CPU0 &CPU1>; }; &apc0_pwrcl_vreg { |
