Update a header file of Video driver.

Update the header file for the Video driver support.
pull/1102/head
Masao Hamanaka 2015-05-13 11:01:10 +09:00
parent 0d95e7bc18
commit 494b8e4d9d
1 changed files with 4 additions and 3 deletions

View File

@ -24,7 +24,7 @@
* File Name : lvds_iodefine.h
* $Rev: $
* $Date:: $
* Description : Definition of I/O Register (V1.00a)
* Description : Definition of I/O Register (V1.01a)
******************************************************************************/
#ifndef LVDS_IODEFINE_H
#define LVDS_IODEFINE_H
@ -37,7 +37,8 @@ struct st_lvds
volatile uint8_t dummy608[24]; /* */
volatile uint32_t LCLKSELR; /* LCLKSELR */
volatile uint32_t LPLLSETR; /* LPLLSETR */
volatile uint32_t LPLLMONR; /* LPLLMONR */
volatile uint8_t dummy609[4]; /* */
volatile uint32_t LPHYACC; /* LPHYACC */
};
@ -48,6 +49,6 @@ struct st_lvds
#define LVDSLVDSFCL LVDS.LVDSFCL
#define LVDSLCLKSELR LVDS.LCLKSELR
#define LVDSLPLLSETR LVDS.LPLLSETR
#define LVDSLPLLMONR LVDS.LPLLMONR
#define LVDSLPHYACC LVDS.LPHYACC
/* <-SEC M1.10.1 */
#endif