Skip to content

Commit f139def

Browse files
robherringbebarino
authored andcommitted
dt-bindings: clock: Convert TI-NSPIRE clocks to DT schema
Convert the TI-NSPIRE clock bindings to DT schema format. It's a straight forward conversion. Signed-off-by: Rob Herring (Arm) <robh@kernel.org> Link: https://lore.kernel.org/r/20250521210750.60759-1-robh@kernel.org Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent bb21488 commit f139def

2 files changed

Lines changed: 33 additions & 24 deletions

File tree

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2+
%YAML 1.2
3+
---
4+
$id: http://devicetree.org/schemas/clock/lsi,nspire-cx-clock.yaml#
5+
$schema: http://devicetree.org/meta-schemas/core.yaml#
6+
7+
title: TI-NSPIRE Clocks
8+
9+
maintainers:
10+
- Daniel Tang <dt.tangr@gmail.com>
11+
12+
properties:
13+
compatible:
14+
enum:
15+
- lsi,nspire-cx-ahb-divider
16+
- lsi,nspire-classic-ahb-divider
17+
- lsi,nspire-cx-clock
18+
- lsi,nspire-classic-clock
19+
20+
reg:
21+
maxItems: 1
22+
23+
clocks:
24+
maxItems: 1
25+
26+
'#clock-cells':
27+
const: 0
28+
29+
additionalProperties: false
30+
31+
required:
32+
- compatible
33+
- reg

Documentation/devicetree/bindings/clock/nspire-clock.txt

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)