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 <[email protected]>
---
.../devicetree/bindings/crypto/starfive,jh7110-crypto.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/crypto/starfive,jh7110-crypto.yaml b/Documentation/devicetree/bindings/crypto/starfive,jh7110-crypto.yaml
index 446764bc2ccce570..7ccb6e1641d07fb9 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
--
2.34.1
On Tue, Apr 16, 2024 at 05:51:49PM +0200, Geert Uytterhoeven wrote:
> 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 <[email protected]>
Acked-by: Conor Dooley <[email protected]>
Cheers,
Conor.