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:
Lee Seungcheol
2022-01-06 11:35:21 +09:00
committed by xiane
parent ec7946d3fb
commit 5a02ecf648

View File

@@ -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);