c05564c4d8
Android 13
17 lines
226 B
Plaintext
Executable file
17 lines
226 B
Plaintext
Executable file
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (c) 2019 MediaTek Inc.
|
|
*/
|
|
|
|
&clkitg {
|
|
status = "okay";
|
|
bring-up {
|
|
compatible = "mediatek,clk-bring-up";
|
|
clocks =
|
|
/* MTCMOS */
|
|
|
|
/* CLOCK */
|
|
<&clk26m>;
|
|
};
|
|
};
|