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:
parent
f4be9b77fa
commit
863c53fcff
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue