diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-09-03 20:03:58 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-09-14 22:34:34 +0200 |
commit | 6b80c3d664a76d723096923de6fa879db6ff0576 (patch) | |
tree | 4ae7161e356baa5356d6f4b668a653a9f3aee97f | |
parent | dt-bindings: display: samsung,amoled-mipi-dsi: Do not require enable-gpios on... (diff) | |
download | linux-6b80c3d664a76d723096923de6fa879db6ff0576.tar.xz linux-6b80c3d664a76d723096923de6fa879db6ff0576.zip |
dt-bindings: crypto: slimsss: Correct a typo in compatible
Correct a typo in the compatible - missing trailing 's'.
Reviewed-by: Kamil Konieczny <k.konieczny@samsung.com>
Acked-by: Kamil Konieczny <k.konieczny@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20200903180400.2865-1-krzk@kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/crypto/samsung-slimsss.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/crypto/samsung-slimsss.yaml b/Documentation/devicetree/bindings/crypto/samsung-slimsss.yaml index 04fe5dfa794a..7743eae049ab 100644 --- a/Documentation/devicetree/bindings/crypto/samsung-slimsss.yaml +++ b/Documentation/devicetree/bindings/crypto/samsung-slimsss.yaml @@ -19,7 +19,7 @@ description: |+ properties: compatible: items: - - const: samsung,exynos5433-slim-ss + - const: samsung,exynos5433-slim-sss reg: maxItems: 1 |