diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2024-04-16 18:51:49 +0300 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2024-04-26 12:26:09 +0300 |
commit | ee2615fa4dc2645d8cc530d23a982ed626f402c2 (patch) | |
tree | 7aae0cfcd9466811955cede9b791a10c169f7e1e /Documentation/devicetree/bindings/crypto | |
parent | 483fd65ce29317044d1d00757e3fd23503b6b04c (diff) | |
download | linux-ee2615fa4dc2645d8cc530d23a982ed626f402c2.tar.xz |
dt-bindings: crypto: starfive: Restore sort order
Restore alphabetical sort order of the list of supported compatible
values.
Fixes: 2ccf7a5d9c50f3ea ("dt-bindings: crypto: starfive: Add jh8100 support")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'Documentation/devicetree/bindings/crypto')
-rw-r--r-- | Documentation/devicetree/bindings/crypto/starfive,jh7110-crypto.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/crypto/starfive,jh7110-crypto.yaml b/Documentation/devicetree/bindings/crypto/starfive,jh7110-crypto.yaml index 446764bc2ccc..7ccb6e1641d0 100644 --- a/Documentation/devicetree/bindings/crypto/starfive,jh7110-crypto.yaml +++ b/Documentation/devicetree/bindings/crypto/starfive,jh7110-crypto.yaml @@ -13,8 +13,8 @@ maintainers: properties: compatible: enum: - - starfive,jh8100-crypto - starfive,jh7110-crypto + - starfive,jh8100-crypto reg: maxItems: 1 |