From 5d3122681a759747b1604233cea70866e1064d93 Mon Sep 17 00:00:00 2001 From: Anaadi Mishra Date: Tue, 22 Oct 2024 14:45:39 +0530 Subject: [PATCH] ARM: dts: msm: Add gcc qcom-dummycc support for TVM on Kera For upstream and tvm, qup common driver uses gcc phandles which are common in dt and to avoid qup driver probe failure, add gcc qcom-dummycc support as they are nop. This helps in avoiding additional logic in qup driver to not conditionalize based on variant. Change-Id: I00c3c59116519822be0368511499874951d0d882 Signed-off-by: Anaadi Mishra --- qcom/kera-vm.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/qcom/kera-vm.dtsi b/qcom/kera-vm.dtsi index ba17e3a3..5ae595f2 100644 --- a/qcom/kera-vm.dtsi +++ b/qcom/kera-vm.dtsi @@ -205,6 +205,13 @@ ranges = <0 0 0 0xffffffff>; compatible = "simple-bus"; + gcc: clock-controller@100000 { + compatible = "qcom,dummycc"; + clock-output-names = "gcc_clocks"; + #clock-cells = <1>; + #reset-cells = <1>; + }; + virtio-mmio { wakeup-source; };