Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.19 26 lines 458 B view raw
1// SPDX-License-Identifier: GPL-2.0+ OR MIT 2/* 3 * Apple iPad Pro (12.9-inch) 4 * 5 * This file contains parts common to iPad Pro (12.9-inch). 6 * 7 * target-type: J98a, J99a 8 * 9 * Copyright (c) 2024, Nick Chan <towinchenmi@gmail.com> 10 */ 11 12&ps_dcs4 { 13 apple,always-on; /* LPDDR4 interface */ 14}; 15 16&ps_dcs5 { 17 apple,always-on; /* LPDDR4 interface */ 18}; 19 20&ps_dcs6 { 21 apple,always-on; /* LPDDR4 interface */ 22}; 23 24&ps_dcs7 { 25 apple,always-on; /* LPDDR4 interface */ 26};