mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-14 05:12:17 +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 6a2c7eabfd09ca7986bf96b8958a87ca041a19d8. 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_ */
|