summaryrefslogtreecommitdiffstats
path: root/drivers/bus/Makefile
diff options
context:
space:
mode:
authorIcenowy Zheng2018-06-22 14:45:36 +0200
committerMaxime Ripard2018-06-28 10:20:19 +0200
commit8818e865aa35493baf7326f9335b8ec6b7d77df7 (patch)
tree41bd4a7158d783c5740871436d28a2c0d11580c3 /drivers/bus/Makefile
parentdt-bindings: add binding for the Allwinner A64 DE2 bus (diff)
downloadkernel-qcow2-linux-8818e865aa35493baf7326f9335b8ec6b7d77df7.tar.gz
kernel-qcow2-linux-8818e865aa35493baf7326f9335b8ec6b7d77df7.tar.xz
kernel-qcow2-linux-8818e865aa35493baf7326f9335b8ec6b7d77df7.zip
bus: add bus driver for accessing Allwinner A64 DE2
The "Display Engine 2.0" (usually called DE2) on the Allwinner A64 SoC is different from the ones on other Allwinner SoCs. It requires a SRAM region to be claimed, otherwise all DE2 subblocks won't be accessible. Add a bus driver for the Allwinner A64 DE2 part which claims the SRAM region when probing. Signed-off-by: Icenowy Zheng <icenowy@aosc.io> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Diffstat (limited to 'drivers/bus/Makefile')
-rw-r--r--drivers/bus/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bus/Makefile b/drivers/bus/Makefile
index b8f036cca7ff..ca300b1914ce 100644
--- a/drivers/bus/Makefile
+++ b/drivers/bus/Makefile
@@ -21,6 +21,7 @@ obj-$(CONFIG_OMAP_INTERCONNECT) += omap_l3_smx.o omap_l3_noc.o
obj-$(CONFIG_OMAP_OCP2SCP) += omap-ocp2scp.o
obj-$(CONFIG_QCOM_EBI2) += qcom-ebi2.o
+obj-$(CONFIG_SUN50I_DE2_BUS) += sun50i-de2.o
obj-$(CONFIG_SUNXI_RSB) += sunxi-rsb.o
obj-$(CONFIG_SIMPLE_PM_BUS) += simple-pm-bus.o
obj-$(CONFIG_TEGRA_ACONNECT) += tegra-aconnect.o