[PATCH 2/3] clk: bcm2835: Add a driver for the auxiliary peripheral clock gates.
Martin Sperl
martin at sperl.org
Fri Sep 11 03:24:50 PDT 2015
> On 11.09.2015, at 00:22, Eric Anholt <eric at anholt.net> wrote:
>
> There are a pair of SPI masters and a mini UART that were last minute
> additions. As a result, they didn't get integrated in the same way as
> the other gates off of the VPU clock in CPRMAN.
>
> Signed-off-by: Eric Anholt <eric at anholt.net>
> ---
Tested with the spi-bcm2835aux driver and it works perfectly.
I will now post the latest incarnation of the driver for inclusion.
I have also tested with the uart1 and it works in principle.
Note that there is one issue (as mentioned elsewhere) with uart1:
the 8250 serial driver has a (hardcoded) internal clock divider 16,
while the hardware has an internal divider of 8.
This results in baud rates that are a factor of 2 higher than requested.
Tested-by: Martin Sperl <kernel at martin.sperl.org>
More information about the linux-arm-kernel
mailing list