Dne ponedeljek, 26. februar 2024 ob 13:29:34 CET je Krzysztof Kozlowski napisal(a): > dtschema defines label as string, so $ref in other bindings is > redundant. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Acked-by: Jernej Skrabec <jernej.skrabec@xxxxxxxxx> I already send PR for 6.9. Do you mind if it waits on next cycle? Best regards, Jernej > --- > .../bindings/input/allwinner,sun4i-a10-lradc-keys.yaml | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/input/allwinner,sun4i-a10-lradc-keys.yaml b/Documentation/devicetree/bindings/input/allwinner,sun4i-a10-lradc-keys.yaml > index 5efceb313879..c384bf0bb25d 100644 > --- a/Documentation/devicetree/bindings/input/allwinner,sun4i-a10-lradc-keys.yaml > +++ b/Documentation/devicetree/bindings/input/allwinner,sun4i-a10-lradc-keys.yaml > @@ -49,7 +49,6 @@ patternProperties: > $ref: input.yaml# > properties: > label: > - $ref: /schemas/types.yaml#/definitions/string > description: Descriptive name of the key > > linux,code: true >