Skip to content

Commit bb21488

Browse files
robherringbebarino
authored andcommitted
dt-bindings: clock: Convert lsi,axm5516-clks to DT schema
Convert the Intel/LSI AXM5516 clock binding 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/20250521210741.60467-1-robh@kernel.org Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent 46dba2e commit bb21488

2 files changed

Lines changed: 43 additions & 29 deletions

File tree

Documentation/devicetree/bindings/clock/lsi,axm5516-clks.txt

Lines changed: 0 additions & 29 deletions
This file was deleted.
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2+
# Copyright 2025 LSI
3+
%YAML 1.2
4+
---
5+
$id: http://devicetree.org/schemas/clock/lsi,axm5516-clks.yaml#
6+
$schema: http://devicetree.org/meta-schemas/core.yaml#
7+
8+
title: LSI AXM5516 Clock Controller
9+
10+
maintainers:
11+
- Anders Berg <anders.berg@lsi.com>
12+
13+
description:
14+
See <dt-bindings/clock/lsi,axxia-clock.h> for the list of supported clock IDs.
15+
16+
properties:
17+
compatible:
18+
const: lsi,axm5516-clks
19+
20+
reg:
21+
maxItems: 1
22+
23+
'#clock-cells':
24+
const: 1
25+
26+
required:
27+
- compatible
28+
- reg
29+
- '#clock-cells'
30+
31+
additionalProperties: false
32+
33+
examples:
34+
- |
35+
bus {
36+
#address-cells = <2>;
37+
#size-cells = <1>;
38+
clock-controller@2010020000 {
39+
compatible = "lsi,axm5516-clks";
40+
#clock-cells = <1>;
41+
reg = <0x20 0x10020000 0x20000>;
42+
};
43+
};

0 commit comments

Comments
 (0)