blob: e66a4c1c138fe82dcdd652d4d56a8f4583f660cb (
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
|
// SPDX-License-Identifier: GPL-2.0+ OR MIT
/*
* Apple iPad Pro (12.9-inch)
*
* This file contains parts common to iPad Pro (12.9-inch).
*
* target-type: J98a, J99a
*
* Copyright (c) 2024, Nick Chan <towinchenmi@gmail.com>
*/
&ps_dcs4 {
apple,always-on; /* LPDDR4 interface */
};
&ps_dcs5 {
apple,always-on; /* LPDDR4 interface */
};
&ps_dcs6 {
apple,always-on; /* LPDDR4 interface */
};
&ps_dcs7 {
apple,always-on; /* LPDDR4 interface */
};
|