diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2014-07-02 07:50:47 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2014-07-08 07:28:55 +0900 |
commit | add924f9db9a6c3cea7e47f4d73a097b2c0099b7 (patch) | |
tree | 489286510eb8ce0d5b2c6384c6cfe8e1baf59083 /Documentation/devicetree | |
parent | a07a6a30af15cd356b782b6ddde2c710862e8ff7 (diff) | |
download | linux-add924f9db9a6c3cea7e47f4d73a097b2c0099b7.tar.gz linux-add924f9db9a6c3cea7e47f4d73a097b2c0099b7.tar.bz2 linux-add924f9db9a6c3cea7e47f4d73a097b2c0099b7.zip |
spi: s3c64xx: remove s5p64x0 related spi codes
This patch removes s5p64x0 related spi because of no more support for
s5p64x0 SoCs. Meanwhile, cleanup SPI DT bindings for s5p6440-spi, it
should be s5p64x0-spi instead.
Cc: Mark Brown <broonie@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/spi/spi-samsung.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/spi/spi-samsung.txt b/Documentation/devicetree/bindings/spi/spi-samsung.txt index 86aa061f069f..fe6f9037b561 100644 --- a/Documentation/devicetree/bindings/spi/spi-samsung.txt +++ b/Documentation/devicetree/bindings/spi/spi-samsung.txt @@ -8,7 +8,6 @@ Required SoC Specific Properties: - compatible: should be one of the following. - samsung,s3c2443-spi: for s3c2443, s3c2416 and s3c2450 platforms - samsung,s3c6410-spi: for s3c6410 platforms - - samsung,s5p6440-spi: for s5p6440 and s5p6450 platforms - samsung,s5pv210-spi: for s5pv210 and s5pc110 platforms - samsung,exynos4210-spi: for exynos4 and exynos5 platforms |