summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/qcom-ipq8064.dtsi
diff options
context:
space:
mode:
authorChristian Marangi <ansuelsmth@gmail.com>2023-01-16 23:47:48 +0300
committerBjorn Andersson <andersson@kernel.org>2023-03-16 02:41:09 +0300
commitb74ca4a0e3043af06819905306e05189f337466a (patch)
tree5d721ac8a08a1c3c55881f93cf9fcdde77b8e721 /arch/arm/boot/dts/qcom-ipq8064.dtsi
parent5d092236e0b0e154ca5f4f65d33eea504cc18578 (diff)
downloadlinux-b74ca4a0e3043af06819905306e05189f337466a.tar.xz
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
Diffstat (limited to 'arch/arm/boot/dts/qcom-ipq8064.dtsi')
-rw-r--r--arch/arm/boot/dts/qcom-ipq8064.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom-ipq8064.dtsi b/arch/arm/boot/dts/qcom-ipq8064.dtsi
index 52d77e105957..6e49b54f53d7 100644
--- a/arch/arm/boot/dts/qcom-ipq8064.dtsi
+++ b/arch/arm/boot/dts/qcom-ipq8064.dtsi
@@ -569,7 +569,7 @@
};
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";