mirror of
https://github.com/torvalds/linux.git
synced 2026-05-12 16:18:45 +02:00
clk: qcom: De-acronymize Glymur SoC name
Glymur is a codename of Qualcomm SoC, not an acronym. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260217130047.281813-4-krzysztof.kozlowski@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
eba8bcf96e
commit
85072bcd4f
|
|
@ -20,30 +20,30 @@ menuconfig COMMON_CLK_QCOM
|
|||
if COMMON_CLK_QCOM
|
||||
|
||||
config CLK_GLYMUR_DISPCC
|
||||
tristate "GLYMUR Display Clock Controller"
|
||||
tristate "Glymur Display Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select CLK_GLYMUR_GCC
|
||||
help
|
||||
Support for the display clock controllers on Qualcomm
|
||||
Technologies, Inc. GLYMUR devices.
|
||||
Technologies, Inc. Glymur devices.
|
||||
Say Y if you want to support display devices and functionality such as
|
||||
splash screen.
|
||||
|
||||
config CLK_GLYMUR_GCC
|
||||
tristate "GLYMUR Global Clock Controller"
|
||||
tristate "Glymur Global Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select QCOM_GDSC
|
||||
help
|
||||
Support for the global clock controller on GLYMUR devices.
|
||||
Support for the global clock controller on Glymur devices.
|
||||
Say Y if you want to use peripheral devices such as UART, SPI,
|
||||
I2C, USB, UFS, SDCC, etc.
|
||||
|
||||
config CLK_GLYMUR_TCSRCC
|
||||
tristate "GLYMUR TCSR Clock Controller"
|
||||
tristate "Glymur TCSR Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select QCOM_GDSC
|
||||
help
|
||||
Support for the TCSR clock controller on GLYMUR devices.
|
||||
Support for the TCSR clock controller on Glymur devices.
|
||||
Say Y if you want to use peripheral devices such as USB/PCIe/EDP.
|
||||
|
||||
config CLK_KAANAPALI_CAMCC
|
||||
|
|
|
|||
|
|
@ -1978,5 +1978,5 @@ static struct platform_driver disp_cc_glymur_driver = {
|
|||
|
||||
module_platform_driver(disp_cc_glymur_driver);
|
||||
|
||||
MODULE_DESCRIPTION("QTI DISPCC GLYMUR Driver");
|
||||
MODULE_DESCRIPTION("QTI DISPCC Glymur Driver");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
|
|
|||
|
|
@ -8611,5 +8611,5 @@ static void __exit gcc_glymur_exit(void)
|
|||
}
|
||||
module_exit(gcc_glymur_exit);
|
||||
|
||||
MODULE_DESCRIPTION("QTI GCC GLYMUR Driver");
|
||||
MODULE_DESCRIPTION("QTI GCC Glymur Driver");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
|
|
|||
|
|
@ -309,5 +309,5 @@ static void __exit tcsr_cc_glymur_exit(void)
|
|||
}
|
||||
module_exit(tcsr_cc_glymur_exit);
|
||||
|
||||
MODULE_DESCRIPTION("QTI TCSRCC GLYMUR Driver");
|
||||
MODULE_DESCRIPTION("QTI TCSRCC Glymur Driver");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user