All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v1 0/2] imx6ull: Fix missing initial output from UART
@ 2019-07-15 14:19 Igor Opaniuk
  2019-07-15 14:19 ` [U-Boot] [PATCH v1 1/2] pinctrl: nxp: mx6: DM_FLAG_PRE_RELOC by default Igor Opaniuk
  2019-07-15 14:19 ` [U-Boot] [PATCH v1 2/2] ARM: dts: imx6ull-colibri: pre-reloc for uart pinmux modes Igor Opaniuk
  0 siblings, 2 replies; 9+ messages in thread
From: Igor Opaniuk @ 2019-07-15 14:19 UTC (permalink / raw)
  To: u-boot

For Colibri iMX6ULL we have to set pinmux for uart configuration ASAP
(ideally before relocation) to get serial console working. Without this
we miss almost the half of output (U-boot version, CPU defails,
Reset cause, DRAM details etc.).

To achieve this we need to force pinctrl-mx6 to get probed before
relocation and add u-boot,dm-pre-reloc properties to uart pinmux
configuration nodes. Setting pinmux configuration for UART before was done
in board_early_init_f().

Fixes: cd69e8ef9b ("colibri-imx6ull: migrate pinctrl and regulators to dtb/dm")

Igor Opaniuk (2):
  pinctrl: nxp: mx6: DM_FLAG_PRE_RELOC by default
  ARM: dts: imx6ull-colibri: pre-reloc for uart pinmux modes

 arch/arm/dts/imx6ull-colibri.dts   | 2 ++
 drivers/pinctrl/nxp/pinctrl-imx6.c | 2 --
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.17.1

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-07-24 14:06 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-15 14:19 [U-Boot] [PATCH v1 0/2] imx6ull: Fix missing initial output from UART Igor Opaniuk
2019-07-15 14:19 ` [U-Boot] [PATCH v1 1/2] pinctrl: nxp: mx6: DM_FLAG_PRE_RELOC by default Igor Opaniuk
2019-07-15 19:10   ` Fabio Estevam
2019-07-16 12:44     ` Igor Opaniuk
2019-07-24 13:58       ` Igor Opaniuk
2019-07-24 14:06         ` Fabio Estevam
2019-07-15 14:19 ` [U-Boot] [PATCH v1 2/2] ARM: dts: imx6ull-colibri: pre-reloc for uart pinmux modes Igor Opaniuk
2019-07-15 21:31   ` Fabio Estevam
2019-07-16 10:10     ` Igor Opaniuk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.