Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e15124c1 authored by Mike Frysinger's avatar Mike Frysinger
Browse files

Blackfin: dpmc.h: pull in new pll.h



Any consumer of dpmc.h expects to use VR_CTL, so also pull in the new
mach/pll.h header for those functions.

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 77c90e3d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -9,6 +9,8 @@
#ifndef _BLACKFIN_DPMC_H_
#define _BLACKFIN_DPMC_H_

#include <mach/pll.h>

/* PLL_CTL Masks */
#define DF			0x0001	/* 0: PLL = CLKIN, 1: PLL = CLKIN/2 */
#define PLL_OFF			0x0002	/* PLL Not Powered */