clk: spear: Fix CLCD clock definition on SPEAr600
authorKory Maincent <kory.maincent@bootlin.com>
Tue, 15 Nov 2022 13:58:12 +0000 (14:58 +0100)
committerStephen Boyd <sboyd@kernel.org>
Wed, 23 Nov 2022 02:03:52 +0000 (18:03 -0800)
commit9a856bee524b65405ba58e28c26e6bd1278d7930
tree3b52ae832c527521419524d7407a98cbc3dd9440
parent9abf2313adc1ca1b6180c508c25f22f9395cc780
clk: spear: Fix CLCD clock definition on SPEAr600

There is no SPEAr600 device named "clcd". Instead, the description of the
CLCD (color liquid crystal display controller) name is "fc200000.clcd", so
we should associate the CLCD gateable clock to this device name.

Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Link: https://lore.kernel.org/r/20221115135814.214388-2-kory.maincent@bootlin.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/spear/spear6xx_clock.c