Messages in this thread Patch in this message |  | | From | Alexander Dahl <> | Subject | [PATCH v6 3/7] dt-bindings: mfd: Fix schema warnings for pwm-leds | Date | Thu, 1 Oct 2020 01:46:33 +0200 |
| |
The node names for devices using the pwm-leds driver follow a certain naming scheme (now).
Signed-off-by: Alexander Dahl <post@lespocky.de> ---
Notes: v6: * added this patch to series
Documentation/devicetree/bindings/mfd/iqs62x.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/mfd/iqs62x.yaml b/Documentation/devicetree/bindings/mfd/iqs62x.yaml index 541b06d80e73..92dc48a8dfa7 100644 --- a/Documentation/devicetree/bindings/mfd/iqs62x.yaml +++ b/Documentation/devicetree/bindings/mfd/iqs62x.yaml @@ -90,10 +90,11 @@ examples: }; }; - pwmleds { + led-controller { compatible = "pwm-leds"; - panel { + led-1 { + label = "panel"; pwms = <&iqs620a_pwm 0 1000000>; max-brightness = <255>; }; -- 2.20.1
|  |