]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: dts: sdm845: Add dispcc node
authorMatthias Kaehlcke <mka@chromium.org>
Fri, 3 Aug 2018 22:20:59 +0000 (15:20 -0700)
committerAndy Gross <andy.gross@linaro.org>
Thu, 13 Sep 2018 19:36:10 +0000 (14:36 -0500)
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>
arch/arm64/boot/dts/qcom/sdm845.dtsi

index c141e492a250f7110ffbdee8c1d35a820c63fadb..b72bdb0a31a571bb4f03da42c4370136fa0c071b 100644 (file)
@@ -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 @@ usb_2_dwc3: dwc3@a800000 {
                        };
                };
 
+               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 */