diff options
Diffstat (limited to 'include/clk.h')
-rw-r--r-- | include/clk.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clk.h b/include/clk.h index 3ca2796b57..18b2e3ca54 100644 --- a/include/clk.h +++ b/include/clk.h @@ -61,6 +61,7 @@ struct clk { struct udevice *dev; long long rate; /* in HZ */ u32 flags; + int enable_count; /* * Written by of_xlate. In the future, we might add more fields here. */ |