Skip to content

Commit b74ca4a

Browse files
Ansuelandersson
authored andcommitted
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: Christian Marangi <ansuelsmth@gmail.com> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230116204751.23045-5-ansuelsmth@gmail.com
1 parent 5d09223 commit b74ca4a

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

arch/arm/boot/dts/qcom-apq8064.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@
879879
};
880880

881881
l2cc: clock-controller@2011000 {
882-
compatible = "qcom,kpss-gcc", "syscon";
882+
compatible = "qcom,kpss-gcc-apq8064", "qcom,kpss-gcc", "syscon";
883883
reg = <0x2011000 0x1000>;
884884
};
885885

arch/arm/boot/dts/qcom-ipq8064.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@
569569
};
570570

571571
l2cc: clock-controller@2011000 {
572-
compatible = "qcom,kpss-gcc", "syscon";
572+
compatible = "qcom,kpss-gcc-ipq8064", "qcom,kpss-gcc", "syscon";
573573
reg = <0x02011000 0x1000>;
574574
clocks = <&gcc PLL8_VOTE>, <&pxo_board>;
575575
clock-names = "pll8_vote", "pxo";

arch/arm/boot/dts/qcom-mdm9615.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
};
117117

118118
l2cc: clock-controller@2011000 {
119-
compatible = "qcom,kpss-gcc", "syscon";
119+
compatible = "qcom,kpss-gcc-mdm9615", "qcom,kpss-gcc", "syscon";
120120
reg = <0x02011000 0x1000>;
121121
};
122122

arch/arm/boot/dts/qcom-msm8660.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@
473473
};
474474

475475
l2cc: clock-controller@2082000 {
476-
compatible = "qcom,kpss-gcc", "syscon";
476+
compatible = "qcom,kpss-gcc-msm8660", "qcom,kpss-gcc", "syscon";
477477
reg = <0x02082000 0x1000>;
478478
};
479479

arch/arm/boot/dts/qcom-msm8960.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
};
183183

184184
l2cc: clock-controller@2011000 {
185-
compatible = "qcom,kpss-gcc", "syscon";
185+
compatible = "qcom,kpss-gcc-msm8960", "qcom,kpss-gcc", "syscon";
186186
reg = <0x2011000 0x1000>;
187187
};
188188

0 commit comments

Comments
 (0)