diff options
author | Peter Griffin <peter.griffin@linaro.org> | 2015-07-30 18:55:20 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-08-12 20:48:00 -0400 |
commit | 8a954eb695326eb406c4a548bb686190fea82bca (patch) | |
tree | f311dbe22c474fa51142b69d4c689555091ed0b1 /arch/arm/cpu/armv8/Makefile | |
parent | 8293009baa3de9ef22cff50bfea6a31f3fa1af62 (diff) | |
download | u-boot-imx-8a954eb695326eb406c4a548bb686190fea82bca.zip u-boot-imx-8a954eb695326eb406c4a548bb686190fea82bca.tar.gz u-boot-imx-8a954eb695326eb406c4a548bb686190fea82bca.tar.bz2 |
hisilicon: hi6220: Add a hi6220 pinmux driver.
This patch adds basic pinmux support for the hi6220 SoC,
which is found on the hikey board.
Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Diffstat (limited to 'arch/arm/cpu/armv8/Makefile')
-rw-r--r-- | arch/arm/cpu/armv8/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv8/Makefile b/arch/arm/cpu/armv8/Makefile index 6466ebb..adb11b3 100644 --- a/arch/arm/cpu/armv8/Makefile +++ b/arch/arm/cpu/armv8/Makefile @@ -17,3 +17,4 @@ obj-y += transition.o obj-$(CONFIG_FSL_LSCH3) += fsl-lsch3/ obj-$(CONFIG_ARCH_ZYNQMP) += zynqmp/ +obj-$(CONFIG_TARGET_HIKEY) += hisilicon/ |