mirror of https://gitee.com/openkylin/linux.git
arm64: dts: qcom: msm8992: Add RPMCC node
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>
This commit is contained in:
parent
329e16d5f8
commit
75c8a10d9c
|
@ -588,6 +588,11 @@ rpm {
|
||||||
rpm_requests: rpm-requests {
|
rpm_requests: rpm-requests {
|
||||||
compatible = "qcom,rpm-msm8994";
|
compatible = "qcom,rpm-msm8994";
|
||||||
qcom,smd-channels = "rpm_requests";
|
qcom,smd-channels = "rpm_requests";
|
||||||
|
|
||||||
|
rpmcc: rpmcc {
|
||||||
|
compatible = "qcom,rpmcc-msm8992";
|
||||||
|
#clock-cells = <1>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue