powerpc: dts: replace 'linux,stdout-path' with 'stdout-path'
authorRob Herring <robh@kernel.org>
Wed, 28 Feb 2018 22:44:06 +0000 (16:44 -0600)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 20 Mar 2018 05:47:54 +0000 (16:47 +1100)
'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>
41 files changed:
arch/powerpc/boot/dts/acadia.dts
arch/powerpc/boot/dts/adder875-redboot.dts
arch/powerpc/boot/dts/adder875-uboot.dts
arch/powerpc/boot/dts/akebono.dts
arch/powerpc/boot/dts/amigaone.dts
arch/powerpc/boot/dts/asp834x-redboot.dts
arch/powerpc/boot/dts/bamboo.dts
arch/powerpc/boot/dts/c2k.dts
arch/powerpc/boot/dts/currituck.dts
arch/powerpc/boot/dts/ebony.dts
arch/powerpc/boot/dts/eiger.dts
arch/powerpc/boot/dts/ep405.dts
arch/powerpc/boot/dts/fsl/mvme7100.dts
arch/powerpc/boot/dts/fsp2.dts
arch/powerpc/boot/dts/holly.dts
arch/powerpc/boot/dts/hotfoot.dts
arch/powerpc/boot/dts/icon.dts
arch/powerpc/boot/dts/iss4xx-mpic.dts
arch/powerpc/boot/dts/iss4xx.dts
arch/powerpc/boot/dts/katmai.dts
arch/powerpc/boot/dts/klondike.dts
arch/powerpc/boot/dts/ksi8560.dts
arch/powerpc/boot/dts/media5200.dts
arch/powerpc/boot/dts/mpc8272ads.dts
arch/powerpc/boot/dts/mpc866ads.dts
arch/powerpc/boot/dts/mpc885ads.dts
arch/powerpc/boot/dts/mvme5100.dts
arch/powerpc/boot/dts/obs600.dts
arch/powerpc/boot/dts/pq2fads.dts
arch/powerpc/boot/dts/rainier.dts
arch/powerpc/boot/dts/redwood.dts
arch/powerpc/boot/dts/sam440ep.dts
arch/powerpc/boot/dts/sequoia.dts
arch/powerpc/boot/dts/storcenter.dts
arch/powerpc/boot/dts/taishan.dts
arch/powerpc/boot/dts/virtex440-ml507.dts
arch/powerpc/boot/dts/virtex440-ml510.dts
arch/powerpc/boot/dts/walnut.dts
arch/powerpc/boot/dts/warp.dts
arch/powerpc/boot/dts/xpedite5200_xmon.dts
arch/powerpc/boot/dts/yosemite.dts

index 86266159521edac282d9130c497fae59dde25101..deb52e41ab84b2b9d5ce0a35261f02d5f74ce5ef 100644 (file)
        };
 
        chosen {
-               linux,stdout-path = "/plb/opb/serial@ef600300";
+               stdout-path = "/plb/opb/serial@ef600300";
        };
 };
index 083984720b2f624cd4fcf5bf3c6cb5f39364c8bc..7f5ff416848297c9325e5a63ea0f2c53329b2cf7 100644 (file)
        };
 
        chosen {
-               linux,stdout-path = &console;
+               stdout-path = &console;
        };
 };
index e4554caf8f8d3b6a40ba27ac8a02c67a39abf724..bd9f33c57737c575e3ea9110aa449126e56be1ec 100644 (file)
        };
 
        chosen {
-               linux,stdout-path = &console;
+               stdout-path = &console;
        };
 };
index 746779202a122b3b504a8c751eff8ba7269f18ce..8a7a10139bc9fdc05869a6b68dbec8f3e30c7680 100644 (file)
        };
 
        chosen {
-               linux,stdout-path = &UART0;
+               stdout-path = &UART0;
        };
 };
