ARM: dts: msm: Enable the GCC clock driver on MSMCOBALT v2

Enable the linux clock driver support for peripheral
clocks on MSMCOBALT v2.

CRs-Fixed: 1015446
Change-Id: Ibf5a8d7b6bc484281f414dd8491845e509d80123
Signed-off-by: Deepak Katragadda <dkatraga@codeaurora.org>
This commit is contained in:
Deepak Katragadda 2016-05-13 13:37:46 -07:00 committed by Kyle Yan
parent 72ef1744e9
commit e46c4c92c5

View file

@ -23,3 +23,6 @@
qcom,msm-id = <292 0x20000>; qcom,msm-id = <292 0x20000>;
}; };
&clock_gcc {
compatible = "qcom,gcc-cobalt-v2";
};