]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/include/asm/arch-rockchip/cru_rk3399.h
ARM: AM43xx: Add support for RTC only + DDR in self-refresh mode
[u-boot] / arch / arm / include / asm / arch-rockchip / cru_rk3399.h
index 98fba2bd7556a16f2d686d46f290902dfcf2be82..033f067122d341f177989747e9a35f5bbcaae7a2 100644 (file)
 /* Private data for the clock driver - used by rockchip_get_cru() */
 struct rk3399_clk_priv {
        struct rk3399_cru *cru;
-       ulong rate;
+};
+
+struct rk3399_pmuclk_priv {
+       struct rk3399_pmucru *pmucru;
 };
 
 struct rk3399_pmucru {