Skip to content

Commit

Permalink
dts: bindings: fixed-clock: Make label optional
Browse files Browse the repository at this point in the history
In most of the cases the fixed-clock node is not referenced by the
Zephyr code, making the label property just a burden.

Signed-off-by: Piotr Zięcik <piotr.ziecik@nordicsemi.no>
  • Loading branch information
pizi-nordic authored and galak committed Jul 20, 2019
1 parent 3c8f8cb commit e7ed479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dts/bindings/clock/fixed-clock.yaml
Expand Up @@ -19,7 +19,7 @@ properties:

label:
type: string
category: required
category: optional
description: Human readable string describing the device (used by Zephyr for API name)

clock-frequency:
Expand Down

0 comments on commit e7ed479

Please sign in to comment.