dt-bindings: clock: Add rpmh clock bindings for Waipio

Add binding documentation and IDs for clock rpmh driver on Waipio.

Change-Id: I87ce23351dd0aecc6d7d30b733cce6a53c81d4cd
This commit is contained in:
Vivek Aknurwar
2020-10-16 09:55:22 -07:00
committed by Gerrit - the friendly Code Review server
parent d539069b91
commit d80a57786b

View File

@@ -7,6 +7,7 @@ other hardware subsystems via RSC to control clocks.
Required properties :
- compatible : Shall contain one of the following:
"qcom,waipio-rpmh-clk"
"qcom,lahaina-rpmh-clk"
"qcom,shima-rpmh-clk"
"qcom,kona-rpmh-clk",
@@ -38,4 +39,10 @@ Example :
compatible = "qcom,lahaina-rpmh-clk";
#clock-cells = <1>;
};
&apps_rsc {
rpmhcc: clock-controller {
compatible = "qcom,waipio-rpmh-clk";
#clock-cells = <1>;
};
};