]> git.sur5r.net Git - u-boot/blobdiff - drivers/gpio/pcf8575_gpio.c
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / drivers / gpio / pcf8575_gpio.c
index 2cbb9e61ea37890e5589b754bddaa0ff2f89242a..e93f6404880880e7d19a954a07ed840d4aef294e 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * PCF8575 I2C GPIO EXPANDER DRIVER
  *
@@ -5,8 +6,6 @@
  *
  * Vignesh R <vigneshr@ti.com>
  *
- * SPDX-License-Identifier:    GPL-2.0
- *
  *
  * Driver for TI PCF-8575 16-bit I2C gpio expander. Based on
  * gpio-pcf857x Linux Kernel(v4.7) driver.