Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3a64ebc9 authored by Ronen Shitrit's avatar Ronen Shitrit Committed by Nicolas Pitre
Browse files

[ARM] Kirkwood: remove uart1 init calls for boards that don't expose uart1



Remove uart1 init calls for boards that use the physical pins onto
which the UART1 signals are multiplexed for different purposes.

Signed-off-by: default avatarRonen Shitrit <rshitrit@marvell.com>
Signed-off-by: default avatarLennert Buytenhek <buytenh@marvell.com>
parent b2b3dc2f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -44,7 +44,6 @@ static void __init db88f6281_init(void)
	kirkwood_rtc_init();
	kirkwood_sata_init(&db88f6281_sata_data);
	kirkwood_uart0_init();
	kirkwood_uart1_init();
}

static int __init db88f6281_pci_init(void)
+0 −1
Original line number Diff line number Diff line
@@ -90,7 +90,6 @@ static void __init rd88f6281_init(void)
	kirkwood_rtc_init();
	kirkwood_sata_init(&rd88f6281_sata_data);
	kirkwood_uart0_init();
	kirkwood_uart1_init();

	platform_device_register(&rd88f6281_nand_flash);
}