Skip to content

Commit 3516059

Browse files
ttmutcfriedt
authored andcommitted
dts: bindings: timer: max32: Make clock property optional
Some instances of timers such as wakeup timer are not tied to a clock bus so make this property optional. Signed-off-by: Tahsin Mutlugun <[email protected]>
1 parent 6cc8b16 commit 3516059

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dts/bindings/timer/adi,max32-timer.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Analog Devices, Inc.
1+
# Copyright (c) 2023-2025 Analog Devices, Inc.
22
# SPDX-License-Identifier: Apache-2.0
33

44
description: ADI MAX32 timer
@@ -12,7 +12,7 @@ properties:
1212
required: true
1313

1414
clocks:
15-
required: true
15+
description: Source clock controller configuration
1616

1717
clock-source:
1818
type: int

0 commit comments

Comments
 (0)