Browse Source

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 <robh@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Michael Ellerman <mpe@ellerman.id.au>
Cc: linuxppc-dev@lists.ozlabs.org
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Rob Herring 7 years ago
parent
commit
78e5dfea84
41 changed files with 41 additions and 41 deletions
  1. 1 1
      arch/powerpc/boot/dts/acadia.dts
  2. 1 1
      arch/powerpc/boot/dts/adder875-redboot.dts
  3. 1 1
      arch/powerpc/boot/dts/adder875-uboot.dts
  4. 1 1
      arch/powerpc/boot/dts/akebono.dts
  5. 1 1
      arch/powerpc/boot/dts/amigaone.dts
  6. 1 1
      arch/powerpc/boot/dts/asp834x-redboot.dts
  7. 1 1
      arch/powerpc/boot/dts/bamboo.dts
  8. 1 1
      arch/powerpc/boot/dts/c2k.dts
  9. 1 1
      arch/powerpc/boot/dts/currituck.dts
  10. 1 1
      arch/powerpc/boot/dts/ebony.dts
  11. 1 1
      arch/powerpc/boot/dts/eiger.dts
  12. 1 1
      arch/powerpc/boot/dts/ep405.dts
  13. 1 1
      arch/powerpc/boot/dts/fsl/mvme7100.dts
  14. 1 1
      arch/powerpc/boot/dts/fsp2.dts
  15. 1 1
      arch/powerpc/boot/dts/holly.dts
  16. 1 1
      arch/powerpc/boot/dts/hotfoot.dts
  17. 1 1
      arch/powerpc/boot/dts/icon.dts
  18. 1 1
      arch/powerpc/boot/dts/iss4xx-mpic.dts
  19. 1 1
      arch/powerpc/boot/dts/iss4xx.dts
  20. 1 1
      arch/powerpc/boot/dts/katmai.dts
  21. 1 1
      arch/powerpc/boot/dts/klondike.dts
  22. 1 1
      arch/powerpc/boot/dts/ksi8560.dts
  23. 1 1
      arch/powerpc/boot/dts/media5200.dts
  24. 1 1
      arch/powerpc/boot/dts/mpc8272ads.dts
  25. 1 1
      arch/powerpc/boot/dts/mpc866ads.dts
  26. 1 1
      arch/powerpc/boot/dts/mpc885ads.dts
  27. 1 1
      arch/powerpc/boot/dts/mvme5100.dts
  28. 1 1
      arch/powerpc/boot/dts/obs600.dts
  29. 1 1
      arch/powerpc/boot/dts/pq2fads.dts
  30. 1 1
      arch/powerpc/boot/dts/rainier.dts
  31. 1 1
      arch/powerpc/boot/dts/redwood.dts
  32. 1 1
      arch/powerpc/boot/dts/sam440ep.dts
  33. 1 1
      arch/powerpc/boot/dts/sequoia.dts
  34. 1 1
      arch/powerpc/boot/dts/storcenter.dts
  35. 1 1
      arch/powerpc/boot/dts/taishan.dts
  36. 1 1
      arch/powerpc/boot/dts/virtex440-ml507.dts
  37. 1 1
      arch/powerpc/boot/dts/virtex440-ml510.dts
  38. 1 1
      arch/powerpc/boot/dts/walnut.dts
  39. 1 1
      arch/powerpc/boot/dts/warp.dts
  40. 1 1
      arch/powerpc/boot/dts/xpedite5200_xmon.dts
  41. 1 1
      arch/powerpc/boot/dts/yosemite.dts

+ 1 - 1
arch/powerpc/boot/dts/acadia.dts

@@ -219,6 +219,6 @@
 	};
 
 	chosen {
-		linux,stdout-path = "/plb/opb/serial@ef600300";
+		stdout-path = "/plb/opb/serial@ef600300";
 	};
 };

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

@@ -178,6 +178,6 @@
 	};
 
 	chosen {
-		linux,stdout-path = &console;
+		stdout-path = &console;
 	};
 };

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

@@ -177,6 +177,6 @@
 	};
 
 	chosen {
-		linux,stdout-path = &console;
+		stdout-path = &console;
 	};
 };

+ 1 - 1
arch/powerpc/boot/dts/akebono.dts

@@ -410,6 +410,6 @@
 	};
 
 	chosen {
-		linux,stdout-path = &UART0;
+		stdout-path = &UART0;
 	};
 };

+ 1 - 1
arch/powerpc/boot/dts/amigaone.dts

@@ -168,6 +168,6 @@
 	};
 
 	chosen {
-		linux,stdout-path = "/pci@80000000/isa@7/serial@3f8";
+		stdout-path = "/pci@80000000/isa@7/serial@3f8";
 	};
 };

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

@@ -304,7 +304,7 @@
 
 	chosen {
 		bootargs = "console=ttyS0,38400 root=/dev/mtdblock3 rootfstype=jffs2";
-		linux,stdout-path = &serial0;
+		stdout-path = &serial0;
 	};
 
 };

+ 1 - 1
arch/powerpc/boot/dts/bamboo.dts

