summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c
diff options
context:
space:
mode:
authorJerome Brunet <jbrunet@baylibre.com>2024-12-20 13:25:36 +0300
committerJerome Brunet <jbrunet@baylibre.com>2025-03-14 18:19:25 +0300
commitf38f7fe4830c5cb4eac138249225f119e7939965 (patch)
treebc016ab3d40788597d6c78e303e2e6c625e41ae3 /drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c
parent8995f8f108c3ac5ad52b12a6cfbbc7b3b32e9a58 (diff)
downloadlinux-f38f7fe4830c5cb4eac138249225f119e7939965.tar.xz
clk: amlogic: gxbb: drop incorrect flag on 32k clock
gxbb_32k_clk_div sets CLK_DIVIDER_ROUND_CLOSEST in the init_data flag which is incorrect. This is field is not where the divider flags belong. Thankfully, CLK_DIVIDER_ROUND_CLOSEST maps to bit 4 which is an unused clock flag, so there is no unintended consequence to this error. Effectively, the clock has been used without CLK_DIVIDER_ROUND_CLOSEST so far, so just drop it. Fixes: 14c735c8e308 ("clk: meson-gxbb: Add EE 32K Clock for CEC") Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://lore.kernel.org/r/20241220-amlogic-clk-gxbb-32k-fixes-v1-1-baca56ecf2db@baylibre.com Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c')
0 files changed, 0 insertions, 0 deletions