]> Git Repo - u-boot.git/commit
arm: spear: fix enabling of SSP2 clock
authorQuentin Schulz <[email protected]>
Fri, 31 Aug 2018 14:28:31 +0000 (16:28 +0200)
committerTom Rini <[email protected]>
Wed, 26 Sep 2018 01:49:18 +0000 (21:49 -0400)
commit484a878273539949c1dd97ad0e4c97c35acac87a
tree825cec0d016f905bc0adf4a28cece89e5143acf5
parentac47fbee6ddd3cc50869d6e46f24f85ff59a5b0a
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 <[email protected]>
Acked-by: Stefan Roese <[email protected]>
arch/arm/include/asm/arch-spear/spr_misc.h
This page took 0.035072 seconds and 4 git commands to generate.