]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/include/asm/arch-rockchip/cru_rk3399.h
rockchip: rk3399: Move rockchip_get_cru() out of the driver
[people/ms/u-boot.git] / arch / arm / include / asm / arch-rockchip / cru_rk3399.h
index 6776e484b737ff6a1f6242ffd73f3bf78c04a65e..98fba2bd7556a16f2d686d46f290902dfcf2be82 100644 (file)
@@ -9,6 +9,12 @@
 
 #include <common.h>
 
+/* Private data for the clock driver - used by rockchip_get_cru() */
+struct rk3399_clk_priv {
+       struct rk3399_cru *cru;
+       ulong rate;
+};
+
 struct rk3399_pmucru {
        u32 ppll_con[6];
        u32 reserved[0x1a];