mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-16 23:07:00 +00:00
ARM: dts: imx8ulp-evk: Fix iomuxc issue
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>
This commit is contained in:
parent
624c9dea92
commit
0e28622779
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
|
||||
&iomuxc1 {
|
||||
u-boot,dm-spl;
|
||||
fsl,mux_mask = <0xf00>;
|
||||
};
|
||||
|
||||
&pinctrl_lpuart5 {
|
||||
|
|
Loading…
Add table
Reference in a new issue