index 49ac36b16dd78d6b4e68ccfac530602d719ef20e..712430155b995786d22b936a9ff4aff3e0146c26 100644 (file)
        };
 
        chosen {
-               linux,stdout-path = "/pci@80000000/isa@7/serial@3f8";
+               stdout-path = "/pci@80000000/isa@7/serial@3f8";
        };
 };
index 9198745f45fb745fba31d8ccfb241ae22853685b..e987b5af9326d6ee2e94c03657b253ecd3a86a07 100644 (file)
 
        chosen {
                bootargs = "console=ttyS0,38400 root=/dev/mtdblock3 rootfstype=jffs2";
-               linux,stdout-path = &serial0;
+               stdout-path = &serial0;
        };
 
 };
index aa68911f6560a21449d19c283d0c0388016c5429..538e42b1120d861b28385bdf6468ba4c0a1e0b2c 100644 (file)
        };
 
        chosen {
-               linux,stdout-path = "/plb/opb/serial@ef600300";
+               stdout-path = "/plb/opb/serial@ef600300";
        };
 };
index 27f169e3ade947a769e74bb34c0d8e07acd5cec4..c5beb72d18b7accca1334487890e0165d1c0b6e3 100644 (file)
                };
        };
        chosen {
-               linux,stdout-path = &MPSC0;
+               stdout-path = &MPSC0;
        };
 };
index f2ad5815f08d7a241e89dc1c03bb6960448bd486..a04a4fcfde637937dbe21ae19e6a0ea0e55c27d2 100644 (file)
        };
 
        chosen {
-               linux,stdout-path = &UART0;
+               stdout-path = &UART0;
        };
 };
index ec2d142291b4981028f7af4bcfa23cb1cdeef3b7..5d11e6ea74050b2bc62fee34f89c88413a516673 100644 (file)
        };
 
        chosen {
-               linux,stdout-path = "/plb/opb/serial@40000200";
+               stdout-path = "/plb/opb/serial@40000200";
        };
 };
index 48bcf7187924a3565e4777ac968ad98f6528c44d..7a1231d9d6f04cb66f6e7f6917013819364601c6 100644 (file)
 
        };
        chosen {
-               linux,stdout-path = "/plb/opb/serial@ef600200";
+               stdout-path = "/plb/opb/serial@ef600200";
        };
 
 };
index 53ef06cc213401680a4c9fe5c814b9a2cc411172..4ac9c5ab6e6b89a6d18754990141b530abf3fad9 100644 (file)
        };
 
        chosen {
-               linux,stdout-path = "/plb/opb/serial@ef600300";
+               stdout-path = "/plb/opb/serial@ef600300";
        };
 };
index e2d306ad37a6a4c2feb2b113f0773b8ecd6c3190..721cb53758ae5dc0e17fb0b15068eb40f1e4cd58 100644 (file)
        };
 
        chosen {
-               linux,stdout-path = &serial0;
+               stdout-path = &serial0;
        };
 };
 
index 6560283c5aecd55b48671bffd1e1567e261cc619..9311b86b1bd9ec8c87bab88b59b1ea82cba62dd8 100644 (file)
        };
 
        chosen {
-               linux,stdout-path = "/plb/opb/serial@b0020000";
+               stdout-path = "/plb/opb/serial@b0020000";
                bootargs = "console=ttyS0,115200 rw log_buf_len=32768 debug";
        };
 };
index 43e6f0c8e44908db71119429495946b788595bfb..02bd304c7d3854de6c8a9c1097a9506d2569fa25 100644 (file)
        };
 
        chosen {
-               linux,stdout-path = "/tsi109@c0000000/serial@7808";
+               stdout-path = "/tsi109@c0000000/serial@7808";
        };
 };
index 71d3bb4931dc05cc3e70d801bd32071692357afd..b93bf2d9dd5bea02bb259d76daf696bda2204a3a 100644 (file)
        };
 
        chosen {
-               linux,stdout-path = &UART0;
+               stdout-path = &UART0;
        };
 };
