mirror of
https://github.com/torvalds/linux.git
synced 2026-08-04 14:27:00 +02:00
ARM: dts: qcom: add and fix clock configuration for kpss-gcc nodes
Add missing clock configuration by adding clocks, clock-names and #clock-cells bindings for each kpss-acc-v1 clock-controller node for apq8064 and msm8960 to reflect Documentation schema. Add missing #clock-cells binding and remove useless clock-output-names for ipq806x dtsi. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230116204751.23045-6-ansuelsmth@gmail.com
This commit is contained in:
parent
b74ca4a0e3
commit
a9e6d16ad4
|
|
@ -881,6 +881,9 @@ mmcc: clock-controller@4000000 {
|
|||
l2cc: clock-controller@2011000 {
|
||||
compatible = "qcom,kpss-gcc-apq8064", "qcom,kpss-gcc", "syscon";
|
||||
reg = <0x2011000 0x1000>;
|
||||
clocks = <&gcc PLL8_VOTE>, <&pxo_board>;
|
||||
clock-names = "pll8_vote", "pxo";
|
||||
#clock-cells = <0>;
|
||||
};
|
||||
|
||||
rpm: rpm@108000 {
|
||||
|
|
|
|||
|
|
@ -573,7 +573,7 @@ l2cc: clock-controller@2011000 {
|
|||
reg = <0x02011000 0x1000>;
|
||||
clocks = <&gcc PLL8_VOTE>, <&pxo_board>;
|
||||
clock-names = "pll8_vote", "pxo";
|
||||
clock-output-names = "acpu_l2_aux";
|
||||
#clock-cells = <0>;
|
||||
};
|
||||
|
||||
acc0: clock-controller@2088000 {
|
||||
|
|
|
|||
|
|
@ -184,6 +184,9 @@ clock-controller@4000000 {
|
|||
l2cc: clock-controller@2011000 {
|
||||
compatible = "qcom,kpss-gcc-msm8960", "qcom,kpss-gcc", "syscon";
|
||||
reg = <0x2011000 0x1000>;
|
||||
clocks = <&gcc PLL8_VOTE>, <&pxo_board>;
|
||||
clock-names = "pll8_vote", "pxo";
|
||||
#clock-cells = <0>;
|
||||
};
|
||||
|
||||
rpm: rpm@108000 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user