Skip to content

Commit 7acc119

Browse files
committed
tests: regulator fix i2c.dtsi
regulator fix i2c.dtsi format Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
1 parent df8b43d commit 7acc119

File tree

1 file changed

+42
-0
lines changed
  • tests/drivers/build_all/regulator

1 file changed

+42
-0
lines changed

tests/drivers/build_all/regulator/i2c.dtsi

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@ pca9420@0 {
1313
reg = <0x0>;
1414

1515
BUCK1 {};
16+
1617
BUCK2 {};
18+
1719
LDO1 {};
20+
1821
LDO2 {};
1922
};
2023

@@ -26,10 +29,15 @@ npm6001@1 {
2629
compatible = "nordic,npm6001-regulator";
2730

2831
BUCK0 {};
32+
2933
BUCK1 {};
34+
3035
BUCK2 {};
36+
3137
BUCK3 {};
38+
3239
LDO0 {};
40+
3341
LDO1 {};
3442
};
3543
};
@@ -42,8 +50,11 @@ npm1300@2 {
4250
compatible = "nordic,npm1300-regulator";
4351

4452
BUCK1 {};
53+
4554
BUCK2 {};
55+
4656
LDO1 {};
57+
4758
LDO2 {};
4859
};
4960
};
@@ -56,6 +67,7 @@ apd356x@3 {
5667
compatible = "adi,adp5360-regulator";
5768

5869
BUCK {};
70+
5971
BUCKBOOST {};
6072
};
6173
};
@@ -68,11 +80,17 @@ axp192@4 {
6880
compatible = "x-powers,axp192-regulator";
6981

7082
DCDC1 {};
83+
7184
DCDC2 {};
85+
7286
DCDC3 {};
87+
7388
LDOIO0 {};
89+
7490
LDO1 {};
91+
7592
LDO2 {};
93+
7694
LDO3 {};
7795
};
7896
};
@@ -85,18 +103,31 @@ axp2101@7 {
85103
compatible = "x-powers,axp2101-regulator";
86104

87105
DCDC1 {};
106+
88107
DCDC2 {};
108+
89109
DCDC3 {};
110+
90111
DCDC4 {};
112+
91113
DCDC5 {};
114+
92115
ALDO1 {};
116+
93117
ALDO2 {};
118+
94119
ALDO3 {};
120+
95121
ALDO4 {};
122+
96123
BLDO1 {};
124+
97125
BLDO2 {};
126+
98127
CPUSLDO {};
128+
99129
DLDO1 {};
130+
100131
DLDO2 {};
101132
};
102133
};
@@ -109,9 +140,13 @@ max20335@5 {
109140
compatible = "maxim,max20335-regulator";
110141

111142
BUCK1 {};
143+
112144
BUCK2 {};
145+
113146
LDO1 {};
147+
114148
LDO2 {};
149+
115150
LDO3 {};
116151
};
117152
};
@@ -128,8 +163,11 @@ mpm54304@7 {
128163
reg = <0x7>;
129164

130165
BUCK1 {};
166+
131167
BUCK2 {};
168+
132169
BUCK3 {};
170+
133171
BUCK4 {};
134172
};
135173

@@ -141,6 +179,7 @@ npm2100@8 {
141179
compatible = "nordic,npm2100-regulator";
142180

143181
BOOST {};
182+
144183
LDOSW {};
145184
};
146185
};
@@ -153,8 +192,11 @@ npm1304@9 {
153192
compatible = "nordic,npm1304-regulator";
154193

155194
BUCK1 {};
195+
156196
BUCK2 {};
197+
157198
LDO1 {};
199+
158200
LDO2 {};
159201
};
160202
};

0 commit comments

Comments
 (0)