commit | 899f0c1c7dbcc487fdc8756a49ff70b1d5d75f89 | [log] [tgz] |
---|---|---|
author | Soeren Grunewald <soeren.grunewald@desy.de> | Thu Jun 11 09:25:05 2015 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Jun 12 17:34:40 2015 -0700 |
tree | 40701d601b271fc8ca9df87b8788f7d490479abc | |
parent | be32c0cf0462c36f482b5ddcff1d8371be1e183c [diff] |
serial: 8250_pci: Correct uartclk for xr17v35x expansion chips The internal clock of the master chip, which is usually 125MHz, is only half (62.5MHz) for the slave chips. So we have to adjust the uartclk for all the slave ports. Therefor we add a new function to determine if a slave chip is present and update pci_xr17v35x_setup accordingly. Signed-off-by: Soeren Grunewald <soeren.grunewald@desy.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>