Skip to content

Commit 78e5dfe

Browse files
robherringmpe
authored andcommitted
powerpc: dts: replace 'linux,stdout-path' with 'stdout-path'
'linux,stdout-path' has been deprecated for some time in favor of 'stdout-path'. Now dtc will warn on occurrences of 'linux,stdout-path'. Search and replace all the of occurrences with 'stdout-path'. Signed-off-by: Rob Herring <[email protected]> Cc: Mark Rutland <[email protected]> Cc: Benjamin Herrenschmidt <[email protected]> Cc: Paul Mackerras <[email protected]> Cc: Michael Ellerman <[email protected]> Cc: [email protected] Signed-off-by: Michael Ellerman <[email protected]>
1 parent dd40c5b commit 78e5dfe

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+41
-41
lines changed

arch/powerpc/boot/dts/acadia.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,6 @@
219219
};
220220

221221
chosen {
222-
linux,stdout-path = "/plb/opb/serial@ef600300";
222+
stdout-path = "/plb/opb/serial@ef600300";
223223
};
224224
};

arch/powerpc/boot/dts/adder875-redboot.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,6 @@
178178
};
179179

180180
chosen {
181-
linux,stdout-path = &console;
181+
stdout-path = &console;
182182
};
183183
};

arch/powerpc/boot/dts/adder875-uboot.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,6 @@
177177
};
178178

179179
chosen {
180-
linux,stdout-path = &console;
180+
stdout-path = &console;
181181
};
182182
};

arch/powerpc/boot/dts/akebono.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,6 @@
410410
};
411411

412412
chosen {
413-
linux,stdout-path = &UART0;
413+
stdout-path = &UART0;
414414
};
415415
};

arch/powerpc/boot/dts/amigaone.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,6 @@
168168
};
169169

170170
chosen {
171-
linux,stdout-path = "/pci@80000000/isa@7/serial@3f8";
171+
stdout-path = "/pci@80000000/isa@7/serial@3f8";
172172
};
173173
};

arch/powerpc/boot/dts/asp834x-redboot.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@
304304

305305
chosen {
306306
bootargs = "console=ttyS0,38400 root=/dev/mtdblock3 rootfstype=jffs2";
307-
linux,stdout-path = &serial0;
307+
stdout-path = &serial0;
308308
};
309309

310310
};

arch/powerpc/boot/dts/bamboo.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,6 @@
295295
};
296296

297297
chosen {
298-
linux,stdout-path = "/plb/opb/serial@ef600300";
298+
stdout-path = "/plb/opb/serial@ef600300";
299299
};
300300
};

arch/powerpc/boot/dts/c2k.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,6 @@
361361
};
362362
};
363363
chosen {
364-
linux,stdout-path = &MPSC0;
364+
stdout-path = &MPSC0;
365365
};
366366
};

arch/powerpc/boot/dts/currituck.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,6 @@
237237
};
238238

239239
chosen {
240-
linux,stdout-path = &UART0;
240+
stdout-path = &UART0;
241241
};
242242
};

arch/powerpc/boot/dts/ebony.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,6 @@
332332
};
333333

334334
chosen {
335-
linux,stdout-path = "/plb/opb/serial@40000200";
335+
stdout-path = "/plb/opb/serial@40000200";
336336
};
337337
};

arch/powerpc/boot/dts/eiger.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@
421421

422422
};
423423
chosen {
424-
linux,stdout-path = "/plb/opb/serial@ef600200";
424+
stdout-path = "/plb/opb/serial@ef600200";
425425
};
426426

427427
};

arch/powerpc/boot/dts/ep405.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,6 @@
225225
};
226226

227227
chosen {
228-
linux,stdout-path = "/plb/opb/serial@ef600300";
228+
stdout-path = "/plb/opb/serial@ef600300";
229229
};
230230
};

arch/powerpc/boot/dts/fsl/mvme7100.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
};
147147

148148
chosen {
149-
linux,stdout-path = &serial0;
149+
stdout-path = &serial0;
150150
};
151151
};
152152

arch/powerpc/boot/dts/fsp2.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@
607607
};
608608

609609
chosen {
610-
linux,stdout-path = "/plb/opb/serial@b0020000";
610+
stdout-path = "/plb/opb/serial@b0020000";
611611
bootargs = "console=ttyS0,115200 rw log_buf_len=32768 debug";
612612
};
613613
};

arch/powerpc/boot/dts/holly.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,6 @@
191191
};
192192

193193
chosen {
194-
linux,stdout-path = "/tsi109@c0000000/serial@7808";
194+
stdout-path = "/tsi109@c0000000/serial@7808";
195195
};
196196
};

arch/powerpc/boot/dts/hotfoot.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,6 @@
291291
};
292292

293293
chosen {
294-
linux,stdout-path = &UART0;
294+
stdout-path = &UART0;
295295
};
296296
};

arch/powerpc/boot/dts/icon.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,6 @@
442442
};
443443

444444
chosen {
445-
linux,stdout-path = "/plb/opb/serial@f0000200";
445+
stdout-path = "/plb/opb/serial@f0000200";
446446
};
447447
};

arch/powerpc/boot/dts/iss4xx-mpic.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,6 @@
150150
};
151151

152152
chosen {
153-
linux,stdout-path = "/plb/opb/serial@40000200";
153+
stdout-path = "/plb/opb/serial@40000200";
154154
};
155155
};

arch/powerpc/boot/dts/iss4xx.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,6 @@
111111
};
112112

113113
chosen {
114-
linux,stdout-path = "/plb/opb/serial@40000200";
114+
stdout-path = "/plb/opb/serial@40000200";
115115
};
116116
};

arch/powerpc/boot/dts/katmai.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,6 @@
505505
};
506506

507507
chosen {
508-
linux,stdout-path = "/plb/opb/serial@f0000200";
508+
stdout-path = "/plb/opb/serial@f0000200";
509509
};
510510
};

arch/powerpc/boot/dts/klondike.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,6 @@
222222
};
223223

224224
chosen {
225-
linux,stdout-path = "/plb/opb/serial@50001000";
225+
stdout-path = "/plb/opb/serial@50001000";
226226
};
227227
};

arch/powerpc/boot/dts/ksi8560.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,6 @@
339339

340340

341341
chosen {
342-
linux,stdout-path = "/soc/cpm/serial@91a00";
342+
stdout-path = "/soc/cpm/serial@91a00";
343343
};
344344
};

arch/powerpc/boot/dts/media5200.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
};
2626

2727
chosen {
28-
linux,stdout-path = &console;
28+
stdout-path = &console;
2929
};
3030

3131
cpus {

arch/powerpc/boot/dts/mpc8272ads.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,6 @@
262262
};
263263

264264
chosen {
265-
linux,stdout-path = "/soc/cpm/serial@11a00";
265+
stdout-path = "/soc/cpm/serial@11a00";
266266
};
267267
};

arch/powerpc/boot/dts/mpc866ads.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,6 @@
185185
};
186186

187187
chosen {
188-
linux,stdout-path = "/soc/cpm/serial@a80";
188+
stdout-path = "/soc/cpm/serial@a80";
189189
};
190190
};

arch/powerpc/boot/dts/mpc885ads.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,6 @@
227227
};
228228

229229
chosen {
230-
linux,stdout-path = "/soc/cpm/serial@a80";
230+
stdout-path = "/soc/cpm/serial@a80";
231231
};
232232
};

arch/powerpc/boot/dts/mvme5100.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
};
180180

181181
chosen {
182-
linux,stdout-path = &serial0;
182+
stdout-path = &serial0;
183183
};
184184

185185
};

