ARM: dts: imx8ulp-evk: Fix iomuxc issue
authorYe Li <ye.li@nxp.com>
Wed, 18 Jan 2023 09:31:15 +0000 (17:31 +0800)
committerStefano Babic <sbabic@denx.de>
Mon, 30 Jan 2023 22:23:02 +0000 (23:23 +0100)
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>
arch/arm/dts/imx8ulp-evk-u-boot.dtsi

index ad264f2..7acdb4a 100644 (file)
@@ -26,6 +26,7 @@
 
 &iomuxc1 {
        u-boot,dm-spl;
+       fsl,mux_mask = <0xf00>;
 };
 
 &pinctrl_lpuart5 {