From fefc9206b37af6cbab17cfe6201910729f97529c Mon Sep 17 00:00:00 2001 From: Vivek Aknurwar Date: Wed, 1 Nov 2023 19:51:49 -0700 Subject: [PATCH] ARM: dts: msm: Add gcc qcom-dummycc support for TVM on sun For upstream and tvm qup common driver uses gcc phandles which are common in dt and to avoid qup driver probe failure qcom-dummycc is added as they are nop. This helps in avoiding additional logic in qup driver to not conditionalize based on variant. Change-Id: Ie91b01b583a4482d8fa5e6eb2922a8e914876657 Signed-off-by: Vivek Aknurwar --- qcom/sun-vm.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/qcom/sun-vm.dtsi b/qcom/sun-vm.dtsi index f7ed5d18..325314ed 100644 --- a/qcom/sun-vm.dtsi +++ b/qcom/sun-vm.dtsi @@ -168,6 +168,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>; + }; + vm_tlmm_irq: vm-tlmm-irq@0 { compatible = "qcom,tlmm-vm-irq"; reg = <0x0 0x0>;