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 <quic_anaadim@quicinc.com>
This commit is contained in:
@@ -205,6 +205,13 @@
|
|||||||
ranges = <0 0 0 0xffffffff>;
|
ranges = <0 0 0 0xffffffff>;
|
||||||
compatible = "simple-bus";
|
compatible = "simple-bus";
|
||||||
|
|
||||||
|
gcc: clock-controller@100000 {
|
||||||
|
compatible = "qcom,dummycc";
|
||||||
|
clock-output-names = "gcc_clocks";
|
||||||
|
#clock-cells = <1>;
|
||||||
|
#reset-cells = <1>;
|
||||||
|
};
|
||||||
|
|
||||||
virtio-mmio {
|
virtio-mmio {
|
||||||
wakeup-source;
|
wakeup-source;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user