Commit c0a737b5 authored by Mark A. Greer's avatar Mark A. Greer Committed by Kevin Hilman

ARM: DaVinci - Add missing define for PLLDIV7

The davinci clock.h file contains PLLDIVx defines for all but PLLDIV7
so add it.
Signed-off-by: default avatarMark A. Greer <mgreer@mvista.com>
Signed-off-by: default avatarKevin Hilman <khilman@deeprootsystems.com>
parent d895fd24
......@@ -42,6 +42,7 @@
#define PLLDIV4 0x160
#define PLLDIV5 0x164
#define PLLDIV6 0x168
#define PLLDIV7 0x16c
#define PLLDIV8 0x170
#define PLLDIV9 0x174
#define PLLDIV_EN BIT(15)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment