Skip to content

Commit

Permalink
arm64: dts: qcom: msm8992: Add RPMCC node
Browse files Browse the repository at this point in the history
This lets us use clocks provided by RPM.

Signed-off-by: Konrad Dybcio <konradybcio@gmail.com>
Link: https://lore.kernel.org/r/20200625182118.131476-12-konradybcio@gmail.com
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
  • Loading branch information
Konrad Dybcio authored and Bjorn Andersson committed Jul 28, 2020
1 parent 329e16d commit 75c8a10
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm64/boot/dts/qcom/msm8992.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,11 @@
rpm_requests: rpm-requests {
compatible = "qcom,rpm-msm8994";
qcom,smd-channels = "rpm_requests";

rpmcc: rpmcc {
compatible = "qcom,rpmcc-msm8992";
#clock-cells = <1>;
};
};
};
};
Expand Down

0 comments on commit 75c8a10

Please sign in to comment.