clk: x86: Rename clk-lpt to more specific clk-lpss-atom

The LPT stands for Lynxpoint PCH. However the driver is used on a few
Intel Atom SoCs. Rename it to reflect this in a way how another clock
driver, i.e. clk-pmc-atom, is called.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20210722193450.35321-1-andriy.shevchenko@linux.intel.com
Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
This commit is contained in:
Andy Shevchenko 2021-07-22 22:34:50 +03:00 committed by Stephen Boyd
parent e73f0f0ee7
commit cf0a95659e
4 changed files with 12 additions and 10 deletions

View file

@ -15,6 +15,6 @@ struct lpss_clk_data {
struct clk *clk;
};
extern int lpt_clk_init(void);
extern int lpss_atom_clk_init(void);
#endif /* __CLK_LPSS_H */