Skip to content

Commit 0b2732b

Browse files
committed
Merge branch 'v6.13/bindings' into clk-meson-next
* v6.13/bindings: dt-bindings: clock: convert amlogic,meson8b-clkc.txt to dtschema
2 parents 3fd6c59 + 6bac1ff commit 0b2732b

File tree

2 files changed

+45
-51
lines changed

2 files changed

+45
-51
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2+
%YAML 1.2
3+
---
4+
$id: http://devicetree.org/schemas/clock/amlogic,meson8-clkc.yaml#
5+
$schema: http://devicetree.org/meta-schemas/core.yaml#
6+
7+
title: Amlogic Meson8, Meson8b and Meson8m2 Clock and Reset Controller
8+
9+
maintainers:
10+
- Neil Armstrong <[email protected]>
11+
12+
properties:
13+
compatible:
14+
oneOf:
15+
- enum:
16+
- amlogic,meson8-clkc
17+
- amlogic,meson8b-clkc
18+
- items:
19+
- const: amlogic,meson8m2-clkc
20+
- const: amlogic,meson8-clkc
21+
22+
clocks:
23+
minItems: 2
24+
maxItems: 3
25+
26+
clock-names:
27+
minItems: 2
28+
items:
29+
- const: xtal
30+
- const: ddr_pll
31+
- const: clk_32k
32+
33+
'#clock-cells':
34+
const: 1
35+
36+
'#reset-cells':
37+
const: 1
38+
39+
required:
40+
- compatible
41+
- clocks
42+
- clock-names
43+
- '#reset-cells'
44+
45+
additionalProperties: false

Documentation/devicetree/bindings/clock/amlogic,meson8b-clkc.txt

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

0 commit comments

Comments
 (0)