mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-29 10:31:30 +00:00
mx3: Fix typo on IPU_CONF_CSI_EN
Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com> Cc: Stefano Babic <sbabic@denx.de> Acked-by: Stefano Babic <sbabic@denx.de>
This commit is contained in:
parent
34a31bf52b
commit
f2d3ae0739
2 changed files with 2 additions and 2 deletions
|
@ -669,7 +669,7 @@ struct esdc_regs {
|
|||
#define IPU_CONF_PF_EN (1<<3)
|
||||
#define IPU_CONF_ROT_EN (1<<2)
|
||||
#define IPU_CONF_IC_EN (1<<1)
|
||||
#define IPU_CONF_SCI_EN (1<<0)
|
||||
#define IPU_CONF_CSI_EN (1<<0)
|
||||
|
||||
#define ARM_PPMRR 0x40000015
|
||||
|
||||
|
|
|
@ -177,7 +177,7 @@
|
|||
#define IPU_CONF_PF_EN (1<<3)
|
||||
#define IPU_CONF_ROT_EN (1<<2)
|
||||
#define IPU_CONF_IC_EN (1<<1)
|
||||
#define IPU_CONF_SCI_EN (1<<0)
|
||||
#define IPU_CONF_CSI_EN (1<<0)
|
||||
|
||||
/*
|
||||
* CSPI register definitions
|
||||
|
|
Loading…
Add table
Reference in a new issue