summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSouradeep Chowdhury <quic_schowdhu@quicinc.com>2022-12-27 20:52:49 +0530
committerBjorn Andersson <andersson@kernel.org>2022-12-28 11:24:34 -0600
commit029d6586dc2d1d10e9df3962633e29e145d764ec (patch)
tree418d2bea00527c9af56ccd012de7d961af0e3c7b
parentd4b94c8244919742417c3a165ef73081de37ef3b (diff)
downloadlwn-029d6586dc2d1d10e9df3962633e29e145d764ec.tar.gz
lwn-029d6586dc2d1d10e9df3962633e29e145d764ec.zip
arm64: dts: qcom: sc7280: 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/88ef6053ee56eb0613040ea1fe33439934810330.1672148732.git.quic_schowdhu@quicinc.com
-rw-r--r--arch/arm64/boot/dts/qcom/sc7280.dtsi6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/sc7280.dtsi b/arch/arm64/boot/dts/qcom/sc7280.dtsi
index 1e19e5b66937..1fd2935ccd30 100644
--- a/arch/arm64/boot/dts/qcom/sc7280.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc7280.dtsi
@@ -2661,6 +2661,12 @@
#power-domain-cells = <1>;
};
+ dma@117f000 {
+ compatible = "qcom,sc7280-dcc", "qcom,dcc";
+ reg = <0x0 0x0117f000 0x0 0x1000>,
+ <0x0 0x01112000 0x0 0x6000>;
+ };
+
adreno_smmu: iommu@3da0000 {
compatible = "qcom,sc7280-smmu-500", "qcom,adreno-smmu", "arm,mmu-500";
reg = <0 0x03da0000 0 0x20000>;