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 | |
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')
4 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/imx6dl-phytec-mira-rdk-nand.dts b/arch/arm/boot/dts/imx6dl-phytec-mira-rdk-nand.dts index a8adcb2ec3fd..9f7f9f98139d 100644 --- a/arch/arm/boot/dts/imx6dl-phytec-mira-rdk-nand.dts +++ b/arch/arm/boot/dts/imx6dl-phytec-mira-rdk-nand.dts @@ -15,7 +15,7 @@ "phytec,imx6qdl-pcm058", "fsl,imx6dl"; chosen { - linux,stdout-path = &uart2; + stdout-path = &uart2; }; }; diff --git a/arch/arm/boot/dts/imx6q-phytec-mira-rdk-emmc.dts b/arch/arm/boot/dts/imx6q-phytec-mira-rdk-emmc.dts index 8fdce3c8e5fa..2e70ea5623c6 100644 --- a/arch/arm/boot/dts/imx6q-phytec-mira-rdk-emmc.dts +++ b/arch/arm/boot/dts/imx6q-phytec-mira-rdk-emmc.dts @@ -15,7 +15,7 @@ "phytec,imx6qdl-pcm058", "fsl,imx6q"; chosen { - linux,stdout-path = &uart2; + stdout-path = &uart2; }; }; 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; }; }; 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; }; }; |