index 9c94fd737f7c3bf8add1ac4f8c142170cc38e9f6..2e6e3a7b26040d0c1a84ebf4a3820ac5920d2b77 100644 (file)
        };
 
        chosen {
-               linux,stdout-path = "/plb/opb/serial@f0000200";
+               stdout-path = "/plb/opb/serial@f0000200";
        };
 };
index 23e9d9b7e40058027b8920b0fb722b7ee98913bc..f7063198b2dc6eabdfe829fc6b19a5ab422f8df0 100644 (file)
        };
 
        chosen {
-               linux,stdout-path = "/plb/opb/serial@40000200";
+               stdout-path = "/plb/opb/serial@40000200";
        };
 };
index 4ff6555c866d54905375e94e84b67ea322757f7d..5533aff25e41a612d705702c74c08031aa544fbc 100644 (file)
        };
 
        chosen {
-               linux,stdout-path = "/plb/opb/serial@40000200";
+               stdout-path = "/plb/opb/serial@40000200";
        };
 };
index f913dbe25d35a29dab9391ccbd2e96f203bf8672..02629e119b875193e6137400ebf391c9b899613c 100644 (file)
        };
 
        chosen {
-               linux,stdout-path = "/plb/opb/serial@f0000200";
+               stdout-path = "/plb/opb/serial@f0000200";
        };
 };
index 8c9429033618934fffb68187d67f2bfcf72a124a..d9613b7b945f3e0a9a0c4715766c6ff4a0c47b43 100644 (file)
        };
 
        chosen {
-               linux,stdout-path = "/plb/opb/serial@50001000";
+               stdout-path = "/plb/opb/serial@50001000";
        };
 };
index 5d68236e7c3ce09c6993d2568bba79737c8f42c0..fe6c17c8812a62545fd279cba29906c67090733a 100644 (file)
 
 
        chosen {
-               linux,stdout-path = "/soc/cpm/serial@91a00";
+               stdout-path = "/soc/cpm/serial@91a00";
        };
 };
index b5413cb85f13458f31a46019a5b868c12082f192..843f156a49c461a5a6fbcf054c7fdaf3963d16af 100644 (file)
@@ -25,7 +25,7 @@
        };
 
        chosen {
-               linux,stdout-path = &console;
+               stdout-path = &console;
        };
 
        cpus {
index 6d2cddf64cfdb2cf998bf6d7afb601d2b3670a53..98282c18d9899da7018471f281df18ccf92b9e2e 100644 (file)
        };
 
        chosen {
-               linux,stdout-path = "/soc/cpm/serial@11a00";
+               stdout-path = "/soc/cpm/serial@11a00";
        };
 };
index 34c1f48b1a09835b5d73abda38ea5ffad15ce603..4443fac3f576ab4251e4f0ad8baff17fa9dc2645 100644 (file)
        };
 
        chosen {
-               linux,stdout-path = "/soc/cpm/serial@a80";
+               stdout-path = "/soc/cpm/serial@a80";
        };
 };
index 4e93bd961e0f6c2c9638e79e0a7f38bbebb12cdf..5b037f51741df177cfb26ea11dd1a1e9bb093290 100644 (file)
        };
 
        chosen {
-               linux,stdout-path = "/soc/cpm/serial@a80";
+               stdout-path = "/soc/cpm/serial@a80";
        };
 };
index 1ecb341a232a50ca92d012fbd3bc6d7e6b242599..a7eb6d25903d883baa7f057e49e948511ab9f02c 100644 (file)
        };
 
        chosen {
-               linux,stdout-path = &serial0;
+               stdout-path = &serial0;
         };
 
 };
index 18e7d79ee4c31b358901a25bd1678671e7d224bc..d10b0411809b47ff6efdf5327e97ccc6780eb1ae 100644 (file)
                };
        };
         chosen {
-                linux,stdout-path = "/plb/opb/serial@ef600200";
+                stdout-path = "/plb/opb/serial@ef600200";
         };
 };
