[PATCH V3 3/4] ARM64 LPC: support serial based on low-pin-count
From: arnd@arndb.de (Arnd Bergmann)
Date: 2016-09-14 12:26:46
Also in:
linux-devicetree, linux-pci, linux-serial, lkml
From: arnd@arndb.de (Arnd Bergmann)
Date: 2016-09-14 12:26:46
Also in:
linux-devicetree, linux-pci, linux-serial, lkml
On Wednesday, September 14, 2016 8:15:53 PM CEST Zhichang Yuan wrote:
From: "zhichang.yuan" <redacted> On Hip06 platform, a 16550 compatible UART is connected to low-pin-count and controlled through the LPC I/O cycles. After registering the LPC uart specific serial_in/serial_out to 8250 core driver, serial data can be read/written through the LPC. Signed-off-by: zhichang.yuan <redacted>
I still think this should be handled by 8250_of.c after the addition of support for IORESOURCE_IO. Arnd