diff options
author | Noralf Trønnes <noralf@tronnes.org> | 2015-05-19 13:31:50 +0200 |
---|---|---|
committer | Noralf Trønnes <noralf@tronnes.org> | 2015-05-19 13:31:50 +0200 |
commit | cce0a62ba4087e70af8316b9ba78329352228e3e (patch) | |
tree | 8decaf230199c74bfacade40aaeda9919ad18fab /arch/arm/mach-bcm2708/include/mach/platform.h | |
parent | 9112b62cec10ca617232b817ca37f0858323ca7c (diff) | |
download | linux-cce0a62ba4087e70af8316b9ba78329352228e3e.tar.gz |
BCM270x: Add vchiq device to platform file and Device Tree
Prepare to turn the vchiq module into a driver.
Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
Diffstat (limited to 'arch/arm/mach-bcm2708/include/mach/platform.h')
-rw-r--r-- | arch/arm/mach-bcm2708/include/mach/platform.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-bcm2708/include/mach/platform.h b/arch/arm/mach-bcm2708/include/mach/platform.h index bef3e5a62f11..69674e92fec5 100644 --- a/arch/arm/mach-bcm2708/include/mach/platform.h +++ b/arch/arm/mach-bcm2708/include/mach/platform.h @@ -81,6 +81,7 @@ #define ARMCTRL_IC_BASE (ARM_BASE + 0x200) /* ARM interrupt controller */ #define ARMCTRL_TIMER0_1_BASE (ARM_BASE + 0x400) /* Timer 0 and 1 */ #define ARMCTRL_0_SBM_BASE (ARM_BASE + 0x800) /* User 0 (ARM)'s Semaphores Doorbells and Mailboxes */ +#define ARMCTRL_0_BELL_BASE (ARMCTRL_0_SBM_BASE + 0x40) /* User 0 (ARM)'s Doorbell */ #define ARMCTRL_0_MAIL0_BASE (ARMCTRL_0_SBM_BASE + 0x80) /* User 0 (ARM)'s Mailbox 0 */ |