Skip to content

Commit a835321

Browse files
krzkrobherring
authored andcommitted
dt-bindings: gpu: 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> Link: https://lore.kernel.org/r/20230609140738.64958-1-krzysztof.kozlowski@linaro.org Signed-off-by: Rob Herring <robh@kernel.org>
1 parent e099083 commit a835321

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ properties:
8686
const: 2
8787

8888
dynamic-power-coefficient:
89-
$ref: '/schemas/types.yaml#/definitions/uint32'
89+
$ref: /schemas/types.yaml#/definitions/uint32
9090
description:
9191
A u32 value that represents the running time dynamic
9292
power coefficient in units of uW/MHz/V^2. The

Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ properties:
9292
dma-coherent: true
9393

9494
dynamic-power-coefficient:
95-
$ref: '/schemas/types.yaml#/definitions/uint32'
95+
$ref: /schemas/types.yaml#/definitions/uint32
9696
description:
9797
A u32 value that represents the running time dynamic
9898
power coefficient in units of uW/MHz/V^2. The

0 commit comments

Comments
 (0)