Skip to content
Snippets Groups Projects
Commit b2325383 authored by Gururaja Hebbar K R's avatar Gururaja Hebbar K R Committed by Jean-Christophe PLAGNIOL-VILLARD
Browse files

ARM OMAP : Correct Invalid Timer Register Field Declaration in omap1510.h & omap730.h


- Correct Invalid #define of MPUTIM_PTV_MASK for
   omap1510 & omap730 register definition

 MPUTIM_PTV_MASK is defined as
 #define MPUTIM_PTV_MASK		(0x7<<PTV_BIT)

 while it should have been
 #define MPUTIM_PTV_MASK		(0x7<<MPUTIM_PTV_BIT)

- Below Patch corrects the same

Signed-off-by: default avatarGururaja Hebbar <gururajakr@sanyo.co.in>
parent c455d073
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment