ARM: dts: imx6-phytec: Use the standard 'stdout-path' property

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>
This commit is contained in:
Fabio Estevam 2018-03-15 15:29:28 -03:00 committed by Shawn Guo
parent f4be9b77fa
commit 863c53fcff
4 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@
"phytec,imx6qdl-pcm058", "fsl,imx6dl";
chosen {
linux,stdout-path = &uart2;
stdout-path = &uart2;
};
};

View File

@ -15,7 +15,7 @@
"phytec,imx6qdl-pcm058", "fsl,imx6q";
chosen {
linux,stdout-path = &uart2;
stdout-path = &uart2;
};
};

View File

@ -15,7 +15,7 @@
"phytec,imx6qdl-pcm058", "fsl,imx6q";
chosen {
linux,stdout-path = &uart2;
stdout-path = &uart2;
};
};

View File

@ -15,7 +15,7 @@
"phytec,imx6qdl-pcm058", "fsl,imx6qp";
chosen {
linux,stdout-path = &uart2;
stdout-path = &uart2;
};
};