Browse Source

ppc: mpc85xx: Add 'gpibe' register to 'struct ccsr_gpio'

Without this, the DM GPIO driver for MPC8xxx does not compile for
MPC85xx SoCs.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Bin Meng 3 years ago
parent
commit
f94cbb5b87
1 changed files with 1 additions and 0 deletions
  1. 1 0
      arch/powerpc/include/asm/immap_85xx.h

+ 1 - 0
arch/powerpc/include/asm/immap_85xx.h

@@ -272,6 +272,7 @@ typedef struct ccsr_gpio {
 	u32	gpier;
 	u32	gpimr;
 	u32	gpicr;
+	u32	gpibe;
 } ccsr_gpio_t;
 #endif