diff options
| author | David Collins <collinsd@codeaurora.org> | 2016-01-18 14:53:02 -0800 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 21:18:31 -0700 |
| commit | bb65d3eda44096aae8b3eba1ad2ec6802e7803a2 (patch) | |
| tree | 6ef900fa9d2af5471bf340d6a408a8e64b229e29 | |
| parent | 45dbf9c951ff470e4eee91567080ab6b68114ab2 (diff) | |
ARM: dts: msm: update APM compatible property for msm8996pro
Specify an MSM8996-Pro specific APM device compatible string
for MSM8996-Pro boards. This allows software to avoid imposing
various constraints during APM switching which are not required
for MSM8996-Pro chips.
Change-Id: I0664374ca347c0f66d95422cc9bfa4efb1a151ee
Signed-off-by: David Collins <collinsd@codeaurora.org>
| -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 d3274420ba3a..38ed81638dfe 100644 --- a/arch/arm/boot/dts/qcom/msm8996pro.dtsi +++ b/arch/arm/boot/dts/qcom/msm8996pro.dtsi @@ -23,6 +23,7 @@ }; &apc_apm { + compatible = "qcom,msm8996pro-apm"; /delete-property/ qcom,clock-source-override; }; |
