summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx7ulp-pinfunc.h
AgeCommit message (Collapse)Author
2019-02-12MLK-17819 ARM: imx7ulp: update iomux header for i.MX7ULP B0 siliconFugang Duan
- Update iomux header for i.MX7ULP B0 silicon. - Align the pin func name with header file for all dts files. Signed-off-by: Fugang Duan <fugang.duan@nxp.com> Acked-by: Shenwei Wang <shenwei.wang@nxp.com> During the 4.14 rebase all intermediate commits were adjusted for upstream prefix so this has many fewer dts changes. Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
2019-02-12MLK-13441-1 ARM: imx7ulp: iomux: add imx7ulp header fileAndy Duan
Add imx7ulp header file. Two changes base on original header file from iomux tool team: - Remove the mux register column since mux and conf is shared in one register. - IOMUX_0 part: The register address: 0x4103_d000 ~ 0x4103_d0cc, the header file offset is 0xdxxx, now change it to 0x0xxx. The common base address 0x4103_d000 is defined by dts file. Signed-off-by: Fugang Duan <fugang.duan@nxp.com> Renamed to same convention as upstream Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
2017-08-14dt-bindings: pinctrl: add imx7ulp pinctrl binding docDong Aisheng
i.MX 7ULP has three IOMUXC instances: IOMUXC0 for M4 ports, IOMUXC1 for A7 ports and IOMUXC DDR for DDR interface. This patch adds the IOMUXC1 support for A7. Cc: Mark Rutland <mark.rutland@arm.com> Cc: devicetree@vger.kernel.org Acked-by: Rob Herring <robh@kernel.org> Acked-by: Shawn Guo <shawnguo@kernel.org> Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>