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>
"phytec,imx6qdl-pcm058", "fsl,imx6dl";
chosen {
- linux,stdout-path = &uart2;
+ stdout-path = &uart2;
};
};
"phytec,imx6qdl-pcm058", "fsl,imx6q";
chosen {
- linux,stdout-path = &uart2;
+ stdout-path = &uart2;
};
};
"phytec,imx6qdl-pcm058", "fsl,imx6q";
chosen {
- linux,stdout-path = &uart2;
+ stdout-path = &uart2;
};
};
"phytec,imx6qdl-pcm058", "fsl,imx6qp";
chosen {
- linux,stdout-path = &uart2;
+ stdout-path = &uart2;
};
};