aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/include/asm/arch-rockchip/clock.h')
-rw-r--r--arch/arm/include/asm/arch-rockchip/clock.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-rockchip/clock.h b/arch/arm/include/asm/arch-rockchip/clock.h
index 1d5b3a07d0..0eb19ca86f 100644
--- a/arch/arm/include/asm/arch-rockchip/clock.h
+++ b/arch/arm/include/asm/arch-rockchip/clock.h
@@ -43,6 +43,12 @@ struct sysreset_reg {
43 unsigned int glb_srst_snd_value; 43 unsigned int glb_srst_snd_value;
44}; 44};
45 45
46struct softreset_reg {
47 void __iomem *base;
48 unsigned int sf_reset_offset;
49 unsigned int sf_reset_num;
50};
51
46/** 52/**
47 * clk_get_divisor() - Calculate the required clock divisior 53 * clk_get_divisor() - Calculate the required clock divisior
48 * 54 *