Skip to content

Commit 60a690d

Browse files
0xB0Dkona-jagadeesh
authored andcommitted
FROMLIST: arm64: dts: qcom: x1e80100: Add CAMCC block definition
Add the CAMCC block for x1e80100. The x1e80100 CAMCC block is an iteration of previous CAMCC blocks with the exception of having two required power-domains not just one. And update the compatible for camcc and videocc nodes on Purwa to match with their respective Purwa (X1P42100) specific drivers. [The camcc node in hamoa.dtsi of this patch is already included in qcom-6.18.y branch, so dropped it from this change] Link: https://lore.kernel.org/all/20260331-purwa-videocc-camcc-v3-6-6daca180a4b1@oss.qualcomm.com/ Reviewed-by: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Reviewed-by: Abel Vesa <abel.vesa@oss.qualcomm.com> Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> Signed-off-by: Jagadeesh Kona <jagadeesh.kona@oss.qualcomm.com>
1 parent da3241a commit 60a690d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/purwa.dtsi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
/* X1P42100 is heavily based on hamoa, with some meaningful differences */
77
#include "hamoa.dtsi"
88

9+
#include <dt-bindings/clock/qcom,x1p42100-videocc.h>
10+
911
/delete-node/ &bwmon_cluster0;
1012
/delete-node/ &cluster_pd2;
1113
/delete-node/ &cpu_map_cluster2;
@@ -34,10 +36,18 @@
3436
/delete-node/ &cluster2_rep_2_3;
3537
/delete-node/ &apss_funnel_in2;
3638

39+
&camcc {
40+
compatible = "qcom,x1p42100-camcc";
41+
};
42+
3743
&gcc {
3844
compatible = "qcom,x1p42100-gcc", "qcom,x1e80100-gcc";
3945
};
4046

47+
&videocc {
48+
compatible = "qcom,x1p42100-videocc";
49+
};
50+
4151
&gmu {
4252
compatible = "qcom,adreno-gmu-x145.0", "qcom,adreno-gmu";
4353
};

0 commit comments

Comments
 (0)