]> www.infradead.org Git - users/jedix/linux-maple.git/commit
phy: exynos5-usbdrd: fix setting LINKSYSTEM_FLADJ on exynos7870
authorAndré Draszik <andre.draszik@linaro.org>
Tue, 29 Apr 2025 08:49:24 +0000 (09:49 +0100)
committerVinod Koul <vkoul@kernel.org>
Wed, 14 May 2025 09:11:40 +0000 (10:11 +0100)
commitb45791d48752418c805ae7417dcea85a40d5a41e
tree2533f0af5d0ada34d9c906ee7fc72c0d6c517bab
parenteb7a22f830f68997d76e660a02143c2bc72e7fb7
phy: exynos5-usbdrd: fix setting LINKSYSTEM_FLADJ on exynos7870

The code here is trying to set the FLADJ field to 0x20, so it should
clear any previous value in that field before or'ing-in the new value.

Fixes: 588d5d20ca8d ("phy: exynos5-usbdrd: add exynos7870 USBDRD support")
Signed-off-by: André Draszik <andre.draszik@linaro.org>
Link: https://lore.kernel.org/r/20250429-exynos5-phy-field-prep-v1-1-39eb279a3e0e@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/samsung/phy-exynos5-usbdrd.c