ARM: dts: msm: Support only dummy clocks for falcon/triton rumi

As RUMI platform does not require real clocks, add back dummy clocks for
this platform.

Change-Id: I774ffb1e55971ec8097994d1cfe664db5902a8ce
Signed-off-by: Taniya Das <tdas@codeaurora.org>
This commit is contained in:
Taniya Das 2016-11-14 10:46:38 +05:30 committed by Gerrit - the friendly Code Review server
parent 24d0c1f91e
commit 28fc7928ba
2 changed files with 10 additions and 0 deletions

View file

@ -57,3 +57,8 @@
status = "ok"; status = "ok";
}; };
&clock_gcc {
compatible = "qcom,dummycc";
clock-output-names = "gcc_clocks";
};

View file

@ -27,3 +27,8 @@
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&uart_console_active>; pinctrl-0 = <&uart_console_active>;
}; };
&clock_gcc {
compatible = "qcom,dummycc";
clock-output-names = "gcc_clocks";
};