diff options
Diffstat (limited to 'arch/ppc/syslib/virtex_devices.h')
-rw-r--r-- | arch/ppc/syslib/virtex_devices.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/ppc/syslib/virtex_devices.h b/arch/ppc/syslib/virtex_devices.h index 3d4be1412f60..9f38d92ae536 100644 --- a/arch/ppc/syslib/virtex_devices.h +++ b/arch/ppc/syslib/virtex_devices.h | |||
@@ -31,4 +31,11 @@ void __init virtex_early_serial_map(void); | |||
31 | */ | 31 | */ |
32 | int virtex_device_fixup(struct platform_device *dev); | 32 | int virtex_device_fixup(struct platform_device *dev); |
33 | 33 | ||
34 | /* SPI Controller IP */ | ||
35 | struct xspi_platform_data { | ||
36 | s16 bus_num; | ||
37 | u16 num_chipselect; | ||
38 | u32 speed_hz; | ||
39 | }; | ||
40 | |||
34 | #endif /* __ASM_VIRTEX_DEVICES_H__ */ | 41 | #endif /* __ASM_VIRTEX_DEVICES_H__ */ |