]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
clk: qcom: videocc-sm8550: depend on either gcc-sm8550 or gcc-sm8650
authorJonathan Marek <jonathan@marek.ca>
Sat, 5 Oct 2024 14:40:46 +0000 (10:40 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 5 Dec 2024 12:53:30 +0000 (13:53 +0100)
[ Upstream commit aab8d53711346d5569261aec9702b7579eecf1ab ]

This driver is compatible with both sm8550 and sm8650, fix the Kconfig
entry to reflect that.

Fixes: da1f361c887c ("clk: qcom: videocc-sm8550: Add SM8650 video clock controller")
Signed-off-by: Jonathan Marek <jonathan@marek.ca>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20241005144047.2226-1-jonathan@marek.ca
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/clk/qcom/Kconfig

index 11ae28430dadbcef30af815e11e1289e944c103d..8e1b7f63e95a133ad7415133ac4de4f7d600f1d2 100644 (file)
@@ -1203,11 +1203,11 @@ config SM_VIDEOCC_8350
 config SM_VIDEOCC_8550
        tristate "SM8550 Video Clock Controller"
        depends on ARM64 || COMPILE_TEST
-       select SM_GCC_8550
+       depends on SM_GCC_8550 || SM_GCC_8650
        select QCOM_GDSC
        help
          Support for the video clock controller on Qualcomm Technologies, Inc.
-         SM8550 devices.
+         SM8550 or SM8650 devices.
          Say Y if you want to support video devices and functionality such as
          video encode/decode.