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

Commit e30e66be authored by Ralf Baechle's avatar Ralf Baechle
Browse files

[MIPS] EMMA 2 / Markeins: Formitting fixes split from actual address fixes.

parent 408d3258
Loading
Loading
Loading
Loading
+23 −26
Original line number Diff line number Diff line
@@ -90,24 +90,21 @@ static struct plat_serial8250_port platform_serial_ports[] = {
		.regshift = 4,
		.iotype = UPIO_MEM,
		.flags = EMMA2RH_SERIAL_FLAGS,
       },
       [1] = {
       }, [1] = {
		.membase = (void __iomem*)KSEG1ADDR(EMMA2RH_PFUR1_BASE + 3),
		.irq = EMMA2RH_IRQ_PFUR1,
		.uartclk = EMMA2RH_SERIAL_CLOCK,
		.regshift = 4,
		.iotype = UPIO_MEM,
		.flags = EMMA2RH_SERIAL_FLAGS,
       },
       [2] = {
       }, [2] = {
		.membase = (void __iomem*)KSEG1ADDR(EMMA2RH_PFUR2_BASE + 3),
		.irq = EMMA2RH_IRQ_PFUR2,
		.uartclk = EMMA2RH_SERIAL_CLOCK,
		.regshift = 4,
		.iotype = UPIO_MEM,
		.flags = EMMA2RH_SERIAL_FLAGS,
       },
       [3] = {
       }, [3] = {
		.flags = 0,
       },
};