// SPDX-License-Identifier: GPL-2.0-only /* * Ilitek ILI9341 TFT LCD driver. * * This panel can be configured to support: * - 16-bit parallel RGB interface * - 18-bit parallel RGB interface * - 4-line serial spi interface * * Copyright 2018 David Lechner * Copyright (C) 2021 Dillon Min * * Derived from Linux drivers/drm/gpu/panel/panel-ilitek-ili9341.c */ #include #include #include #include #include #include #include