summaryrefslogtreecommitdiff
path: root/drivers/clk/visconti/pll.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/clk/visconti/pll.h')
-rw-r--r--drivers/clk/visconti/pll.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/clk/visconti/pll.h b/drivers/clk/visconti/pll.h
index 16dae35ab370..c4bd40676da4 100644
--- a/drivers/clk/visconti/pll.h
+++ b/drivers/clk/visconti/pll.h
@@ -15,9 +15,10 @@
struct visconti_pll_provider {
void __iomem *reg_base;
- struct regmap *regmap;
- struct clk_hw_onecell_data clk_data;
struct device_node *node;
+
+ /* Must be last */
+ struct clk_hw_onecell_data clk_data;
};
#define VISCONTI_PLL_RATE(_rate, _dacen, _dsmen, \