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>
This commit is contained in:
parent
843d9b8d03
commit
f94cbb5b87
@ -272,6 +272,7 @@ typedef struct ccsr_gpio {
|
||||
u32 gpier;
|
||||
u32 gpimr;
|
||||
u32 gpicr;
|
||||
u32 gpibe;
|
||||
} ccsr_gpio_t;
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user