Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Rob Herring (Arm) and committed by
Stephen Boyd
7c85e4da 6793ca9a

+6
+6
Documentation/devicetree/bindings/clock/silabs,si5341.yaml
··· 73 73 - const: in1 74 74 - const: in2 75 75 76 + clock-output-names: true 77 + 76 78 interrupts: 77 79 maxItems: 1 78 80 description: Interrupt for INTRb pin ··· 131 129 reg: 132 130 description: Number of clock output 133 131 maximum: 9 132 + 133 + always-on: 134 + description: Set to keep the clock output always running 135 + type: boolean 134 136 135 137 silabs,format: 136 138 description: Output format