diff options
author | Noralf Trønnes <noralf@tronnes.org> | 2015-03-24 14:48:30 +0100 |
---|---|---|
committer | popcornmix <popcornmix@gmail.com> | 2015-05-18 14:12:12 +0100 |
commit | 07f0f5dff66a796ba32178c994889066d8e02de5 (patch) | |
tree | cbb22ea64ac4600c0c319e384b81f5936836ba03 /arch/arm/mach-bcm2708/bcm2708.c | |
parent | 25144d90414ebf2bb347afc48103c4903a350d3c (diff) | |
download | linux-07f0f5dff66a796ba32178c994889066d8e02de5.tar.gz |
BCM270x_DT: add bcm2835-dma entry
Add Device Tree entry for bcm2835-dma.
The entry doesn't contain any resources since they are handled
by the arch/arm/mach-bcm270x/dma.c driver.
In non-DT mode, don't add the device in the board file.
Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
Diffstat (limited to 'arch/arm/mach-bcm2708/bcm2708.c')
-rw-r--r-- | arch/arm/mach-bcm2708/bcm2708.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-bcm2708/bcm2708.c b/arch/arm/mach-bcm2708/bcm2708.c index c8aea5bd22fd..6a08e955ec04 100644 --- a/arch/arm/mach-bcm2708/bcm2708.c +++ b/arch/arm/mach-bcm2708/bcm2708.c @@ -857,7 +857,7 @@ void __init bcm2708_init(void) bcm2708_dt_init(); bcm_register_device(&bcm2708_dmaman_device); - bcm_register_device(&bcm2708_dmaengine_device); + bcm_register_device_dt(&bcm2708_dmaengine_device); bcm_register_device(&bcm2708_vcio_device); #ifdef CONFIG_BCM2708_GPIO bcm_register_device_dt(&bcm2708_gpio_device); |