summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorJorge Ramirez-Ortiz <[email protected]>2025-04-07 19:56:15 +0200
committerCaleb Connolly <[email protected]>2025-04-10 15:43:11 +0200
commit8fc48d1a01acec2568b48b2afd6303397af593c8 (patch)
tree2ea8ca1000dd0df036c555e69ab34bf145ad9326 /drivers
parent1561b01a0851e9ada026778c5518f0bef8caa3e3 (diff)
clk/qcom: apq8096: fix the sdhci clock
Select the right clock for sdhci. Signed-off-by: Jorge Ramirez-Ortiz <[email protected]> Reviewed-by: Caleb Connolly <[email protected]> Reviewed-by: Neil Armstrong <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Caleb Connolly <[email protected]>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/clk/qcom/clock-apq8096.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/qcom/clock-apq8096.c b/drivers/clk/qcom/clock-apq8096.c
index bc00826a5e8..551f52d5197 100644
--- a/drivers/clk/qcom/clock-apq8096.c
+++ b/drivers/clk/qcom/clock-apq8096.c
@@ -83,7 +83,7 @@ static ulong apq8096_clk_set_rate(struct clk *clk, ulong rate)
struct msm_clk_priv *priv = dev_get_priv(clk->dev);
switch (clk->id) {
- case GCC_SDCC1_APPS_CLK: /* SDC1 */
+ case GCC_SDCC2_APPS_CLK: /* SDC2 */
return clk_init_sdc(priv, rate);
break;
case GCC_BLSP2_UART2_APPS_CLK: /*UART2*/