On Sun, Nov 12, 2023 at 07:43:59PM +0100, Krzysztof Kozlowski wrote: > Compatibles should not use quotes in the bindings. > > Signed-off-by: Krzysztof Kozlowski Acked-by: Conor Dooley Cheers… Conor. > --- > .../devicetree/bindings/gpu/samsung-rotator.yaml | 9 +++++---- > 1 file 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 > > -- > 2.34.1 >