]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/ipu.h
karo: merge with Ka-Ro specific tree for secure boot support
[karo-tx-uboot.git] / include / ipu.h
index b8cf52147a32d38732a161b7a63c894d6c5dba90..b1143a42703bea06da690667e9df211f10b5dc92 100644 (file)
@@ -188,6 +188,14 @@ typedef union {
        } mem_dp_fg_sync;
 } ipu_channel_params_t;
 
+/*
+ * Enumeration of IPU interrupts.
+ */
+enum ipu_irq_line {
+       IPU_IRQ_DP_SF_END = 448 + 3,
+       IPU_IRQ_DC_FC_1 = 448 + 9,
+};
+
 /*
  * Bitfield of Display Interface signal polarities.
  */