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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/clk/visconti/pll.h b/drivers/clk/visconti/pll.h
index 01d07f1bf01b..c4bd40676da4 100644
--- a/drivers/clk/visconti/pll.h
+++ b/drivers/clk/visconti/pll.h
@@ -15,8 +15,10 @@
struct visconti_pll_provider {
void __iomem *reg_base;
- 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, \