Skip to content

Commit 7121458

Browse files
Stanislav Jakubekffainelli
authored andcommitted
dt-bindings: power: reset: bcm21664-resetmgr: convert to YAML
Convert Broadcom Kona family reset manager bindings to DT schema. Signed-off-by: Stanislav Jakubek <stano.jakubek@gmail.com> Reviewed-by: Conor Dooley <conor.dooley@microchip.com> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Acked-by: Sebastian Reichel <sebastian.reichel@collabora.com> Link: https://lore.kernel.org/r/20230527141222.GA5048@standask-GA-A55M-S2HP Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
1 parent 9ad7f37 commit 7121458

2 files changed

Lines changed: 31 additions & 14 deletions

File tree

Documentation/devicetree/bindings/power/reset/brcm,bcm21664-resetmgr.txt

Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
2+
%YAML 1.2
3+
---
4+
$id: http://devicetree.org/schemas/power/reset/brcm,bcm21664-resetmgr.yaml#
5+
$schema: http://devicetree.org/meta-schemas/core.yaml#
6+
7+
title: Broadcom Kona family reset manager
8+
9+
maintainers:
10+
- Florian Fainelli <f.fainelli@gmail.com>
11+
12+
properties:
13+
compatible:
14+
const: brcm,bcm21664-resetmgr
15+
16+
reg:
17+
maxItems: 1
18+
19+
required:
20+
- compatible
21+
- reg
22+
23+
additionalProperties: false
24+
25+
examples:
26+
- |
27+
reset-controller@35001f00 {
28+
compatible = "brcm,bcm21664-resetmgr";
29+
reg = <0x35001f00 0x24>;
30+
};
31+
...

0 commit comments

Comments
 (0)