@@ -295,6 +295,6 @@
 	};
 
 	chosen {
-		linux,stdout-path = "/plb/opb/serial@ef600300";
+		stdout-path = "/plb/opb/serial@ef600300";
 	};
 };

+ 1 - 1
arch/powerpc/boot/dts/c2k.dts

@@ -361,6 +361,6 @@
 		};
 	};
 	chosen {
-		linux,stdout-path = &MPSC0;
+		stdout-path = &MPSC0;
 	};
 };

+ 1 - 1
arch/powerpc/boot/dts/currituck.dts

@@ -237,6 +237,6 @@
 	};
 
 	chosen {
-		linux,stdout-path = &UART0;
+		stdout-path = &UART0;
 	};
 };

+ 1 - 1
arch/powerpc/boot/dts/ebony.dts

@@ -332,6 +332,6 @@
 	};
 
 	chosen {
-		linux,stdout-path = "/plb/opb/serial@40000200";
+		stdout-path = "/plb/opb/serial@40000200";
 	};
 };

+ 1 - 1
arch/powerpc/boot/dts/eiger.dts

@@ -421,7 +421,7 @@
 
 	};
 	chosen {
-		linux,stdout-path = "/plb/opb/serial@ef600200";
+		stdout-path = "/plb/opb/serial@ef600200";
 	};
 
 };

+ 1 - 1
arch/powerpc/boot/dts/ep405.dts

@@ -225,6 +225,6 @@
 	};
 
 	chosen {
-		linux,stdout-path = "/plb/opb/serial@ef600300";
+		stdout-path = "/plb/opb/serial@ef600300";
 	};
 };

+ 1 - 1
arch/powerpc/boot/dts/fsl/mvme7100.dts

@@ -146,7 +146,7 @@
 	};
 
 	chosen {
-		linux,stdout-path = &serial0;
+		stdout-path = &serial0;
 	};
 };
 

+ 1 - 1
arch/powerpc/boot/dts/fsp2.dts

@@ -607,7 +607,7 @@
 	};
 
 	chosen {
-		linux,stdout-path = "/plb/opb/serial@b0020000";
+		stdout-path = "/plb/opb/serial@b0020000";
 		bootargs = "console=ttyS0,115200 rw log_buf_len=32768 debug";
 	};
 };

+ 1 - 1
arch/powerpc/boot/dts/holly.dts

@@ -191,6 +191,6 @@
 	};
 
 	chosen {
-		linux,stdout-path = "/tsi109@c0000000/serial@7808";
+		stdout-path = "/tsi109@c0000000/serial@7808";
 	};
 };

+ 1 - 1
arch/powerpc/boot/dts/hotfoot.dts

@@ -291,6 +291,6 @@
 	};
 
 	chosen {
-		linux,stdout-path = &UART0;
+		stdout-path = &UART0;
 	};
 };

+ 1 - 1
arch/powerpc/boot/dts/icon.dts

@@ -442,6 +442,6 @@
 	};
 
 	chosen {
-		linux,stdout-path = "/plb/opb/serial@f0000200";
+		stdout-path = "/plb/opb/serial@f0000200";
 	};
 };

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

@@ -150,6 +150,6 @@
 	};
 
 	chosen {
-		linux,stdout-path = "/plb/opb/serial@40000200";
+		stdout-path = "/plb/opb/serial@40000200";
 	};
 };

+ 1 - 1
arch/powerpc/boot/dts/iss4xx.dts

@@ -111,6 +111,6 @@
 	};
 
 	chosen {
-		linux,stdout-path = "/plb/opb/serial@40000200";
+		stdout-path = "/plb/opb/serial@40000200";
 	};
 };

+ 1 - 1
arch/powerpc/boot/dts/katmai.dts

@@ -505,6 +505,6 @@
 	};
 
 	chosen {
-		linux,stdout-path = "/plb/opb/serial@f0000200";
+		stdout-path = "/plb/opb/serial@f0000200";
 	};
 };

+ 1 - 1
arch/powerpc/boot/dts/klondike.dts

@@ -222,6 +222,6 @@
 	};
 
 	chosen {
-		linux,stdout-path = "/plb/opb/serial@50001000";
+		stdout-path = "/plb/opb/serial@50001000";
 	};
 };

+ 1 - 1
arch/powerpc/boot/dts/ksi8560.dts

@@ -339,6 +339,6 @@
 
 
 	chosen {
-		linux,stdout-path = "/soc/cpm/serial@91a00";
+		stdout-path = "/soc/cpm/serial@91a00";
 	};
 };

+ 1 - 1
arch/powerpc/boot/dts/media5200.dts

@@ -25,7 +25,7 @@
 	};
 
 	chosen {
-		linux,stdout-path = &console;
+		stdout-path = &console;
 	};
 
 	cpus {

+ 1 - 1
arch/powerpc/boot/dts/mpc8272ads.dts

@@ -262,6 +262,6 @@
 	};
 
 	chosen {
-		linux,stdout-path = "/soc/cpm/serial@11a00";
+		stdout-path = "/soc/cpm/serial@11a00";
 	};
 };

+ 1 - 1
arch/powerpc/boot/dts/mpc866ads.dts

