Main bcm2708/bcm2709 linux port
authorpopcornmix <popcornmix@gmail.com>
Sun, 12 May 2013 11:24:19 +0000 (12:24 +0100)
committerpopcornmix <popcornmix@gmail.com>
Wed, 1 Jul 2020 15:32:36 +0000 (16:32 +0100)
commit4c7dfaf6aa32c467ed40e0f558ff5cf760ba6c5f
tree0634862946e2171da4e3b5ecff95e85a4148521e
parent89bef22992ec41d7f065afe6fc4bf5463937de38
Main bcm2708/bcm2709 linux port

Signed-off-by: popcornmix <popcornmix@gmail.com>
Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
bcm2709: Drop platform smp and timer init code

irq-bcm2836 handles this through these functions:
bcm2835_init_local_timer_frequency()
bcm2836_arm_irqchip_smp_init()

Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
bcm270x: Use watchdog for reboot/poweroff

The watchdog driver already has support for reboot/poweroff.
Make use of this and remove the code from the platform files.

Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
board_bcm2835: Remove coherent dma pool increase - API has gone
arch/arm/mach-bcm/Kconfig
arch/arm/mm/proc-v6.S
drivers/irqchip/irq-bcm2835.c
drivers/mailbox/bcm2835-mailbox.c