Skip to content

Commit f6814f6

Browse files
krzkrobherring
authored andcommitted
dt-bindings: crypto: drop unneeded quotes
Cleanup bindings dropping unneeded quotes. Once all these are fixed, checking for this can be enabled in yamllint. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Conor Dooley <conor.dooley@microchip.com> Link: https://lore.kernel.org/r/20230621064403.9221-1-krzysztof.kozlowski@linaro.org Signed-off-by: Rob Herring <robh@kernel.org>
1 parent e591c47 commit f6814f6

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Documentation/devicetree/bindings/crypto/amlogic,gxl-crypto.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ properties:
1919

2020
interrupts:
2121
items:
22-
- description: "Interrupt for flow 0"
23-
- description: "Interrupt for flow 1"
22+
- description: Interrupt for flow 0
23+
- description: Interrupt for flow 1
2424

2525
clocks:
2626
maxItems: 1

Documentation/devicetree/bindings/crypto/intel,ixp4xx-crypto.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Copyright 2018 Linaro Ltd.
33
%YAML 1.2
44
---
5-
$id: "http://devicetree.org/schemas/crypto/intel,ixp4xx-crypto.yaml#"
6-
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
5+
$id: http://devicetree.org/schemas/crypto/intel,ixp4xx-crypto.yaml#
6+
$schema: http://devicetree.org/meta-schemas/core.yaml#
77

88
title: Intel IXP4xx cryptographic engine
99

@@ -21,7 +21,7 @@ properties:
2121
const: intel,ixp4xx-crypto
2222

2323
intel,npe-handle:
24-
$ref: '/schemas/types.yaml#/definitions/phandle-array'
24+
$ref: /schemas/types.yaml#/definitions/phandle-array
2525
items:
2626
- items:
2727
- description: phandle to the NPE this crypto engine

0 commit comments

Comments
 (0)