Skip to content

Commit

Permalink
arm64: dts: qcom: qcs404: Add turingcc node
Browse files Browse the repository at this point in the history
Add a node describing the Turing Clock Controller of the QCS404. Given
the default access restriction the node is left disabled.

Reviewed-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Andy Gross <agross@kernel.org>
  • Loading branch information
Bjorn Andersson authored and Andy Gross committed May 30, 2019
1 parent 45ea8f3 commit 0b0c339
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions arch/arm64/boot/dts/qcom/qcs404.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include <dt-bindings/interrupt-controller/arm-gic.h>
#include <dt-bindings/clock/qcom,gcc-qcs404.h>
#include <dt-bindings/clock/qcom,turingcc-qcs404.h>
#include <dt-bindings/clock/qcom,rpmcc.h>

/ {
Expand Down Expand Up @@ -272,6 +273,17 @@
ranges = <0 0 0 0xffffffff>;
compatible = "simple-bus";

turingcc: clock-controller@800000 {
compatible = "qcom,qcs404-turingcc";
reg = <0x00800000 0x30000>;
clocks = <&gcc GCC_CDSP_CFG_AHB_CLK>;

#clock-cells = <1>;
#reset-cells = <1>;

status = "disabled";
};

rpm_msg_ram: memory@60000 {
compatible = "qcom,rpm-msg-ram";
reg = <0x00060000 0x6000>;
Expand Down

0 comments on commit 0b0c339

Please sign in to comment.