From 917bbed7571e907207f8ba08603ddf4505cb9f93 Mon Sep 17 00:00:00 2001 From: Anaadi Mishra Date: Wed, 25 Sep 2024 11:03:36 +0530 Subject: [PATCH] ARM: dts: msm: Add gcc qcom-dummycc support for TVM on Tuna 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: I770a2a3c0e31138891b3e298ccff8e2934ae91a1 Signed-off-by: Anaadi Mishra --- qcom/tuna-vm.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/qcom/tuna-vm.dtsi b/qcom/tuna-vm.dtsi index 12ededd4..830368e7 100644 --- a/qcom/tuna-vm.dtsi +++ b/qcom/tuna-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; };