]> www.infradead.org Git - users/jedix/linux-maple.git/commit
clk: davinci: remove platform data struct
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Tue, 17 Dec 2024 17:41:54 +0000 (18:41 +0100)
committerStephen Boyd <sboyd@kernel.org>
Tue, 17 Dec 2024 18:53:06 +0000 (10:53 -0800)
commit7c4b497fd4032935676b9024396f187fee005739
tree8f20a5673edc64b2d3639e1ac02121cc3a160933
parent28fa3291cad1c201967ef93edc6e7f8ccc9afbc0
clk: davinci: remove platform data struct

There are no board files using struct davinci_pll_platform_data anymore.
The structure itself is currently used to store a single pointer. Let's
remove the struct definition, the header and rework the driver to not
require the syscon regmap to be stored in probe().

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Link: https://lore.kernel.org/r/20241217174154.84441-1-brgl@bgdev.pl
Reviewed-by: David Lechner <david@lechnology.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/davinci/pll.c
include/linux/platform_data/clk-davinci-pll.h [deleted file]