diff options
author | Christoph Niedermaier <cniedermaier@dh-electronics.com> | 2021-07-14 23:07:03 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-07-23 06:05:43 +0200 |
commit | fccf2b401e13f98afe954e0227507e604f35166a (patch) | |
tree | fde02677adf9a87160a6921067490b7e320b2a96 | |
parent | ARM: dts: imx6q-dhcom: Adding Wake pin to the PCIe pinctrl (diff) | |
download | linux-fccf2b401e13f98afe954e0227507e604f35166a.tar.xz linux-fccf2b401e13f98afe954e0227507e604f35166a.zip |
ARM: dts: imx6q-dhcom: Align stdout-path with other DHCOM SoMs
Set stdout-path to "serial0:15200n8" to align it with other DHCOM
SoMs like the DHCOM STM32MP1.
Signed-off-by: Christoph Niedermaier <cniedermaier@dh-electronics.com>
Reviewed-by: Marek Vasut <marex@denx.de>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Fabio Estevam <festevam@denx.de>
Cc: Marek Vasut <marex@denx.de>
Cc: NXP Linux Team <linux-imx@nxp.com>
Cc: kernel@dh-electronics.com
To: linux-arm-kernel@lists.infradead.org
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm/boot/dts/imx6q-dhcom-pdk2.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6q-dhcom-pdk2.dts b/arch/arm/boot/dts/imx6q-dhcom-pdk2.dts index 6c5eaeefa22e..6bb7129d0498 100644 --- a/arch/arm/boot/dts/imx6q-dhcom-pdk2.dts +++ b/arch/arm/boot/dts/imx6q-dhcom-pdk2.dts @@ -13,7 +13,7 @@ compatible = "dh,imx6q-dhcom-pdk2", "dh,imx6q-dhcom-som", "fsl,imx6q"; chosen { - stdout-path = &uart1; + stdout-path = "serial0:115200n8"; }; clk_ext_audio_codec: clock-codec { |