]> 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 6776e484b737ff6a1f6242ffd73f3bf78c04a65e..033f067122d341f177989747e9a35f5bbcaae7a2 100644 (file)
@@ -9,6 +9,15 @@
 
 #include <common.h>
 
+/* Private data for the clock driver - used by rockchip_get_cru() */
+struct rk3399_clk_priv {
+       struct rk3399_cru *cru;
+};
+
+struct rk3399_pmuclk_priv {
+       struct rk3399_pmucru *pmucru;
+};
+
 struct rk3399_pmucru {
        u32 ppll_con[6];
        u32 reserved[0x1a];