Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Krzysztof Kozlowski and committed by
Rob Herring
a835321b e099083e

+2 -2
+1 -1
Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml
··· 86 86 const: 2 87 87 88 88 dynamic-power-coefficient: 89 - $ref: '/schemas/types.yaml#/definitions/uint32' 89 + $ref: /schemas/types.yaml#/definitions/uint32 90 90 description: 91 91 A u32 value that represents the running time dynamic 92 92 power coefficient in units of uW/MHz/V^2. The
+1 -1
Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml
··· 92 92 dma-coherent: true 93 93 94 94 dynamic-power-coefficient: 95 - $ref: '/schemas/types.yaml#/definitions/uint32' 95 + $ref: /schemas/types.yaml#/definitions/uint32 96 96 description: 97 97 A u32 value that represents the running time dynamic 98 98 power coefficient in units of uW/MHz/V^2. The