SAM4E-EK: Add a driver for the on-board LCD (not tested on initial check-ing)

This commit is contained in:
Gregory Nutt
2014-05-13 10:38:46 -06:00
parent ddf151c226
commit c48bd737d0
8 changed files with 1473 additions and 242 deletions
+3 -3
View File
@@ -355,9 +355,9 @@ static inline int ramtron_readid(struct ramtron_dev_s *priv)
}
}
memory = SPI_SEND(priv->dev, RAMTRON_DUMMY);
capacity = SPI_SEND(priv->dev, RAMTRON_DUMMY); /* fram.id1 */
part = SPI_SEND(priv->dev, RAMTRON_DUMMY); /* fram.id2 */
memory = SPI_SEND(priv->dev, RAMTRON_DUMMY);
capacity = SPI_SEND(priv->dev, RAMTRON_DUMMY); /* fram.id1 */
part = SPI_SEND(priv->dev, RAMTRON_DUMMY); /* fram.id2 */
/* Deselect the FLASH and unlock the bus */