Skip to content

Commit 75c8a10

Browse files
konradybcioandersson
authored andcommitted
arm64: dts: qcom: msm8992: Add RPMCC node
This lets us use clocks provided by RPM. Signed-off-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 329e16d commit 75c8a10

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

arch/arm64/boot/dts/qcom/msm8992.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,11 @@
588588
rpm_requests: rpm-requests {
589589
compatible = "qcom,rpm-msm8994";
590590
qcom,smd-channels = "rpm_requests";
591+
592+
rpmcc: rpmcc {
593+
compatible = "qcom,rpmcc-msm8992";
594+
#clock-cells = <1>;
595+
};
591596
};
592597
};
593598
};

0 commit comments

Comments
 (0)