* [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* Re: [PATCH] ARM: dts: imx8ulp-evk: Fix iomuxc issue
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
1 sibling, 0 replies; 3+ messages in thread
From: Marcel Ziswiler @ 2023-01-18 9:53 UTC (permalink / raw)
To: peng.fan@nxp.com, u-boot@lists.denx.de, sbabic@denx.de,
ye.li@nxp.com
Cc: uboot-imx@nxp.com
On Wed, 2023-01-18 at 17:31 +0800, Ye Li wrote:
> 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.
>
Fixes: commit ed7bda57104e ("imx8ulp: synchronise device tree with linux")
> Signed-off-by: Ye Li <ye.li@nxp.com>
Reviewed-by: Marcel Ziswiler <marcel.ziswiler@toradex.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 {
^ permalink raw reply [flat|nested] 3+ messages in thread* [PATCH] ARM: dts: imx8ulp-evk: Fix iomuxc issue
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
1 sibling, 0 replies; 3+ messages in thread
From: sbabic @ 2023-01-31 9:51 UTC (permalink / raw)
To: Ye Li, u-boot
> 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>
> Reviewed-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, 82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic@denx.de
=====================================================================
^ permalink raw reply [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