arch/powerpc/boot/dts/obs600.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,6 @@
309309
};
310310
};
311311
chosen {
312-
linux,stdout-path = "/plb/opb/serial@ef600200";
312+
stdout-path = "/plb/opb/serial@ef600200";
313313
};
314314
};

arch/powerpc/boot/dts/pq2fads.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,6 @@
242242
};
243243

244244
chosen {
245-
linux,stdout-path = "/soc/cpm/serial@11a00";
245+
stdout-path = "/soc/cpm/serial@11a00";
246246
};
247247
};

arch/powerpc/boot/dts/rainier.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@
344344
};
345345

346346
chosen {
347-
linux,stdout-path = "/plb/opb/serial@ef600300";
347+
stdout-path = "/plb/opb/serial@ef600300";
348348
bootargs = "console=ttyS0,115200";
349349
};
350350
};

arch/powerpc/boot/dts/redwood.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@
381381

382382

383383
chosen {
384-
linux,stdout-path = "/plb/opb/serial@ef600200";
384+
stdout-path = "/plb/opb/serial@ef600200";
385385
};
386386

387387
};

arch/powerpc/boot/dts/sam440ep.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,6 @@
288288
};
289289

290290
chosen {
291-
linux,stdout-path = "/plb/opb/serial@ef600300";
291+
stdout-path = "/plb/opb/serial@ef600300";
292292
};
293293
};

arch/powerpc/boot/dts/sequoia.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@
406406
};
407407

408408
chosen {
409-
linux,stdout-path = "/plb/opb/serial@ef600300";
409+
stdout-path = "/plb/opb/serial@ef600300";
410410
bootargs = "console=ttyS0,115200";
411411
};
412412
};

arch/powerpc/boot/dts/storcenter.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,6 @@
137137
};
138138

139139
chosen {
140-
linux,stdout-path = &serial0;
140+
stdout-path = &serial0;
141141
};
142142
};

arch/powerpc/boot/dts/taishan.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,6 @@
422422
};
423423

424424
chosen {
425-
linux,stdout-path = "/plb/opb/serial@40000300";
425+
stdout-path = "/plb/opb/serial@40000300";
426426
};
427427
};

arch/powerpc/boot/dts/virtex440-ml507.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
} ;
3333
chosen {
3434
bootargs = "console=ttyS0 root=/dev/ram";
35-
linux,stdout-path = &RS232_Uart_1;
35+
stdout-path = &RS232_Uart_1;
3636
} ;
3737
cpus {
3838
#address-cells = <1>;

arch/powerpc/boot/dts/virtex440-ml510.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
} ;
2727
chosen {
2828
bootargs = "console=ttyS0 root=/dev/ram";
29-
linux,stdout-path = "/plb@0/serial@83e00000";
29+
stdout-path = "/plb@0/serial@83e00000";
3030
} ;
3131
cpus {
3232
#address-cells = <1>;

arch/powerpc/boot/dts/walnut.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,6 @@
241241
};
242242

243243
chosen {
244-
linux,stdout-path = "/plb/opb/serial@ef600300";
244+
stdout-path = "/plb/opb/serial@ef600300";
245245
};
246246
};

arch/powerpc/boot/dts/warp.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,6 @@
304304
};
305305

306306
chosen {
307-
linux,stdout-path = "/plb/opb/serial@ef600300";
307+
stdout-path = "/plb/opb/serial@ef600300";
308308
};
309309
};

arch/powerpc/boot/dts/xpedite5200_xmon.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,6 @@
503503

504504
/* Needed for dtbImage boot wrapper compatibility */
505505
chosen {
506-
linux,stdout-path = &serial0;
506+
stdout-path = &serial0;
507507
};
508508
};

arch/powerpc/boot/dts/yosemite.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,6 @@
327327
};
328328

329329
chosen {
330-
linux,stdout-path = "/plb/opb/serial@ef600300";
330+
stdout-path = "/plb/opb/serial@ef600300";
331331
};
332332
};

0 commit comments

Comments
 (0)