summaryrefslogtreecommitdiff
path: root/arch/arm/include
diff options
context:
space:
mode:
authorKever Yang <kever.yang@rock-chips.com>2016-08-16 17:58:10 +0800
committerSimon Glass <sjg@chromium.org>2016-09-22 07:32:22 -0600
commitc55e30eb83f100753f3ed92c10ca3789c68fb8aa (patch)
tree1cf4aa22a9f29d25cfbd41528f9439b39272f24e /arch/arm/include
parenta2ed3f452dd1cf4982fe46d5111d200909786686 (diff)
rk3399: syscon: add support for pmugrf
pmugrf is a module like grf which contain some of the iomux registers and other registers. Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/include')
-rw-r--r--arch/arm/include/asm/arch-rockchip/clock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-rockchip/clock.h b/arch/arm/include/asm/arch-rockchip/clock.h
index 21edbc2f89..804c77beaa 100644
--- a/arch/arm/include/asm/arch-rockchip/clock.h
+++ b/arch/arm/include/asm/arch-rockchip/clock.h
@@ -16,6 +16,7 @@ enum {
ROCKCHIP_SYSCON_GRF,
ROCKCHIP_SYSCON_SGRF,
ROCKCHIP_SYSCON_PMU,
+ ROCKCHIP_SYSCON_PMUGRF,
};
/* Standard Rockchip clock numbers */