diff options
author | Andy Yan <andy.yan@rock-chips.com> | 2017-06-01 18:00:36 +0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2017-06-07 07:29:25 -0600 |
commit | bae2f282a96e400a2bbcc8a545598289f36e1c32 (patch) | |
tree | 83b21bce52f9c4a40c9446a0e48c2f81fe222bbf /arch/arm/include/asm/arch-rockchip/periph.h | |
parent | 09aa7c468cd3f93c2eb9286bbdb163c914d3c2ae (diff) |
rockchip: clk: Add rv1108 clock driver
Add clock driver support for Rockchip rv1108 soc
Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/include/asm/arch-rockchip/periph.h')
-rw-r--r-- | arch/arm/include/asm/arch-rockchip/periph.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-rockchip/periph.h b/arch/arm/include/asm/arch-rockchip/periph.h index 8018d47348..9f4bc2e107 100644 --- a/arch/arm/include/asm/arch-rockchip/periph.h +++ b/arch/arm/include/asm/arch-rockchip/periph.h @@ -42,6 +42,7 @@ enum periph_id { PERIPH_ID_SDMMC2, PERIPH_ID_HDMI, PERIPH_ID_GMAC, + PERIPH_ID_SFC, PERIPH_ID_COUNT, |