spi: s3c64xx: Add missing compatibles
authorMateusz Krawczuk <m.krawczuk@partner.samsung.com>
Mon, 23 Sep 2013 09:45:45 +0000 (11:45 +0200)
committerMark Brown <broonie@linaro.org>
Mon, 23 Sep 2013 13:51:08 +0000 (14:51 +0100)
Add compatibles for s3c6410, s5pc100 and s5pc110/s5pv210 boards.

Signed-off-by: Mateusz Krawczuk <m.krawczuk@partner.samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/spi/spi-s3c64xx.c

index 8bed27a4108c4d1d5261b658bfec28a237d104ab..84cc6ac801fedd529df90b0f67bf7d1b15280e66 100644 (file)
@@ -1612,6 +1612,18 @@ static struct platform_device_id s3c64xx_spi_driver_ids[] = {
 };
 
 static const struct of_device_id s3c64xx_spi_dt_match[] = {
+       { .compatible = "samsung,s3c2443-spi",
+                       .data = (void *)&s3c2443_spi_port_config,
+       },
+       { .compatible = "samsung,s3c6410-spi",
+                       .data = (void *)&s3c6410_spi_port_config,
+       },
+       { .compatible = "samsung,s5pc100-spi",
+                       .data = (void *)&s5pc100_spi_port_config,
+       },
+       { .compatible = "samsung,s5pv210-spi",
+                       .data = (void *)&s5pv210_spi_port_config,
+       },
        { .compatible = "samsung,exynos4210-spi",
                        .data = (void *)&exynos4_spi_port_config,
        },
This page took 0.027898 seconds and 5 git commands to generate.