index 0c525ff0c257546d33d72407b16c374b0dbe02f9..a477615e346812b14d2ec4fe910522595ba43e4e 100644 (file)
        };
 
        chosen {
-               linux,stdout-path = "/soc/cpm/serial@11a00";
+               stdout-path = "/soc/cpm/serial@11a00";
        };
 };
index 9684c80e40931927cc5879dfa3935eebd12b70aa..e59829cff556e4b89940a2b918afce40a98ad2d3 100644 (file)
        };
 
        chosen {
-               linux,stdout-path = "/plb/opb/serial@ef600300";
+               stdout-path = "/plb/opb/serial@ef600300";
                bootargs = "console=ttyS0,115200";
        };
 };
index d86a3a4981182b5534f30e029c1b8824f3817792..f3e046fb49e28ea6548c872f0a2b43b90ea7d68c 100644 (file)
 
 
        chosen {
-               linux,stdout-path = "/plb/opb/serial@ef600200";
+               stdout-path = "/plb/opb/serial@ef600200";
        };
 
 };
index 088361cf4636b327fc6af7d831f7164756045813..7d15f18e1180bbb043be0199b6d91d7247976d04 100644 (file)
        };
 
        chosen {
-               linux,stdout-path = "/plb/opb/serial@ef600300";
+               stdout-path = "/plb/opb/serial@ef600300";
        };
 };
index e41b88a5eaee5dfd694695492cb0cc9a8d3db35d..60d211da9593537e103ee4a99961e7b8d8edec68 100644 (file)
        };
 
        chosen {
-               linux,stdout-path = "/plb/opb/serial@ef600300";
+               stdout-path = "/plb/opb/serial@ef600300";
                bootargs = "console=ttyS0,115200";
        };
 };
index 2a555738517e716f959cdd2f598dea29253d69df..99f6f544dc5f89dcf2360f8e3678a83cae27153c 100644 (file)
        };
 
        chosen {
-               linux,stdout-path = &serial0;
+               stdout-path = &serial0;
        };
 };
index 1657ad0bf8a6a6d30d170706b3338edbce7f5b0e..803f1bff7fa8930e4b84d21a4d869f63f5a90bb3 100644 (file)
        };
 
        chosen {
-               linux,stdout-path = "/plb/opb/serial@40000300";
+               stdout-path = "/plb/opb/serial@40000300";
        };
 };
index 391a4e299783d84830002c95535bd9a5c6d9c848..66f1c6312de624efb295458cd89ea45cbf224fdd 100644 (file)
@@ -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>;
index 81201d3907e2eec11e83dd0008aff2b5df00b7db..3b736ca26ddc802ccb6ff6086c0cb3b19700e610 100644 (file)
@@ -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>;
index 4a9f726ada139b47d4c45edff3b71b04cbd5f024..0872862c9363528e67fa6acc1d51b09971bc42ca 100644 (file)
        };
 
        chosen {
-               linux,stdout-path = "/plb/opb/serial@ef600300";
+               stdout-path = "/plb/opb/serial@ef600300";
        };
 };
index ea9053ef48198f26d4eef62d7a71459f9fcd739c..b4f32740870e0c4d511ea574a6b23b2b0159d65a 100644 (file)
        };
 
        chosen {
-               linux,stdout-path = "/plb/opb/serial@ef600300";
+               stdout-path = "/plb/opb/serial@ef600300";
        };
 };
index 646acfbef0dd8c57b91b5483cd8bed606e69bcf2..d5e14421c39adf41ccf427759cee1cd47f740801 100644 (file)
 
        /* Needed for dtbImage boot wrapper compatibility */
        chosen {
-               linux,stdout-path = &serial0;
+               stdout-path = &serial0;
        };
 };
index 30bb4753577a92652d3524ac7632894e207a5c5a..56508785ce1386efe6720988b78581ce900e892a 100644 (file)
        };
 
        chosen {
-               linux,stdout-path = "/plb/opb/serial@ef600300";
+               stdout-path = "/plb/opb/serial@ef600300";
        };
 };