summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2014-12-31 20:14:55 +0100
committerJagannadha Sutradharudu Teki <[email protected]>2015-01-06 16:02:58 +0530
commit741148625359ef92ad078b1096e3352cdb36dd0d (patch)
tree37cb5d384d2c8817d80377e795189ef0b9a4f9df /drivers
parent501943696ea4f4194705b7449547fd3d66c13e97 (diff)
dt: socfpga: Rename snps, dw-spi-mmio to snps, dw-apb-ssi
Linux now also contains SPI driver, yet the name is 'snps,dw-apb-ssi'. Fix the naming before we have to support both names. Signed-off-by: Marek Vasut <[email protected]> Cc: Chin Liang See <[email protected]> Cc: Dinh Nguyen <[email protected]> Cc: Pavel Machek <[email protected]> Cc: Stefan Roese <[email protected]> Cc: Vince Bridgers <[email protected]> Reviewed-by: Stefan Roese <[email protected]> Acked-by: Pavel Machek <[email protected]> Reviewed-by: Jagannadha Sutradharudu Teki <[email protected]>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/spi/designware_spi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/designware_spi.c b/drivers/spi/designware_spi.c
index 02106678545..700f616ad76 100644
--- a/drivers/spi/designware_spi.c
+++ b/drivers/spi/designware_spi.c
@@ -409,7 +409,7 @@ static const struct dm_spi_ops dw_spi_ops = {
};
static const struct udevice_id dw_spi_ids[] = {
- { .compatible = "snps,dw-spi-mmio" },
+ { .compatible = "snps,dw-apb-ssi" },
{ }
};