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

There is no SPEAr600 device named "ssp-pl022.x". Instead, the description
of the SSP (Synchronous Serial Port) was recently added to the Device Tree,
and the device name is "xxx.spi", so we should associate the SSP gateable
clock to these device names.

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-3-kory.maincent@bootlin.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/spear/spear6xx_clock.c