提交 f2d3ae07 编写于 作者: B Benoît Thébaudeau 提交者: Albert ARIBAUD

mx3: Fix typo on IPU_CONF_CSI_EN

Signed-off-by: NBenoît Thébaudeau <benoit.thebaudeau@advansee.com>
Cc: Stefano Babic <sbabic@denx.de>
Acked-by: NStefano Babic <sbabic@denx.de>
上级 34a31bf5
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册