clk: rockchip: rk3128: Fix SCLK_SDMMC's clock name
authorAlex Bee <knaerzche@gmail.com>
Mon, 27 Nov 2023 18:14:18 +0000 (19:14 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Tue, 28 Nov 2023 09:30:59 +0000 (10:30 +0100)
commit99fe9ee56bd2f7358f1bc72551c2f3a6bbddf80a
tree867764375f5f71d2d60711231731e45272331988
parent98dcc6be3859fb15257750b8e1d4e0eefd2c5e1e
clk: rockchip: rk3128: Fix SCLK_SDMMC's clock name

SCLK_SDMMC is the parent for SCLK_SDMMC_DRV and SCLK_SDMMC_SAMPLE, but
used with the (more) correct name sclk_sdmmc. SD card tuning does currently
fail as the parent can't be found under that name.
There is no need to suffix the name with '0' since RK312x SoCs do have a
single sdmmc controller - so rename it to the name which is already used
by it's children.

Fixes: f6022e88faca ("clk: rockchip: add clock controller for rk3128")
Signed-off-by: Alex Bee <knaerzche@gmail.com>
Link: https://lore.kernel.org/r/20231127181415.11735-6-knaerzche@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
drivers/clk/rockchip/clk-rk3128.c