commit | fed0509c92e0fe29d0ddc9c743719d22c95b7596 | [log] [tgz] |
---|---|---|
author | Wenyou Yang <wenyou.yang@microchip.com> | Fri Feb 09 11:34:51 2018 +0800 |
committer | Tom Rini <trini@konsulko.com> | Fri Mar 16 07:30:04 2018 -0400 |
tree | efe417a3aa1f19076069eb4138e31ffa8731a66b | |
parent | cb0cb1b0cf20687cf980fbd64c56224f06d566aa [diff] |
clk: at91: add PLLADIV driver As said in the SAMA5D2 datasheet, the PLLA clock must be divided by 2 by writing the PLLADIV2 bit in PMC_MCKR, if the ratio between PCK and MCK is 3 (MDIV = 3). This is the purpose of the driver. Signed-off-by: Wenyou Yang <wenyou.yang@microchip.com>