diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-arm/arch-mx53/mx53.h | 1 | ||||
-rw-r--r-- | include/asm-arm/clock.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-arm/arch-mx53/mx53.h b/include/asm-arm/arch-mx53/mx53.h index b1f3d27..6586b9c 100644 --- a/include/asm-arm/arch-mx53/mx53.h +++ b/include/asm-arm/arch-mx53/mx53.h @@ -393,6 +393,7 @@ enum boot_device { enum mxc_clock { MXC_ARM_CLK = 0, + MXC_PER_CLK, MXC_AHB_CLK, MXC_IPG_CLK, MXC_IPG_PERCLK, diff --git a/include/asm-arm/clock.h b/include/asm-arm/clock.h index 95afb89..41f8c8c 100644 --- a/include/asm-arm/clock.h +++ b/include/asm-arm/clock.h @@ -27,6 +27,7 @@ enum { CPU_CLK = 0, + PERIPH_CLK, AHB_CLK, IPG_CLK, IPG_PERCLK, |