blob: 41170474658c9b487d48e40fbd712577fa55c5fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
// SPDX-License-Identifier: GPL-2.0
/*
* Copyright (C) 2018 MediaTek Inc.
*
* Author: Weijie Gao <weijie.gao@mediatek.com>
*/
&infracfg {
bootph-all;
};
&pericfg {
bootph-all;
};
&timer0 {
bootph-all;
};
&mcucfg {
bootph-all;
};
&dramc {
bootph-all;
};
&apmixedsys {
bootph-all;
};
&topckgen {
bootph-all;
};
&uart0 {
bootph-all;
};
&snfi {
bootph-all;
};
|