Skip to content

Commit fb34ba2

Browse files
galakSteven Wang
authored and
Steven Wang
committed
dts/bindings: Make pwm-leds label optional
The label property in the pwm-leds sub-node is optional, so mark it as such. Fixes: zephyrproject-rtos#17665 Signed-off-by: Kumar Gala <[email protected]>
1 parent 679f122 commit fb34ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/bindings/led/pwm-leds.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ sub-node:
2323
category: required
2424

2525
label:
26-
category: required
26+
category: optional
2727
type: string
2828
description: Human readable string describing the device (used by Zephyr for API name)

0 commit comments

Comments
 (0)