diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2023-11-12 19:43:59 +0100 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2023-12-08 14:24:19 +0100 |
commit | 644977738c445c11c48152e11a1cb50c2fc4bc20 (patch) | |
tree | 58c40339f49c080897204739f63a021f7b5dafed /Documentation/devicetree/bindings/gpu | |
parent | docs: dt-bindings: add DTS Coding Style document (diff) | |
download | linux-644977738c445c11c48152e11a1cb50c2fc4bc20.tar.xz linux-644977738c445c11c48152e11a1cb50c2fc4bc20.zip |
dt-bindings: gpu: samsung-rotator: drop redundant quotes
Compatibles should not use quotes in the bindings.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20231112184403.3449-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/gpu')
-rw-r--r-- | Documentation/devicetree/bindings/gpu/samsung-rotator.yaml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/gpu/samsung-rotator.yaml b/Documentation/devicetree/bindings/gpu/samsung-rotator.yaml index d60626ffb28e..18bf44e06e8f 100644 --- a/Documentation/devicetree/bindings/gpu/samsung-rotator.yaml +++ b/Documentation/devicetree/bindings/gpu/samsung-rotator.yaml @@ -12,10 +12,11 @@ maintainers: properties: compatible: enum: - - "samsung,s5pv210-rotator" - - "samsung,exynos4210-rotator" - - "samsung,exynos4212-rotator" - - "samsung,exynos5250-rotator" + - samsung,s5pv210-rotator + - samsung,exynos4210-rotator + - samsung,exynos4212-rotator + - samsung,exynos5250-rotator + reg: maxItems: 1 |