This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// SPDX-License-Identifier: GPL-2.0+ | |
/* | |
* DRM driver for Ilitek ILI9488 panels | |
* | |
* Copyright 2020 Kamlesh Gurudasani <[email protected]> | |
*/ | |
#include <linux/delay.h> | |
#include <linux/dma-buf.h> | |
#include <linux/gpio/consumer.h> |