diff options
author | Matthias Kaehlcke <mka@chromium.org> | 2018-08-03 18:20:59 -0400 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2018-09-13 15:36:10 -0400 |
commit | 40019e8452fe76867bdb2e7d5ca9f085fe0cd16b (patch) | |
tree | 7365975f0907e9c6f137a395559a39bd385f7c92 | |
parent | 3debb1f30b09f8db4ddf70f74d5d9b5de1b5327c (diff) |
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>
-rw-r--r-- | arch/arm64/boot/dts/qcom/sdm845.dtsi | 9 |
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 @@ | |||
5 | * Copyright (c) 2018, The Linux Foundation. All rights reserved. | 5 | * Copyright (c) 2018, The Linux Foundation. All rights reserved. |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #include <dt-bindings/clock/qcom,dispcc-sdm845.h> | ||
8 | #include <dt-bindings/clock/qcom,gcc-sdm845.h> | 9 | #include <dt-bindings/clock/qcom,gcc-sdm845.h> |
9 | #include <dt-bindings/clock/qcom,rpmh.h> | 10 | #include <dt-bindings/clock/qcom,rpmh.h> |
10 | #include <dt-bindings/interrupt-controller/arm-gic.h> | 11 | #include <dt-bindings/interrupt-controller/arm-gic.h> |
@@ -1247,6 +1248,14 @@ | |||
1247 | }; | 1248 | }; |
1248 | }; | 1249 | }; |
1249 | 1250 | ||
1251 | dispcc: clock-controller@af00000 { | ||
1252 | compatible = "qcom,sdm845-dispcc"; | ||
1253 | reg = <0xaf00000 0x10000>; | ||
1254 | #clock-cells = <1>; | ||
1255 | #reset-cells = <1>; | ||
1256 | #power-domain-cells = <1>; | ||
1257 | }; | ||
1258 | |||
1250 | tsens0: thermal-sensor@c263000 { | 1259 | tsens0: thermal-sensor@c263000 { |
1251 | compatible = "qcom,sdm845-tsens", "qcom,tsens-v2"; | 1260 | compatible = "qcom,sdm845-tsens", "qcom,tsens-v2"; |
1252 | reg = <0xc263000 0x1ff>, /* TM */ | 1261 | reg = <0xc263000 0x1ff>, /* TM */ |