]> git.karo-electronics.de Git - linux-beck.git/commit
serial: of-serial: fetch line number from DT
authorLucas Stach <dev@lynxeye.de>
Mon, 3 Nov 2014 22:16:54 +0000 (23:16 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Nov 2014 22:57:25 +0000 (14:57 -0800)
commit1bd8324535ec1ff44aef55c0e40b9e7d56b310fb
treed1d547d190757213db41dd9131e94de886bd74b1
parent5d14bba91d8c350b21d28834fab95f67a46a264e
serial: of-serial: fetch line number from DT

The general agreed way to specify a fixed line number
for a serial console is to provide a "serial" alias
in the devicetree. Start parsing this property in
of_serial.

Signed-off-by: Lucas Stach <dev@lynxeye.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/of_serial.c