blob: ee7a2df125ac297736e81216c7c3113d0a35bcb6 [file] [log] [blame]
Robin Pengfe02f712021-11-15 10:35:37 +08001// SPDX-License-Identifier: GPL-2.0-only
2/*
3 * Bluejay pmic settings.
4 *
5 * Copyright 2021 Google,LLC
6 */
7
8&s_ldo5_reg {
9 /* Enabled for MAG */
10 regulator-always-on;
11 regulator-initial-mode = <3>;
12};
13
14/* VSYS_PWR_DISPLAY */
15&ch2 {
16 rail-name = "VSEN_C1";
17};
18
19/* L15M_VDD_SLC_M */
20&ch3 {
21 rail-name = "LDO15M";
22};
23
24/* L9S_GNSS_CORE */
25&ch9 {
26 rail-name = "LDO9S";
27};
28
29/* L8S_UFS_VCCQ */
30&ch16 {
31 rail-name = "LDO8S";
32};
33
34&m_ext1_rail {
35 schematic-name = "VSYS_PWR_DISPLAY";
36 subsys-name = "Display";
37};
38
39&m_ext2_rail {
40 schematic-name = "VSEN_C2_NC";
41 subsys-name = "Spare";
42};
43
44&m_ext3_rail {
45 schematic-name = "VSEN_C3_NC";
46 subsys-name = "Spare";
47};
48
49&s_ext4_rail {
50 schematic-name = "VSEN_C4_NC";
51 subsys-name = "Spare";
52};
53
54&s_ext5_rail {
55 schematic-name = "VSEN_C5_NC";
56 subsys-name = "Spare";
57};
58
59&s_ext6_rail {
60 schematic-name = "VSEN_C6_NC";
61 subsys-name = "Spare";
62};