Commit 1de1da7b authored by Rob Herring's avatar Rob Herring Committed by Lee Jones

dt-bindings: leds: Fix JSON pointer in max-brightness

A valid JSON pointer should begin with a '/'. The json-schema package is
lax on this allowing either form, but that's changing in new versions.
Signed-off-by: default avatarRob Herring <robh@kernel.org>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20231122205418.2482076-1-robh@kernel.orgSigned-off-by: default avatarLee Jones <lee@kernel.org>
parent a82cc9b8
...@@ -167,7 +167,7 @@ properties: ...@@ -167,7 +167,7 @@ properties:
Note that this flag is mainly used for PWM-LEDs, where it is not possible Note that this flag is mainly used for PWM-LEDs, where it is not possible
to map brightness to current. Drivers for other controllers should use to map brightness to current. Drivers for other controllers should use
led-max-microamp. led-max-microamp.
$ref: /schemas/types.yaml#definitions/uint32 $ref: /schemas/types.yaml#/definitions/uint32
panic-indicator: panic-indicator:
description: description:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment