Re: [PATCH 4/5] sprd_serial: switch comptible string to sc-uart

2017-02-16 Thread Chunyan Zhang
On ε››, 2月 16, 2017 at 02:31:38δΈ‹εˆ +0100, Arnd Bergmann wrote: > On Tuesday, February 14, 2017 5:19:11 PM CET Chunyan Zhang wrote: > > static const struct of_device_id serial_ids[] = { > > - {.compatible = "sprd,sc9836-uart",}, > > + {.compatible = "sprd,sc-uart",}, > > {} > > W

Re: [PATCH 4/5] sprd_serial: switch comptible string to sc-uart

2017-02-16 Thread Arnd Bergmann
On Tuesday, February 14, 2017 5:19:11 PM CET Chunyan Zhang wrote: > static const struct of_device_id serial_ids[] = { > - {.compatible = "sprd,sc9836-uart",}, > + {.compatible = "sprd,sc-uart",}, > {} We really need this to be specific, in case Spreadtrum ever makes a slightly

[PATCH 4/5] sprd_serial: switch comptible string to sc-uart

2017-02-14 Thread Chunyan Zhang
This driver sprd_serial is not only for SC9836, but for all Spreadtrum SoCs so far. Signed-off-by: Chunyan Zhang --- drivers/tty/serial/sprd_serial.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/tty/serial/sprd_serial.c b/drivers/tty/serial/sprd_serial.c index