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; };