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:
parent
24d0c1f91e
commit
28fc7928ba
2 changed files with 10 additions and 0 deletions
|
@ -57,3 +57,8 @@
|
||||||
|
|
||||||
status = "ok";
|
status = "ok";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&clock_gcc {
|
||||||
|
compatible = "qcom,dummycc";
|
||||||
|
clock-output-names = "gcc_clocks";
|
||||||
|
};
|
||||||
|
|
|
@ -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";
|
||||||
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue