summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/sunxi/Makefile
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2013-07-25 14:07:42 +0200
committerHans de Goede <hdegoede@redhat.com>2014-11-13 14:49:01 +0100
commit3b10e6eb68d1bb774d93e1f3d153e68875fda5ad (patch)
treea85727b8149f44c2ca8e954c41ef06b69432633f /arch/arm/cpu/armv7/sunxi/Makefile
parent63f7af9a4cfb4a3b9136674c6612c6d13957c2cd (diff)
downloadblackbird-obmc-uboot-3b10e6eb68d1bb774d93e1f3d153e68875fda5ad.tar.gz
blackbird-obmc-uboot-3b10e6eb68d1bb774d93e1f3d153e68875fda5ad.zip
sun6i: Add new p2wi controller driver
The A31 uses a new push-pull two wire interface, which features higher transfer speeds (upto 6 MHz) in theory. While the hardware can burst 8 bytes each time, this driver will only see very little use and thus is limited to single byte transmission only. Signed-off-by: Oliver Schinagl <oliver@schinagl.nl> Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'arch/arm/cpu/armv7/sunxi/Makefile')
-rw-r--r--arch/arm/cpu/armv7/sunxi/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/sunxi/Makefile b/arch/arm/cpu/armv7/sunxi/Makefile
index 82dbf764e4..b3a3601a27 100644
--- a/arch/arm/cpu/armv7/sunxi/Makefile
+++ b/arch/arm/cpu/armv7/sunxi/Makefile
@@ -13,6 +13,7 @@ obj-y += clock.o
obj-y += pinmux.o
obj-$(CONFIG_MACH_SUN6I) += prcm.o
obj-$(CONFIG_MACH_SUN8I) += prcm.o
+obj-$(CONFIG_MACH_SUN6I) += p2wi.o
obj-$(CONFIG_MACH_SUN4I) += clock_sun4i.o
obj-$(CONFIG_MACH_SUN5I) += clock_sun4i.o
obj-$(CONFIG_MACH_SUN6I) += clock_sun6i.o
OpenPOWER on IntegriCloud