Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
		     "phytec,imx6qdl-pcm058", "fsl,imx6dl";

	chosen {
		linux,stdout-path = &uart2;
		stdout-path = &uart2;
	};
};

+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
		     "phytec,imx6qdl-pcm058", "fsl,imx6q";

	chosen {
		linux,stdout-path = &uart2;
		stdout-path = &uart2;
	};
};

+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
		     "phytec,imx6qdl-pcm058", "fsl,imx6q";

	chosen {
		linux,stdout-path = &uart2;
		stdout-path = &uart2;
	};
};

+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
		     "phytec,imx6qdl-pcm058", "fsl,imx6qp";

	chosen {
		linux,stdout-path = &uart2;
		stdout-path = &uart2;
	};
};