diff options
author | davidcunado-arm <david.cunado@arm.com> | 2016-09-14 18:09:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-14 18:09:38 +0100 |
commit | a760613fc081523bd38a3c093a2c95d2c3b03916 (patch) | |
tree | 876e724f0971e54af16fd644f5cb966d1d7f0996 /include | |
parent | d9738fbc643daf18a3939b1cb02854aa509679fb (diff) | |
parent | c1ff80b1289df2c6d950413eab37cdd999b462a6 (diff) |
Merge pull request #663 from leon-chen-mtk/mt6795_2
mediatek: Support for Mediatek MT6795 SoC
Diffstat (limited to 'include')
-rw-r--r-- | include/lib/aarch64/arch_helpers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lib/aarch64/arch_helpers.h b/include/lib/aarch64/arch_helpers.h index f9f0715f..4d936ad5 100644 --- a/include/lib/aarch64/arch_helpers.h +++ b/include/lib/aarch64/arch_helpers.h @@ -273,6 +273,7 @@ DEFINE_SYSREG_RW_FUNCS(cntvoff_el2) DEFINE_SYSREG_RW_FUNCS(vpidr_el2) DEFINE_SYSREG_RW_FUNCS(vmpidr_el2) +DEFINE_SYSREG_RW_FUNCS(cntp_ctl_el0) DEFINE_SYSREG_READ_FUNC(isr_el1) |