summaryrefslogtreecommitdiffstats
path: root/arch/arm64
diff options
context:
space:
mode:
authorMatthias Kaehlcke2018-08-04 00:20:59 +0200
committerAndy Gross2018-09-13 21:36:10 +0200
commit40019e8452fe76867bdb2e7d5ca9f085fe0cd16b (patch)
tree7365975f0907e9c6f137a395559a39bd385f7c92 /arch/arm64
parentarm64: dts: qcom: sdm845: Add adsp, cdsp and slpi smp2p (diff)
downloadkernel-qcow2-linux-40019e8452fe76867bdb2e7d5ca9f085fe0cd16b.tar.gz
kernel-qcow2-linux-40019e8452fe76867bdb2e7d5ca9f085fe0cd16b.tar.xz
kernel-qcow2-linux-40019e8452fe76867bdb2e7d5ca9f085fe0cd16b.zip
arm64: dts: sdm845: Add dispcc node
This adds the display clock controller node to sdm845 based on the examples in the bindings. Signed-off-by: Matthias Kaehlcke <mka@chromium.org> Reviewed-by: Douglas Anderson <dianders@chromium.org> Signed-off-by: Andy Gross <andy.gross@linaro.org>
Diffstat (limited to 'arch/arm64')
-rw-r--r--arch/arm64/boot/dts/qcom/sdm845.dtsi9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi
index c141e492a250..b72bdb0a31a5 100644
--- a/arch/arm64/boot/dts/qcom/sdm845.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi
@@ -5,6 +5,7 @@
* Copyright (c) 2018, The Linux Foundation. All rights reserved.
*/
+#include <dt-bindings/clock/qcom,dispcc-sdm845.h>
#include <dt-bindings/clock/qcom,gcc-sdm845.h>
#include <dt-bindings/clock/qcom,rpmh.h>
#include <dt-bindings/interrupt-controller/arm-gic.h>
@@ -1247,6 +1248,14 @@
};
};
+ dispcc: clock-controller@af00000 {
+ compatible = "qcom,sdm845-dispcc";
+ reg = <0xaf00000 0x10000>;
+ #clock-cells = <1>;
+ #reset-cells = <1>;
+ #power-domain-cells = <1>;
+ };
+
tsens0: thermal-sensor@c263000 {
compatible = "qcom,sdm845-tsens", "qcom,tsens-v2";
reg = <0xc263000 0x1ff>, /* TM */