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 <quic_viveka@quicinc.com>
This commit is contained in:
committed by
Anil Veshala Veshala
parent
b9642d6a79
commit
fefc9206b3
@@ -168,6 +168,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>;
|
||||||
|
};
|
||||||
|
|
||||||
vm_tlmm_irq: vm-tlmm-irq@0 {
|
vm_tlmm_irq: vm-tlmm-irq@0 {
|
||||||
compatible = "qcom,tlmm-vm-irq";
|
compatible = "qcom,tlmm-vm-irq";
|
||||||
reg = <0x0 0x0>;
|
reg = <0x0 0x0>;
|
||||||
|
Reference in New Issue
Block a user