Skip to content

Commit 7c85e4d

Browse files
robherringbebarino
authored andcommitted
dt-bindings: clock: silabs,si5341: Add missing properties
Add "clock-output-names" which is a standard property for clock providers. Add the "always-on" boolean property which was undocumented, but already in use for some time. The flag prevents a clock output from being disabled. Signed-off-by: Rob Herring (Arm) <robh@kernel.org> Tested-by: Michal Simek <michal.simek@amd.com> Reviewed-by: Michal Simek <michal.simek@amd.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent 6793ca9 commit 7c85e4d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Documentation/devicetree/bindings/clock/silabs,si5341.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ properties:
7373
- const: in1
7474
- const: in2
7575

76+
clock-output-names: true
77+
7678
interrupts:
7779
maxItems: 1
7880
description: Interrupt for INTRb pin
@@ -130,6 +132,10 @@ patternProperties:
130132
description: Number of clock output
131133
maximum: 9
132134

135+
always-on:
136+
description: Set to keep the clock output always running
137+
type: boolean
138+
133139
silabs,format:
134140
description: Output format
135141
$ref: /schemas/types.yaml#/definitions/uint32

0 commit comments

Comments
 (0)