public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: imx8ulp-evk: Fix iomuxc issue
@ 2023-01-18  9:31 Ye Li
  2023-01-18  9:53 ` Marcel Ziswiler
  2023-01-31  9:51 ` sbabic
  0 siblings, 2 replies; 3+ messages in thread
From: Ye Li @ 2023-01-18  9:31 UTC (permalink / raw)
  To: sbabic, u-boot, peng.fan; +Cc: uboot-imx, marcel.ziswiler

The property fsl,mux_mask is deleted by commit ed7bda5 (imx8ulp:
synchronise device tree with linux). This causes the pinctrl
driver not work on 8ULP, so fail to print any log.

Signed-off-by: Ye Li <ye.li@nxp.com>
---
 arch/arm/dts/imx8ulp-evk-u-boot.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/dts/imx8ulp-evk-u-boot.dtsi b/arch/arm/dts/imx8ulp-evk-u-boot.dtsi
index ad264f2..7acdb4a 100644
--- a/arch/arm/dts/imx8ulp-evk-u-boot.dtsi
+++ b/arch/arm/dts/imx8ulp-evk-u-boot.dtsi
@@ -26,6 +26,7 @@
 
 &iomuxc1 {
 	u-boot,dm-spl;
+	fsl,mux_mask = <0xf00>;
 };
 
 &pinctrl_lpuart5 {
-- 
2.7.4


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

end of thread, other threads:[~2023-01-31  9:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-18  9:31 [PATCH] ARM: dts: imx8ulp-evk: Fix iomuxc issue Ye Li
2023-01-18  9:53 ` Marcel Ziswiler
2023-01-31  9:51 ` sbabic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox