mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 06:06:53 +07:00
OMAPDSS: DSI: Add OMAP5 DSI module IDs
Add OMAP5 DSI module ID support to the OMAP DSI driver. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
This commit is contained in:
parent
35fd32d600
commit
bd3ad6a4fc
@ -5734,9 +5734,16 @@ static const struct dsi_module_id_data dsi_of_data_omap4[] = {
|
||||
{ },
|
||||
};
|
||||
|
||||
static const struct dsi_module_id_data dsi_of_data_omap5[] = {
|
||||
{ .address = 0x58004000, .id = 0, },
|
||||
{ .address = 0x58009000, .id = 1, },
|
||||
{ },
|
||||
};
|
||||
|
||||
static const struct of_device_id dsi_of_match[] = {
|
||||
{ .compatible = "ti,omap3-dsi", .data = dsi_of_data_omap3, },
|
||||
{ .compatible = "ti,omap4-dsi", .data = dsi_of_data_omap4, },
|
||||
{ .compatible = "ti,omap5-dsi", .data = dsi_of_data_omap5, },
|
||||
{},
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user