Commit 37a3a327 authored by ChiaEn Wu's avatar ChiaEn Wu Committed by Rob Herring

dt-bindings: leds: mt6370: Fix MT6370 LED indicator DT warning

Add '$ref' and 'unevaluatedProperties: false' in 'multi-led', and remove
unused 'allOf' property.

Fixes: 440c57da ("dt-bindings: leds: mt6370: Add MediaTek MT6370 current sink type LED indicator")
Signed-off-by: default avatarChiaEn Wu <chiaen_wu@richtek.com>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/435f6888ebc20c5abae63eb9cb3a055b60db2ed1.1665050503.git.chiaen_wu@richtek.comSigned-off-by: default avatarRob Herring <robh@kernel.org>
parent 49da0700
...@@ -13,9 +13,6 @@ description: | ...@@ -13,9 +13,6 @@ description: |
This module is part of the MT6370 MFD device. This module is part of the MT6370 MFD device.
Add MT6370 LED driver include 4-channel RGB LED support Register/PWM/Breath Mode Add MT6370 LED driver include 4-channel RGB LED support Register/PWM/Breath Mode
allOf:
- $ref: leds-class-multicolor.yaml#
properties: properties:
compatible: compatible:
const: mediatek,mt6370-indicator const: mediatek,mt6370-indicator
...@@ -29,6 +26,8 @@ properties: ...@@ -29,6 +26,8 @@ properties:
patternProperties: patternProperties:
"^multi-led@[0-3]$": "^multi-led@[0-3]$":
type: object type: object
$ref: leds-class-multicolor.yaml#
unevaluatedProperties: false
properties: properties:
reg: reg:
......
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