ARM: dts: imx6-phytec: Use the standard 'stdout-path' property
authorFabio Estevam <fabio.estevam@nxp.com>
Thu, 15 Mar 2018 18:29:28 +0000 (15:29 -0300)
committerShawn Guo <shawnguo@kernel.org>
Fri, 16 Mar 2018 01:13:32 +0000 (09:13 +0800)
Use the standard 'stdout-path' property to fix the following DTC warnings:

arch/arm/boot/dts/imx6dl-phytec-mira-rdk-nand.dtb: Warning
(chosen_node_stdout_path): /chosen:linux,stdout-path: Use
'stdout-path' instead

Reported-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6dl-phytec-mira-rdk-nand.dts
arch/arm/boot/dts/imx6q-phytec-mira-rdk-emmc.dts
arch/arm/boot/dts/imx6q-phytec-mira-rdk-nand.dts
arch/arm/boot/dts/imx6qp-phytec-mira-rdk-nand.dts

index a8adcb2..9f7f9f9 100644 (file)
@@ -15,7 +15,7 @@
                     "phytec,imx6qdl-pcm058", "fsl,imx6dl";
 
        chosen {
-               linux,stdout-path = &uart2;
+               stdout-path = &uart2;
        };
 };
 
index 8fdce3c..2e70ea5 100644 (file)
@@ -15,7 +15,7 @@
                     "phytec,imx6qdl-pcm058", "fsl,imx6q";
 
        chosen {
-               linux,stdout-path = &uart2;
+               stdout-path = &uart2;
        };
 };
 
index 8afa5ce..65d2e48 100644 (file)
@@ -15,7 +15,7 @@
                     "phytec,imx6qdl-pcm058", "fsl,imx6q";
 
        chosen {
-               linux,stdout-path = &uart2;
+               stdout-path = &uart2;
        };
 };
 
index 3618e53..f27d7ab 100644 (file)
@@ -15,7 +15,7 @@
                     "phytec,imx6qdl-pcm058", "fsl,imx6qp";
 
        chosen {
-               linux,stdout-path = &uart2;
+               stdout-path = &uart2;
        };
 };