rockchip: rk322x: add sdram driver
[oweals/u-boot.git] / 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];