mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
imx: iomux-v3: Add iomux-mx35.h
Allow usage of the imx-common/iomux-v3.h framework by including pad settings for the i.MX35. The content of the file is taken from Linux kernel at commit 267dd34, plus the required changes to make it work in U-Boot. Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
This commit is contained in:
parent
9e933b43f3
commit
52b9d3cfd3
3 changed files with 1278 additions and 2 deletions
|
@ -27,7 +27,7 @@ include $(TOPDIR)/config.mk
|
|||
|
||||
LIB = $(obj)libimx-common.o
|
||||
|
||||
ifeq ($(SOC),$(filter $(SOC),mx25 mx5 mx6))
|
||||
ifeq ($(SOC),$(filter $(SOC),mx25 mx35 mx5 mx6))
|
||||
COBJS-y = iomux-v3.o
|
||||
endif
|
||||
ifeq ($(SOC),$(filter $(SOC),mx5 mx6))
|
||||
|
|
1276
arch/arm/include/asm/arch-mx35/iomux-mx35.h
Normal file
1276
arch/arm/include/asm/arch-mx35/iomux-mx35.h
Normal file
File diff suppressed because it is too large
Load diff
|
@ -98,7 +98,7 @@ LIBS-y += arch/$(ARCH)/cpu/tegra-common/libcputegra-common.o
|
|||
LIBS-y += $(CPUDIR)/tegra-common/libtegra-common.o
|
||||
endif
|
||||
|
||||
ifneq ($(CONFIG_MX23),)
|
||||
ifneq ($(CONFIG_MX23)$(CONFIG_MX35),)
|
||||
LIBS-y += arch/$(ARCH)/imx-common/libimx-common.o
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue