mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-01 18:51:33 +02:00
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 gpier;
|
||||||
u32 gpimr;
|
u32 gpimr;
|
||||||
u32 gpicr;
|
u32 gpicr;
|
||||||
|
u32 gpibe;
|
||||||
} ccsr_gpio_t;
|
} ccsr_gpio_t;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user