[PATCH] arm: imx8m: Fix pad DSE issue for i.MX8MM/MN/MP

2021-10-07 Thread sbabic
> According to 8MM/MN/MP reference manual, their pad registers only have > 4 valid DSE values. And DSE2 and DSE4 are different with current > definitions in iomux-v3.h. Fix the issue to align with manual. > Signed-off-by: Ye Li > Acked-by: Peng Fan Applied to u-boot-imx, master, thanks ! Best

[PATCH] arm: imx8m: Fix pad DSE issue for i.MX8MM/MN/MP

2021-08-17 Thread Ye Li
According to 8MM/MN/MP reference manual, their pad registers only have 4 valid DSE values. And DSE2 and DSE4 are different with current definitions in iomux-v3.h. Fix the issue to align with manual. Signed-off-by: Ye Li Acked-by: Peng Fan --- arch/arm/include/asm/mach-imx/iomux-v3.h | 21