Commit fa7b4ca5 authored by Sebastian Andrzej Siewior's avatar Sebastian Andrzej Siewior Committed by Felipe Balbi

usb: musb: dsps: rename ti81xx_driver_data to am33xx_driver_data

The ti81xx platform is not fully supported right now. This patch renames
the date structure to a am33xx prefix which is actually used.
Signed-off-by: default avatarSebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent 6558d7ed
...@@ -720,7 +720,7 @@ static int dsps_resume(struct device *dev) ...@@ -720,7 +720,7 @@ static int dsps_resume(struct device *dev)
static SIMPLE_DEV_PM_OPS(dsps_pm_ops, dsps_suspend, dsps_resume); static SIMPLE_DEV_PM_OPS(dsps_pm_ops, dsps_suspend, dsps_resume);
static const struct dsps_musb_wrapper ti81xx_driver_data = { static const struct dsps_musb_wrapper am33xx_driver_data = {
.revision = 0x00, .revision = 0x00,
.control = 0x14, .control = 0x14,
.status = 0x18, .status = 0x18,
...@@ -753,7 +753,7 @@ static const struct dsps_musb_wrapper ti81xx_driver_data = { ...@@ -753,7 +753,7 @@ static const struct dsps_musb_wrapper ti81xx_driver_data = {
static const struct of_device_id musb_dsps_of_match[] = { static const struct of_device_id musb_dsps_of_match[] = {
{ .compatible = "ti,musb-am33xx", { .compatible = "ti,musb-am33xx",
.data = (void *) &ti81xx_driver_data, }, .data = (void *) &am33xx_driver_data, },
{ }, { },
}; };
MODULE_DEVICE_TABLE(of, musb_dsps_of_match); MODULE_DEVICE_TABLE(of, musb_dsps_of_match);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment