diff options
author | Christoph Niedermaier <[email protected]> | 2021-07-14 23:07:03 +0200 |
---|---|---|
committer | Shawn Guo <[email protected]> | 2021-07-23 12:05:43 +0800 |
commit | fccf2b401e13f98afe954e0227507e604f35166a (patch) | |
tree | fde02677adf9a87160a6921067490b7e320b2a96 | |
parent | cd35bf9dd94c3d071bb0d9eea20966e043ac1e9e (diff) |
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 <[email protected]>
Reviewed-by: Marek Vasut <[email protected]>
Cc: Shawn Guo <[email protected]>
Cc: Fabio Estevam <[email protected]>
Cc: Marek Vasut <[email protected]>
Cc: NXP Linux Team <[email protected]>
Cc: [email protected]
To: [email protected]
Signed-off-by: Shawn Guo <[email protected]>
-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 { |