From af5a407f8430b4d92321e694d4727e644112ad41 Mon Sep 17 00:00:00 2001 From: Vivek Aknurwar Date: Fri, 15 Apr 2022 12:34:00 -0700 Subject: [PATCH] ARM: dts: msm: Add gcc qcom-dummycc support for TVM 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: I0a7019ef7e18abfdf9e98047e10aa54cba5fa975 --- qcom/kalama-vm.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/qcom/kalama-vm.dtsi b/qcom/kalama-vm.dtsi index 32ae1b42..2ba5ee27 100644 --- a/qcom/kalama-vm.dtsi +++ b/qcom/kalama-vm.dtsi @@ -272,6 +272,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>;