From: Marek BehĂșn Date: Tue, 15 Sep 2020 00:54:26 +0000 (+0200) Subject: dt-bindings: leds: cznic,turris-omnia-leds: fix error in binding X-Git-Tag: v5.10.7~1576^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e5467b672bd99f0c1904900013e778e3a5ce30b7;p=platform%2Fkernel%2Flinux-rpi.git dt-bindings: leds: cznic,turris-omnia-leds: fix error in binding There is a bug in the device tree binding for cznic,turris-omnia-leds which causes make dt_binding_check to complain. The reason is that the multi-led property binding's regular expression does not contain the `@` character, while the example nodes do. Fix this, and also adjust the maximum address to 'b' as there are 12 LEDs. Cc: Rob Herring Cc: devicetree@vger.kernel.org Cc: Pavel Machek Signed-off-by: Marek BehĂșn Link: https://lore.kernel.org/r/20200915005426.15957-1-marek.behun@nic.cz Signed-off-by: Rob Herring --- diff --git a/Documentation/devicetree/bindings/leds/cznic,turris-omnia-leds.yaml b/Documentation/devicetree/bindings/leds/cznic,turris-omnia-leds.yaml index 24ad144..fe7fa25 100644 --- a/Documentation/devicetree/bindings/leds/cznic,turris-omnia-leds.yaml +++ b/Documentation/devicetree/bindings/leds/cznic,turris-omnia-leds.yaml @@ -30,7 +30,7 @@ properties: const: 0 patternProperties: - "^multi-led[0-9a-f]$": + "^multi-led@[0-9a-b]$": type: object allOf: - $ref: leds-class-multicolor.yaml#