commit | 048c1df7e22b2d40c639837440527ba43b6a591c | [log] [tgz] |
---|---|---|
author | Kevin Cernekee <cernekee@gmail.com> | Tue Oct 21 15:22:58 2014 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Nov 06 14:57:23 2014 -0800 |
tree | f96619e84ff69e1f63ad7d21585686e3926b8de0 | |
parent | c0ec3fd123e9e64e095fb221ace841e00c04e40b [diff] |
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>