hc
2023-11-06 e3e12f52b214121840b44c91de5b3e5af5d3eb84
kernel/drivers/gpu/arm/mali400/mali/common/mali_osk_mali.h
....@@ -28,9 +28,12 @@
2828 struct device *dev;
2929 #ifdef CONFIG_HAVE_CLK
3030 struct clk *clock;
31
+ struct clk_bulk_data *clks;
32
+ int num_clks;
3133 #endif
3234 #ifdef CONFIG_REGULATOR
3335 struct regulator *regulator;
36
+ struct opp_table *opp_table;
3437 #endif
3538 #ifdef CONFIG_PM_DEVFREQ
3639 struct devfreq_dev_profile devfreq_profile;