arm: dts: replace 'linux,stdout-path' with 'stdout-path'
authorRob Herring <robh@kernel.org>
Wed, 28 Feb 2018 22:41:15 +0000 (16:41 -0600)
committerArnd Bergmann <arnd@arndb.de>
Wed, 7 Mar 2018 14:28:21 +0000 (15:28 +0100)
'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>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
16 files changed:
arch/arm/boot/dts/animeo_ip.dts
arch/arm/boot/dts/imx51-digi-connectcore-jsk.dts
arch/arm/boot/dts/imx6qdl-phytec-pbab01.dtsi
arch/arm/boot/dts/orion5x-lacie-d2-network.dts
arch/arm/boot/dts/orion5x-lacie-ethernet-disk-mini-v2.dts
arch/arm/boot/dts/orion5x-linkstation.dtsi
arch/arm/boot/dts/orion5x-lswsgl.dts
arch/arm/boot/dts/orion5x-maxtor-shared-storage-2.dts
arch/arm/boot/dts/orion5x-rd88f5182-nas.dts
arch/arm/boot/dts/picoxcell-pc7302-pc3x2.dts
arch/arm/boot/dts/picoxcell-pc7302-pc3x3.dts
arch/arm/boot/dts/stih407-b2120.dts
arch/arm/boot/dts/stih410-b2120.dts
arch/arm/boot/dts/stih410-b2260.dts
arch/arm/boot/dts/stih418-b2199.dts
arch/arm/boot/dts/vf610m4-colibri.dts

index b67a751..d7c8419 100644 (file)
@@ -24,7 +24,7 @@
        };
 
        chosen {
-               linux,stdout-path = &usart2;
+               stdout-path = &usart2;
        };
 
        memory {
index 1db517d..2967a74 100644 (file)
@@ -17,7 +17,7 @@
                     "digi,connectcore-ccxmx51-som", "fsl,imx51";
 
        chosen {
-               linux,stdout-path = &uart1;
+               stdout-path = &uart1;
        };
 };
 
index 585b4f6..7ba317a 100644 (file)
@@ -13,7 +13,7 @@
 
 / {
        chosen {
-               linux,stdout-path = &uart4;
+               stdout-path = &uart4;
        };
 
        regulators {
index c701e8d..8c2449d 100644 (file)
@@ -24,7 +24,7 @@
 
        chosen {
                bootargs = "console=ttyS0,115200n8 earlyprintk";
-               linux,stdout-path = &uart0;
+               stdout-path = &uart0;
        };
 
        soc {
index 89ff404..b545d0f 100644 (file)
@@ -30,7 +30,7 @@
 
        chosen {
                bootargs = "console=ttyS0,115200n8 earlyprintk";
-               linux,stdout-path = &uart0;
+               stdout-path = &uart0;
        };
 
        soc {
index e9991c8..ebd93df 100644 (file)
@@ -48,7 +48,7 @@
 / {
        chosen {
                bootargs = "console=ttyS0,115200n8 earlyprintk";
-               linux,stdout-path = &uart0;
+               stdout-path = &uart0;
        };
 
        soc {
index ea966ec..0d97ded 100644 (file)
@@ -60,7 +60,7 @@
 
        chosen {
                bootargs = "console=ttyS0,115200 earlyprintk";
-               linux,stdout-path = &uart0;
+               stdout-path = &uart0;
        };
 
        soc {
index ff34849..0324cb5 100644 (file)
@@ -24,7 +24,7 @@
 
        chosen {
                bootargs = "console=ttyS0,115200n8 earlyprintk";
-               linux,stdout-path = &uart0;
+               stdout-path = &uart0;
        };
 
        soc {
index 6fb0525..d1817af 100644 (file)
@@ -21,7 +21,7 @@
 
        chosen {
                bootargs = "console=ttyS0,115200n8 earlyprintk";
-               linux,stdout-path = &uart0;
+               stdout-path = &uart0;
        };
 
        soc {
index 1297414..0c97293 100644 (file)
@@ -23,7 +23,7 @@
        };
 
        chosen {
-               linux,stdout-path = &uart0;
+               stdout-path = &uart0;
        };
 
        clocks {
index 9e317a4..86f2671 100644 (file)
@@ -23,7 +23,7 @@
        };
 
        chosen {
-               linux,stdout-path = &uart0;
+               stdout-path = &uart0;
        };
 
        clocks {
index cf8bc8a..de3c8bf 100644 (file)
@@ -15,7 +15,7 @@
 
        chosen {
                bootargs = "console=ttyAS0,115200 clk_ignore_unused";
-               linux,stdout-path = &sbc_serial0;
+               stdout-path = &sbc_serial0;
        };
 
        memory@40000000 {
index d1d908b..0a59b7b 100644 (file)
@@ -15,7 +15,7 @@
 
        chosen {
                bootargs = "console=ttyAS0,115200 clk_ignore_unused";
-               linux,stdout-path = &sbc_serial0;
+               stdout-path = &sbc_serial0;
        };
 
        memory@40000000 {
index 5ccc6bb..feb8834 100644 (file)
@@ -16,7 +16,7 @@
 
        chosen {
                bootargs = "console=ttyAS1,115200 clk_ignore_unused";
-               linux,stdout-path = &uart1;
+               stdout-path = &uart1;
        };
 
        memory@40000000 {
index be0bbb0..39b4db2 100644 (file)
@@ -15,7 +15,7 @@
 
        chosen {
                bootargs = "console=ttyAS0,115200 clk_ignore_unused";
-               linux,stdout-path = &sbc_serial0;
+               stdout-path = &sbc_serial0;
        };
 
        memory@40000000 {
index 7198e8c..5532e40 100644 (file)
@@ -51,7 +51,7 @@
 
        chosen {
                bootargs = "console=ttyLP2,115200 clk_ignore_unused init=/linuxrc rw";
-               linux,stdout-path = "&uart2";
+               stdout-path = "&uart2";
        };
 
        memory {