From 91b3761ec87a0194b7cb7a0b5ed983504c876195 Mon Sep 17 00:00:00 2001 From: Andre Heider Date: Tue, 5 Nov 2013 00:01:03 +0100 Subject: video: add a BCM2835 framebuffer driver Use the mailbox driver to set up a framebuffer based on the firmware configuration. Signed-off-by: Andre Heider Signed-off-by: Sascha Hauer --- arch/arm/mach-bcm2835/include/mach/core.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'arch/arm/mach-bcm2835') diff --git a/arch/arm/mach-bcm2835/include/mach/core.h b/arch/arm/mach-bcm2835/include/mach/core.h index a095db8631..477ecb977c 100644 --- a/arch/arm/mach-bcm2835/include/mach/core.h +++ b/arch/arm/mach-bcm2835/include/mach/core.h @@ -27,4 +27,9 @@ static void inline bcm2835_register_mci(void) IORESOURCE_MEM, NULL); } +static void inline bcm2835_register_fb(void) +{ + add_generic_device("bcm2835_fb", 0, NULL, 0, 0, 0, NULL); +} + #endif -- cgit v1.2.3