diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2018-03-15 21:29:28 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-03-16 04:13:32 +0300 |
commit | 863c53fcffa305e4b8090da1809e568c89cc453a (patch) | |
tree | 5124976d9e63bbf52782ac0d629037a92995516a /arch/arm/boot/dts/imx6q-phytec-mira-rdk-nand.dts | |
parent | f4be9b77fac3d8141add1d84e75199f0e0ddd5a3 (diff) | |
download | linux-863c53fcffa305e4b8090da1809e568c89cc453a.tar.xz |
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/imx6q-phytec-mira-rdk-nand.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6q-phytec-mira-rdk-nand.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6q-phytec-mira-rdk-nand.dts b/arch/arm/boot/dts/imx6q-phytec-mira-rdk-nand.dts index 8afa5ceb7d7c..65d2e483c136 100644 --- a/arch/arm/boot/dts/imx6q-phytec-mira-rdk-nand.dts +++ b/arch/arm/boot/dts/imx6q-phytec-mira-rdk-nand.dts @@ -15,7 +15,7 @@ "phytec,imx6qdl-pcm058", "fsl,imx6q"; chosen { - linux,stdout-path = &uart2; + stdout-path = &uart2; }; }; |