diff options
author | David Lechner <david@lechnology.com> | 2018-03-16 03:52:19 +0100 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-03-20 18:16:26 +0100 |
commit | c92765fdb8ffd2efc7693d5d83bb71ab8dfcad5e (patch) | |
tree | 65a35521dd072600076041e78b59a639cc496083 /drivers/clk/davinci/pll.c | |
parent | clk: davinci: New driver for davinci PLL clocks (diff) | |
download | linux-c92765fdb8ffd2efc7693d5d83bb71ab8dfcad5e.tar.xz linux-c92765fdb8ffd2efc7693d5d83bb71ab8dfcad5e.zip |
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 }, { } }; |