imx: wandboard: fix splash logo drawing
[platform/kernel/u-boot.git] / include / clk.h
index 3ca2796..18b2e3c 100644 (file)
@@ -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.
         */