Commit 863c53fc authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo

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: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent f4be9b77
......@@ -15,7 +15,7 @@ / {
"phytec,imx6qdl-pcm058", "fsl,imx6dl";
chosen {
linux,stdout-path = &uart2;
stdout-path = &uart2;
};
};
......
......@@ -15,7 +15,7 @@ / {
"phytec,imx6qdl-pcm058", "fsl,imx6q";
chosen {
linux,stdout-path = &uart2;
stdout-path = &uart2;
};
};
......
......@@ -15,7 +15,7 @@ / {
"phytec,imx6qdl-pcm058", "fsl,imx6q";
chosen {
linux,stdout-path = &uart2;
stdout-path = &uart2;
};
};
......
......@@ -15,7 +15,7 @@ / {
"phytec,imx6qdl-pcm058", "fsl,imx6qp";
chosen {
linux,stdout-path = &uart2;
stdout-path = &uart2;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment