Name
struct mipi_dsi_device_info —
template for creating a mipi_dsi_device
Synopsis
struct mipi_dsi_device_info {
char type[DSI_DEV_NAME_SIZE];
u32 channel;
struct device_node * node;
};
Members
- type[DSI_DEV_NAME_SIZE]
DSI peripheral chip type
- channel
DSI virtual channel assigned to peripheral
- node
pointer to OF device node or NULL
Description
This is populated and passed to mipi_dsi_device_new to create a new
DSI device