summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2021-02-12 19:35:26 +0300
committerHerbert Xu <herbert@gondor.apana.org.au>2021-03-07 07:13:17 +0300
commit664b0f41ce2e8286c471fd8865d005f594733bdc (patch)
tree7d22d9572a10c8d2532df78d8cd0777f9c2c1452 /crypto
parent1dbc6a1e25be8575d6c4114d1d2b841a796507f7 (diff)
downloadlinux-664b0f41ce2e8286c471fd8865d005f594733bdc.tar.xz
crypto: s5p-sss - initialize APB clock after the AXI bus clock for SlimSSS
The driver for Slim Security Subsystem (SlimSSS) on Exynos5433 takes two clocks - aclk (AXI/AHB clock) and pclk (APB/Advanced Peripheral Bus clock). The "aclk", as main high speed bus clock, is enabled first. Then the "pclk" is enabled. However the driver assigned reversed names for lookup of these clocks from devicetree, so effectively the "pclk" was enabled first. Although it might not matter in reality, the correct order is to enable first main/high speed bus clock - "aclk". Also this was the intention of the actual code. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions