diff options
author | Souradeep Chowdhury <quic_schowdhu@quicinc.com> | 2022-12-27 20:52:50 +0530 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2022-12-28 11:24:34 -0600 |
commit | add74cad7c9d1bf59d41b229852f3ebe0be4a84f (patch) | |
tree | 340b883a292b047b77155adffdeb3ad9b248b0e0 | |
parent | 029d6586dc2d1d10e9df3962633e29e145d764ec (diff) | |
download | lwn-add74cad7c9d1bf59d41b229852f3ebe0be4a84f.tar.gz lwn-add74cad7c9d1bf59d41b229852f3ebe0be4a84f.zip |
arm64: dts: qcom: sc7180: Add Data Capture and Compare(DCC) support node
Add the DCC(Data Capture and Compare) device tree node entry along with
the address of the register region.
Signed-off-by: Souradeep Chowdhury <quic_schowdhu@quicinc.com>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/08e8dc0f58145915f19d953c487a0df20a1ced1f.1672148732.git.quic_schowdhu@quicinc.com
-rw-r--r-- | arch/arm64/boot/dts/qcom/sc7180.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/sc7180.dtsi b/arch/arm64/boot/dts/qcom/sc7180.dtsi index 94b35bb65083..773f182edc26 100644 --- a/arch/arm64/boot/dts/qcom/sc7180.dtsi +++ b/arch/arm64/boot/dts/qcom/sc7180.dtsi @@ -2128,6 +2128,12 @@ #power-domain-cells = <1>; }; + dma@10a2000 { + compatible = "qcom,sc7180-dcc", "qcom,dcc"; + reg = <0x0 0x010a2000 0x0 0x1000>, + <0x0 0x010ae000 0x0 0x2000>; + }; + stm@6002000 { compatible = "arm,coresight-stm", "arm,primecell"; reg = <0 0x06002000 0 0x1000>, |