Merge "ARM: dts: msm: Add new dt node to skip L2 spm programming for msm8939"

This commit is contained in:
Linux Build Service Account 2015-05-06 23:40:20 -07:00 committed by Gerrit - the friendly Code Review server
commit e5c5e18d13
2 changed files with 6 additions and 0 deletions

View File

@ -404,6 +404,11 @@
};
};
qcom,lpm-workarounds {
compatible = "qcom,lpm-workarounds";
qcom,lpm-wa-skip-l2-spm;
};
qcom,mpm@601d0 {
compatible = "qcom,mpm-v2";
reg = <0x601d0 0x1000>, /* MSM_RPM_MPM_BASE 4K */

View File

@ -413,6 +413,7 @@
qcom,l1-l2-gcc-secure;
qcom,cpu-offline-mask = <0xf>;
qcom,non-boot-cpu-index = <4>;
qcom,lpm-wa-skip-l2-spm;
};
qcom,mpm@601d0 {