mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
ODROID-M1: gpu/drm: Add Hardkernel 3.2 LCD driver to ili9341 driver
Signed-off-by: Steve Jeong <steve@how2flow.net> Change-Id: If4ab1899514ee8e84e8de59ccb4318f68f2881d9
This commit is contained in:
@@ -163,12 +163,14 @@ static struct drm_driver ili9341_driver = {
|
||||
|
||||
static const struct of_device_id ili9341_of_match[] = {
|
||||
{ .compatible = "adafruit,yx240qv29" },
|
||||
{ .compatible = "hardkernel,hktft32" },
|
||||
{ }
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, ili9341_of_match);
|
||||
|
||||
static const struct spi_device_id ili9341_id[] = {
|
||||
{ "yx240qv29", 0 },
|
||||
{ "hktft32", 0 },
|
||||
{ }
|
||||
};
|
||||
MODULE_DEVICE_TABLE(spi, ili9341_id);
|
||||
|
||||
Reference in New Issue
Block a user