]> git.sur5r.net Git - u-boot/blobdiff - drivers/spi/davinci_spi.c
dm: core: Add a function to decode a memory region
[u-boot] / drivers / spi / davinci_spi.c
index 291ef9576ad485511aad1a56a98cd756bff7d1e1..a822858323610864b4d4ee92cc6b0603b6b4d3ba 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2009 Texas Instruments Incorporated - http://www.ti.com/
  *
@@ -5,8 +6,6 @@
  * by Atmel Corporation
  *
  * Copyright (C) 2007 Atmel Corporation
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -563,6 +562,7 @@ static const struct dm_spi_ops davinci_spi_ops = {
 static const struct udevice_id davinci_spi_ids[] = {
        { .compatible = "ti,keystone-spi" },
        { .compatible = "ti,dm6441-spi" },
+       { .compatible = "ti,da830-spi" },
        { }
 };