Home
last modified time | relevance | path

Searched hist:"048 c1df7e22b2d40c639837440527ba43b6a591c" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/tty/serial/
H A Dbcm63xx_uart.cdiff 048c1df7e22b2d40c639837440527ba43b6a591c Tue Oct 21 17:22:58 CDT 2014 Kevin Cernekee <cernekee@gmail.com> tty: serial: bcm63xx: Add support for unnamed clock outputs from DT

The original non-DT bcm63xx clk code ignores the struct device argument
and looks up a global clock name. DT platforms, by contrast, often just
use a phandle to reference a clock node with no "clock-output-names"
property. Modify the UART driver to support both schemes.

Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>