Re: [PATCH v2] dt-bindings: crypto: samsung: Convert SSS and SlimSSS bindings to json-schema

From: Rob Herring
Date: Thu Oct 10 2019 - 17:25:29 EST


On Fri, 20 Sep 2019 18:36:35 +0200, Krzysztof Kozlowski wrote:
> Convert Samsung Exynos Security SubSystem (SSS) and SlimSSS hardware
> crypto accelerator bindings to DT schema format using json-schema.
>
> Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
>
> ---
>
> Rebased on linux-next due to conflicting change in MAINTAINERS file
> coming through arm-soc tree.
>
> Changes since v1:
> 1. Add additionalProperties:false
> ---
> .../bindings/crypto/samsung-slimsss.txt | 19 ------
> .../bindings/crypto/samsung-slimsss.yaml | 47 +++++++++++++++
> .../bindings/crypto/samsung-sss.txt | 32 ----------
> .../bindings/crypto/samsung-sss.yaml | 58 +++++++++++++++++++
> MAINTAINERS | 4 +-
> 5 files changed, 107 insertions(+), 53 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/crypto/samsung-slimsss.txt
> create mode 100644 Documentation/devicetree/bindings/crypto/samsung-slimsss.yaml
> delete mode 100644 Documentation/devicetree/bindings/crypto/samsung-sss.txt
> create mode 100644 Documentation/devicetree/bindings/crypto/samsung-sss.yaml
>

Applied, thanks.

Rob