]> www.infradead.org Git - users/jedix/linux-maple.git/commit
soc: samsung: usi: prevent wrong bits inversion during unconfiguring
authorIvaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>
Sun, 13 Apr 2025 16:37:55 +0000 (19:37 +0300)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 14 Apr 2025 06:51:18 +0000 (08:51 +0200)
commitdd303e021996a0e43963d852af8a3277e6f5ed88
tree963a804b6287fb4c37df40abe718fd94e34d874f
parent2908ffa53f8ed487ab4285635c79d4911cced93c
soc: samsung: usi: prevent wrong bits inversion during unconfiguring

Instead of setting bit 1 (USI_OPTION_CLKSTOP_ON) during USI unconfiguring,
all the other bits in the USI_OPTION register get inverted, which
should not happen as that means the clock will keep getting provided
to the USI IP. Remove the unnecessary tilde.

Fixes: 11e77776b58a ("soc: samsung: usi: add a routine for unconfiguring the ip")
Signed-off-by: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>
Link: https://lore.kernel.org/r/20250413163755.788907-1-ivo.ivanov.ivanov1@gmail.com
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
drivers/soc/samsung/exynos-usi.c