mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
staging: drm/imx: fix number of IPU IRQs
There are 15 32-bit registers altogether. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
9b3bb7abcd
commit
e4f2a54e60
@ -110,7 +110,7 @@ struct ipu_soc;
|
||||
#define IDMAC_BAND_EN(ch) IPU_IDMAC_REG(0x0040 + 4 * ((ch) / 32))
|
||||
#define IDMAC_CHA_BUSY(ch) IPU_IDMAC_REG(0x0100 + 4 * ((ch) / 32))
|
||||
|
||||
#define IPU_NUM_IRQS (32 * 5)
|
||||
#define IPU_NUM_IRQS (32 * 15)
|
||||
|
||||
enum ipu_modules {
|
||||
IPU_CONF_CSI0_EN = (1 << 0),
|
||||
|
Loading…
x
Reference in New Issue
Block a user