diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2018-03-15 19:29:28 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-03-16 02:13:32 +0100 |
commit | 863c53fcffa305e4b8090da1809e568c89cc453a (patch) | |
tree | 5124976d9e63bbf52782ac0d629037a92995516a /arch/arm/boot/dts/imx6qp-phytec-mira-rdk-nand.dts | |
parent | ARM: dts: i.MX25: define SSI FIFO depth (diff) | |
download | linux-863c53fcffa305e4b8090da1809e568c89cc453a.tar.xz linux-863c53fcffa305e4b8090da1809e568c89cc453a.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/imx6qp-phytec-mira-rdk-nand.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6qp-phytec-mira-rdk-nand.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6qp-phytec-mira-rdk-nand.dts b/arch/arm/boot/dts/imx6qp-phytec-mira-rdk-nand.dts index 3618e5316bf4..f27d7ab42626 100644 --- a/arch/arm/boot/dts/imx6qp-phytec-mira-rdk-nand.dts +++ b/arch/arm/boot/dts/imx6qp-phytec-mira-rdk-nand.dts @@ -15,7 +15,7 @@ "phytec,imx6qdl-pcm058", "fsl,imx6qp"; chosen { - linux,stdout-path = &uart2; + stdout-path = &uart2; }; }; |