mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-19 07:27:50 +00:00
524ef29cff
The BCm63xx SOC has two uarts. Some boards use the second one for
bluetooth. This patch changes platform device registration code to
handle this. Changes to the UART driver were already merged in
6a2c7eabfd
.
Signed-off-by: Maxime Bizon <mbizon@freebox.fr>
To: linux-mips@linux-mips.org
Cc: Maxime Bizon <mbizon@freebox.fr>
Patchwork: http://patchwork.linux-mips.org/patch/900/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
7 lines
135 B
C
7 lines
135 B
C
#ifndef BCM63XX_DEV_UART_H_
|
|
#define BCM63XX_DEV_UART_H_
|
|
|
|
int bcm63xx_uart_register(unsigned int id);
|
|
|
|
#endif /* BCM63XX_DEV_UART_H_ */
|