commit | 1a25236f2ab5689bdafafbe255419ea75730d786 | [log] [tgz] |
---|---|---|
author | Quentin Schulz <quentin.schulz@bootlin.com> | Fri Aug 31 16:28:31 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 25 21:49:18 2018 -0400 |
tree | 825cec0d016f905bc0adf4a28cece89e5143acf5 | |
parent | f1c773bd4f4814a7ddb4d4033b60737aba2b43bd [diff] |
arm: spear: fix enabling of SSP2 clock The SSP2 clock is at bit 6 in the register, so the value is 0x40 unlike the current 0x70 which enables the clock of UART2, SSP1 and SSP2. Signed-off-by: Quentin Schulz <quentin.schulz@bootlin.com> Acked-by: Stefan Roese <sr@denx.de>