]> Git Repo - J-u-boot.git/blobdiff - drivers/video/formike.c
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscv
[J-u-boot.git] / drivers / video / formike.c
index 138315843f816e69d66d86829f9866faf645f46b..5cbe50d4cbd2be61309de7a652f4d07e3dc8bb19 100644 (file)
@@ -1,14 +1,15 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * LCD: Formike, TFT 4.3", 480x800, RGB24, KWH043ST20-F01, DriverIC NT35510-16
  * LCD initialization via SPI
- *
- * SPDX-License-Identifier:    GPL-2.0
  * Based on:
  *
  */
 #include <common.h>
 #include <errno.h>
+#include <log.h>
 #include <spi.h>
+#include <linux/delay.h>
 
 #define TAG_READ       0x80
 #define TAG_WRITE      0x00
This page took 0.034331 seconds and 4 git commands to generate.