summaryrefslogtreecommitdiffstats
path: root/bsps/arm/shared/pins/imx_iomux.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-22imx_iomux: Don't set reserved bits in PAD_CTLChristian Mauderer1-0/+10
On most i.MX* the upper bits in SW_PAD_CTL are reserved. On some chips, like the i.MXRT1166, they are a domain write protection. Setting them to 1 can have unexpected side effects. The device tree uses these bits for some flags. Make sure that they are not accidentally written to some value.
2020-11-20bsp/imxrt: Add new BSPChristian Mauderer1-0/+5
Update #4180
2020-11-20imx: Move imx_iomux to arm/sharedChristian Mauderer1-0/+0
Update #4180
2020-02-11bsp/imx: Parse fdt pinctrl values and setup iomuxChristian Mauderer1-0/+44
Update #3869.
2020-02-11bsp/imx: Support imx6ul iomux.Christian Mauderer1-0/+4
Update #3869.
2018-04-20bsps: Move startup files to bspsSebastian Huber1-0/+0
Adjust build support files to new directory layout. This patch is a part of the BSP source reorganization. Update #3285.
2017-10-06bsp/imx: Add imx_iomux_configure_pins()Sebastian Huber1-0/+94
Update #3090.
2017-10-06bsp/imx: Import iomux from FreeBSDSebastian Huber1-0/+330
Update #3090.