diff options
author | David Lechner <david@lechnology.com> | 2018-03-16 05:52:19 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-03-20 20:16:26 +0300 |
commit | c92765fdb8ffd2efc7693d5d83bb71ab8dfcad5e (patch) | |
tree | 65a35521dd072600076041e78b59a639cc496083 /drivers/clk/davinci/pll.c | |
parent | 2d172691515961cad2abb4bf1b15d187bf2106cf (diff) | |
download | linux-c92765fdb8ffd2efc7693d5d83bb71ab8dfcad5e.tar.xz |
clk: davinci: Add platform information for TI DA830 PLL
This adds platform-specific declarations for the PLL clocks on TI DA830/
OMAP-L137/AM17XX SoCs.
Signed-off-by: David Lechner <david@lechnology.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/davinci/pll.c')
-rw-r--r-- | drivers/clk/davinci/pll.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/davinci/pll.c b/drivers/clk/davinci/pll.c index bfa5b7e52d3d..d91cb9d5bc1f 100644 --- a/drivers/clk/davinci/pll.c +++ b/drivers/clk/davinci/pll.c @@ -775,6 +775,7 @@ static const struct of_device_id davinci_pll_of_match[] = { }; static const struct platform_device_id davinci_pll_id_table[] = { + { .name = "da830-pll", .driver_data = (kernel_ulong_t)da830_pll_init }, { } }; |