@@ -185,6 +185,6 @@
 	};
 
 	chosen {
-		linux,stdout-path = "/soc/cpm/serial@a80";
+		stdout-path = "/soc/cpm/serial@a80";
 	};
 };

+ 1 - 1
arch/powerpc/boot/dts/mpc885ads.dts

@@ -227,6 +227,6 @@
 	};
 
 	chosen {
-		linux,stdout-path = "/soc/cpm/serial@a80";
+		stdout-path = "/soc/cpm/serial@a80";
 	};
 };

+ 1 - 1
arch/powerpc/boot/dts/mvme5100.dts

@@ -179,7 +179,7 @@
 	};
 
 	chosen {
-		linux,stdout-path = &serial0;
+		stdout-path = &serial0;
         };
 
 };

+ 1 - 1
arch/powerpc/boot/dts/obs600.dts

@@ -309,6 +309,6 @@
 		};
 	};
         chosen {
-                linux,stdout-path = "/plb/opb/serial@ef600200";
+                stdout-path = "/plb/opb/serial@ef600200";
         };
 };

+ 1 - 1
arch/powerpc/boot/dts/pq2fads.dts

@@ -242,6 +242,6 @@
 	};
 
 	chosen {
-		linux,stdout-path = "/soc/cpm/serial@11a00";
+		stdout-path = "/soc/cpm/serial@11a00";
 	};
 };

+ 1 - 1
arch/powerpc/boot/dts/rainier.dts

@@ -344,7 +344,7 @@
 	};
 
 	chosen {
-		linux,stdout-path = "/plb/opb/serial@ef600300";
+		stdout-path = "/plb/opb/serial@ef600300";
 		bootargs = "console=ttyS0,115200";
 	};
 };

+ 1 - 1
arch/powerpc/boot/dts/redwood.dts

@@ -381,7 +381,7 @@
 
 
 	chosen {
-		linux,stdout-path = "/plb/opb/serial@ef600200";
+		stdout-path = "/plb/opb/serial@ef600200";
 	};
 
 };

+ 1 - 1
arch/powerpc/boot/dts/sam440ep.dts

@@ -288,6 +288,6 @@
 	};
 
 	chosen {
-		linux,stdout-path = "/plb/opb/serial@ef600300";
+		stdout-path = "/plb/opb/serial@ef600300";
 	};
 };

+ 1 - 1
arch/powerpc/boot/dts/sequoia.dts

@@ -406,7 +406,7 @@
 	};
 
 	chosen {
-		linux,stdout-path = "/plb/opb/serial@ef600300";
+		stdout-path = "/plb/opb/serial@ef600300";
 		bootargs = "console=ttyS0,115200";
 	};
 };

+ 1 - 1
arch/powerpc/boot/dts/storcenter.dts

@@ -137,6 +137,6 @@
 	};
 
 	chosen {
-		linux,stdout-path = &serial0;
+		stdout-path = &serial0;
 	};
 };

+ 1 - 1
arch/powerpc/boot/dts/taishan.dts

@@ -422,6 +422,6 @@
 	};
 
 	chosen {
-		linux,stdout-path = "/plb/opb/serial@40000300";
+		stdout-path = "/plb/opb/serial@40000300";
 	};
 };

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

@@ -32,7 +32,7 @@
 	} ;
 	chosen {
 		bootargs = "console=ttyS0 root=/dev/ram";
-		linux,stdout-path = &RS232_Uart_1;
+		stdout-path = &RS232_Uart_1;
 	} ;
 	cpus {
 		#address-cells = <1>;

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

@@ -26,7 +26,7 @@
 	} ;
 	chosen {
 		bootargs = "console=ttyS0 root=/dev/ram";
-		linux,stdout-path = "/plb@0/serial@83e00000";
+		stdout-path = "/plb@0/serial@83e00000";
 	} ;
 	cpus {
 		#address-cells = <1>;

+ 1 - 1
arch/powerpc/boot/dts/walnut.dts

@@ -241,6 +241,6 @@
 	};
 
 	chosen {
-		linux,stdout-path = "/plb/opb/serial@ef600300";
+		stdout-path = "/plb/opb/serial@ef600300";
 	};
 };

+ 1 - 1
arch/powerpc/boot/dts/warp.dts

@@ -304,6 +304,6 @@
 	};
 
 	chosen {
-		linux,stdout-path = "/plb/opb/serial@ef600300";
+		stdout-path = "/plb/opb/serial@ef600300";
 	};
 };

+ 1 - 1
arch/powerpc/boot/dts/xpedite5200_xmon.dts

@@ -503,6 +503,6 @@
 
 	/* Needed for dtbImage boot wrapper compatibility */
 	chosen {
-		linux,stdout-path = &serial0;
+		stdout-path = &serial0;
 	};
 };

+ 1 - 1
arch/powerpc/boot/dts/yosemite.dts

@@ -327,6 +327,6 @@
 	};
 
 	chosen {
-		linux,stdout-path = "/plb/opb/serial@ef600300";
+		stdout-path = "/plb/opb/serial@ef600300";
 	};
 };