Merge "ARM: dts: msm: Support only dummy clocks for falcon/triton rumi"
This commit is contained in:
commit
4ca0cdc68e
2 changed files with 10 additions and 0 deletions
|
@ -57,3 +57,8 @@
|
|||
|
||||
status = "ok";
|
||||
};
|
||||
|
||||
&clock_gcc {
|
||||
compatible = "qcom,dummycc";
|
||||
clock-output-names = "gcc_clocks";
|
||||
};
|
||||
|
|
|
@ -27,3 +27,8 @@
|
|||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&uart_console_active>;
|
||||
};
|
||||
|
||||
&clock_gcc {
|
||||
compatible = "qcom,dummycc";
|
||||
clock-output-names = "gcc_clocks";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue