Skip to content

Commit 0b97e8e

Browse files
ajf58kartben
authored andcommitted
dts: bindings: clock: rpi_pico: Add default value matching the Pico SDK
The Pico SDK defines a default value for its XOSC multiplier. Reflect this in the device tree binding so that it doesn't need to be repeated. Signed-off-by: Andrew Featherstone <[email protected]>
1 parent 3316b95 commit 0b97e8e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dts/bindings/clock/raspberrypi,pico-xosc.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ include: raspberrypi,pico-clock.yaml
1111
properties:
1212
startup-delay-multiplier:
1313
type: int
14-
description: Startup delay multiplier
14+
default: 1
15+
description: |
16+
Startup delay multiplier. The default value matches the Pico SDK.

0 commit comments

Comments
 (0)