diff options
Diffstat (limited to 'include/asm-arm/clock.h')
-rw-r--r-- | include/asm-arm/clock.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-arm/clock.h b/include/asm-arm/clock.h index 41f8c8c..fe2813e 100644 --- a/include/asm-arm/clock.h +++ b/include/asm-arm/clock.h @@ -34,7 +34,8 @@ enum { UART_CLK, CSPI_CLK, DDR_CLK, - ALL_CLK + NFC_CLK, + ALL_CLK, }; int clk_config(u32 ref, u32 freq, u32 clk_type); |