diff options
author | Dinh Nguyen <dinguyen@altera.com> | 2013-08-14 16:25:19 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-08-29 15:58:55 -0400 |
commit | 13960b47dc1df695f8537c32a0e0ce5ae5d4eee4 (patch) | |
tree | 44294a7a3bf360dbc4797bef9009758942488c3b /drivers/spi | |
parent | 5db17a71a5260beecca9b1ea7a0a23dba860327a (diff) |
dts: Deprecate ALTR as a vendor prefix
Because most of the vendor prefixes are lower case, deprecate
the vendor prefix "ALTR" in place of "altr" for Altera Corp..
Signed-off-by: Dinh Nguyen <dinguyen@altera.com>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Cc: Rob Herring <rob.herring@calxeda.com>
Cc: Pawel Moll <pawel.moll@arm.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Stephen Warren <swarren@wwwdotorg.org>
Cc: Ian Campbell <ian.campbell@citrix.com>
Cc: devicetree@vger.kernel.org
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'drivers/spi')
-rw-r--r-- | drivers/spi/spi-altera.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/spi-altera.c b/drivers/spi/spi-altera.c index 81b9adb6e766..7456eef201a6 100644 --- a/drivers/spi/spi-altera.c +++ b/drivers/spi/spi-altera.c | |||
@@ -302,6 +302,7 @@ static int altera_spi_remove(struct platform_device *dev) | |||
302 | #ifdef CONFIG_OF | 302 | #ifdef CONFIG_OF |
303 | static const struct of_device_id altera_spi_match[] = { | 303 | static const struct of_device_id altera_spi_match[] = { |
304 | { .compatible = "ALTR,spi-1.0", }, | 304 | { .compatible = "ALTR,spi-1.0", }, |
305 | { .compatible = "altr,spi-1.0", }, | ||
305 | {}, | 306 | {}, |
306 | }; | 307 | }; |
307 | MODULE_DEVICE_TABLE(of, altera_spi_match); | 308 | MODULE_DEVICE_TABLE(of, altera_spi_match); |