ppc: mpc85xx: Add 'gpibe' register to 'struct ccsr_gpio'
authorBin Meng <bmeng.cn@gmail.com>
Thu, 25 Feb 2021 09:22:49 +0000 (17:22 +0800)
committerPriyanka Jain <priyanka.jain@nxp.com>
Fri, 5 Mar 2021 04:55:43 +0000 (10:25 +0530)
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>
arch/powerpc/include/asm/immap_85xx.h

index c6c0092..905613f 100644 (file)
@@ -272,6 +272,7 @@ typedef struct ccsr_gpio {
        u32     gpier;
        u32     gpimr;
        u32     gpicr;
+       u32     gpibe;
 } ccsr_gpio_t;
 #endif