Message ID | 20190524162651.28189-6-ard.biesheuvel@linaro.org (mailing list archive) |
---|---|
State | Mainlined, archived |
Commit | 2af8c8927ebb474eb2af4ab3b8d7e92c3844b43f |
Headers | show |
Series | crypto - wire up Atmel SHA204A as RNG in DT and ACPI mode | expand |
On Fri, May 24, 2019 at 11:27 AM Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote: > > Add a compatible string for the Atmel SHA204A I2C crypto processor. > > Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> > --- > Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ > 1 file changed, 2 insertions(+) Reviewed-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml index 747fd3f689dc..a572c3468226 100644 --- a/Documentation/devicetree/bindings/trivial-devices.yaml +++ b/Documentation/devicetree/bindings/trivial-devices.yaml @@ -52,6 +52,8 @@ properties: - at,24c08 # i2c trusted platform module (TPM) - atmel,at97sc3204t + # i2c h/w symmetric crypto module + - atmel,atsha204a # CM32181: Ambient Light Sensor - capella,cm32181 # CM3232: Ambient Light Sensor
Add a compatible string for the Atmel SHA204A I2C crypto processor. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> --- Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ 1 file changed, 2 insertions(+)