]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commitdiff
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 b67a75179784410fe074b553ddd91e9ed23bd206..d7c8419327012e12179cf45cb0f5d00e119cd736 100644 (file)
@@ -24,7 +24,7 @@
        };
 
        chosen {
-               linux,stdout-path = &usart2;
+               stdout-path = &usart2;
        };
 
        memory {
index 1db517d3d497ff7cad0c197156cb8c32e2c3e33e..2967a748d85988abb90a74c8f7ee7abf99bb546a 100644 (file)
@@ -17,7 +17,7 @@
                     "digi,connectcore-ccxmx51-som", "fsl,imx51";
 
        chosen {
-               linux,stdout-path = &uart1;
+               stdout-path = &uart1;
        };
 };
 
index 585b4f6986c1ccd7262cd9c4ce394039b376de22..7ba317ae899b659aabcc9321e29bb1e9516fa7dd 100644 (file)
@@ -13,7 +13,7 @@
 
 / {
        chosen {
-               linux,stdout-path = &uart4;
+               stdout-path = &uart4;
        };
 
        regulators {
index c701e8d16bbb6d78834aa4981dd4e56044bed778..8c2449da6f009217082bb25fb2855afb1ccaff7a 100644 (file)
@@ -24,7 +24,7 @@
 
        chosen {
                bootargs = "console=ttyS0,115200n8 earlyprintk";
-               linux,stdout-path = &uart0;
+               stdout-path = &uart0;
        };
 
        soc {
index 89ff404a528c74f3869c6afcfcfdb34cdc7cde46..b545d0f228a526193995df9f04d3059dacbc6705 100644 (file)
@@ -30,7 +30,7 @@
 
        chosen {
                bootargs = "console=ttyS0,115200n8 earlyprintk";
-               linux,stdout-path = &uart0;
+               stdout-path = &uart0;
        };
 
        soc {
index e9991c83d7b70540782e581f6e8a4c99ebe9065e..ebd93df5d07a8a90218c9bc92e062e962e27db3d 100644 (file)
@@ -48,7 +48,7 @@
 / {
        chosen {
                bootargs = "console=ttyS0,115200n8 earlyprintk";
-               linux,stdout-path = &uart0;
+               stdout-path = &uart0;
        };
 
        soc {
index ea966ec03dd0b5e285c138c91512fdbcc3566f18..0d97ded66257fd4d85b192d4f704bba650e4721f 100644 (file)
@@ -60,7 +60,7 @@
 
        chosen {
                bootargs = "console=ttyS0,115200 earlyprintk";
-               linux,stdout-path = &uart0;
+               stdout-path = &uart0;
        };
 
        soc {
index ff348490429484edb26705451f9377ae6cffea01..0324cb54939d463d2cefd5d733cd52f7e7378027 100644 (file)
@@ -24,7 +24,7 @@
 
        chosen {
                bootargs = "console=ttyS0,115200n8 earlyprintk";
-               linux,stdout-path = &uart0;
+               stdout-path = &uart0;
        };
 
        soc {
index 6fb052507b369cb7a4c8e708c811a066f624e999..d1817af53e0bb2d0881ea7824211a034f5d27686 100644 (file)
@@ -21,7 +21,7 @@
 
        chosen {
                bootargs = "console=ttyS0,115200n8 earlyprintk";
-               linux,stdout-path = &uart0;
+               stdout-path = &uart0;
        };
 
        soc {
index 1297414dd649aabcdf1a47d87708908e9926ee3a..0c9729306089ac1da1d76cbd2416778c671d1a21 100644 (file)
@@ -23,7 +23,7 @@
        };
 
        chosen {
-               linux,stdout-path = &uart0;
+               stdout-path = &uart0;
        };
 
        clocks {
index 9e317a4f431cc9c72d7340cca5c6fc07e61b0993..86f26715b619a4633f5c5ad580f07a41ef2bfa65 100644 (file)
@@ -23,7 +23,7 @@
        };
 
        chosen {
-               linux,stdout-path = &uart0;
+               stdout-path = &uart0;
        };
 
        clocks {
index cf8bc8a8b947d261c174898274e6af3862d0f999..de3c8bf129b58ce1218f92a9fb62da646cecd46b 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 d1d908b9e34c4489eb073964d16379e486ebe17d..0a59b7b0f4b2c4f8715f53ceadca7ef07b655dd1 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 5ccc6bb050df7ad9a30f99dbcd4b7f078db1ce21..feb8834478fad456caac3f8eca85a30998a9e2f8 100644 (file)
@@ -16,7 +16,7 @@
 
        chosen {
                bootargs = "console=ttyAS1,115200 clk_ignore_unused";
-               linux,stdout-path = &uart1;
+               stdout-path = &uart1;
        };
 
        memory@40000000 {
index be0bbb05c5ec1febaf8073c0b29f419b6a113da3..39b4db2e3507da91929ed7cebfb7b90cae938328 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 7198e8cceb0ddc0e968be857570c01654ffb62e3..5532e40e350a9e721f430968e01f9e1ff6af4108 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 {