Skip to content

Commit 58b2af6

Browse files
committed
dts: bindings: clock: rpi_pico: Increase default value to match the v2.1.1 SDK
The latest release of the SDK increases the default. Update the binding to match. See raspberrypi/pico-sdk#2245 Signed-off-by: Andrew Featherstone <andrew.featherstone@gmail.com>
1 parent 8b77098 commit 58b2af6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ include: raspberrypi,pico-clock.yaml
1111
properties:
1212
startup-delay-multiplier:
1313
type: int
14-
default: 1
14+
default: 6
1515
description: |
16-
Startup delay multiplier. The default value matches the Pico SDK.
16+
Startup delay multiplier. The default value matches the Pico SDK used
17+
as the basis for hal_rpi_pico (currently v2.1.1).

0 commit comments

Comments
 (0)