Commit b74ca4a0 authored by Christian Marangi's avatar Christian Marangi Committed by Bjorn Andersson

ARM: dts: qcom: add per SoC compatible for qcom,kpss-gcc nodes

Add per Soc compatible for qcom,kpss-gcc nodes. While currently not used
by the kpss driver they can serve further customization and they are
required to be defined per Documentation schema.
Signed-off-by: default avatarChristian Marangi <ansuelsmth@gmail.com>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230116204751.23045-5-ansuelsmth@gmail.com
parent 5d092236
......@@ -879,7 +879,7 @@ mmcc: clock-controller@4000000 {
};
l2cc: clock-controller@2011000 {
compatible = "qcom,kpss-gcc", "syscon";
compatible = "qcom,kpss-gcc-apq8064", "qcom,kpss-gcc", "syscon";
reg = <0x2011000 0x1000>;
};
......
......@@ -569,7 +569,7 @@ IRQ_TYPE_EDGE_RISING)>,
};
l2cc: clock-controller@2011000 {
compatible = "qcom,kpss-gcc", "syscon";
compatible = "qcom,kpss-gcc-ipq8064", "qcom,kpss-gcc", "syscon";
reg = <0x02011000 0x1000>;
clocks = <&gcc PLL8_VOTE>, <&pxo_board>;
clock-names = "pll8_vote", "pxo";
......
......@@ -116,7 +116,7 @@ lcc: clock-controller@28000000 {
};
l2cc: clock-controller@2011000 {
compatible = "qcom,kpss-gcc", "syscon";
compatible = "qcom,kpss-gcc-mdm9615", "qcom,kpss-gcc", "syscon";
reg = <0x02011000 0x1000>;
};
......
......@@ -473,7 +473,7 @@ pm8058_led133: led@133 {
};
l2cc: clock-controller@2082000 {
compatible = "qcom,kpss-gcc", "syscon";
compatible = "qcom,kpss-gcc-msm8660", "qcom,kpss-gcc", "syscon";
reg = <0x02082000 0x1000>;
};
......
......@@ -182,7 +182,7 @@ clock-controller@4000000 {
};
l2cc: clock-controller@2011000 {
compatible = "qcom,kpss-gcc", "syscon";
compatible = "qcom,kpss-gcc-msm8960", "qcom,kpss-gcc", "syscon";
reg = <0x2011000 0x1000>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment