Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Update ili9488.c
Browse files Browse the repository at this point in the history
Bad device tree name
  • Loading branch information
DevElkami authored Apr 8, 2019
1 parent c470a40 commit 7a6ac9e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ili9488.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#define DEBUG
/*
* Copyright (C) 2019, Elkami
*/
Expand Down Expand Up @@ -384,7 +383,7 @@ static int ili9488c_dsi_remove(struct mipi_dsi_device *dsi)
}

static const struct of_device_id ili9488c_of_match[] = {
{ .compatible = "ilitek,ili9488_dev" },
{ .compatible = "ilitek,ili9488" },
{ }
};
MODULE_DEVICE_TABLE(of, ili9488c_of_match);
Expand All @@ -393,7 +392,7 @@ static struct mipi_dsi_driver ili9488c_dsi_driver = {
.probe = ili9488c_dsi_probe,
.remove = ili9488c_dsi_remove,
.driver = {
.name = "ili9488_dev",
.name = "ili9488",
.of_match_table = ili9488c_of_match,
},
};
Expand Down

0 comments on commit 7a6ac9e

Please sign in to comment.