diff options
author | Krzysztof Kozlowski <[email protected]> | 2022-06-26 13:28:38 +0200 |
---|---|---|
committer | Mark Brown <[email protected]> | 2022-06-27 13:24:34 +0100 |
commit | 595d68c1b7a81c6cfbdd7c8b50c1e047dc1087ac (patch) | |
tree | cd6e846f2a54ef0655999aed62812b82685f1eea | |
parent | e95a1cd2cfe722dc8434db6de33958035853aa05 (diff) |
spi: dt-bindings: samsung: Add Exynos4210 SPI
Document samsung,exynos4210-spi compatible which is already used on
several Exynos SoCs.
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Chanho Park <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/spi/samsung,spi.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/spi/samsung,spi.yaml b/Documentation/devicetree/bindings/spi/samsung,spi.yaml index a50f24f9359d..ef59ff62e88d 100644 --- a/Documentation/devicetree/bindings/spi/samsung,spi.yaml +++ b/Documentation/devicetree/bindings/spi/samsung,spi.yaml @@ -20,6 +20,7 @@ properties: - samsung,s3c2443-spi # for S3C2443, S3C2416 and S3C2450 - samsung,s3c6410-spi - samsung,s5pv210-spi # for S5PV210 and S5PC110 + - samsung,exynos4210-spi - samsung,exynos5433-spi - tesla,fsd-spi - const: samsung,exynos7-spi |