gpio: rcar: Fix runtime PM imbalance on error
[linux/fpc-iii.git] / Documentation / devicetree / bindings / reset / brcm,bcm7216-pcie-sata-rescal.yaml
blob512a33bdb208bd831eac4531bd28a03804e1746d
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
2 # Copyright 2020 Broadcom
3 %YAML 1.2
4 ---
5 $id: "http://devicetree.org/schemas/reset/brcm,bcm7216-pcie-sata-rescal.yaml#"
6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
8 title: BCM7216 RESCAL reset controller
10 description: This document describes the BCM7216 RESCAL reset controller which is responsible for controlling the reset of the SATA and PCIe0/1 instances on BCM7216.
12 maintainers:
13   - Florian Fainelli <f.fainelli@gmail.com>
14   - Jim Quinlan <jim2101024@gmail.com>
16 properties:
17   compatible:
18     const: brcm,bcm7216-pcie-sata-rescal
20   reg:
21     maxItems: 1
23   "#reset-cells":
24     const: 0
26 required:
27   - compatible
28   - reg
29   - "#reset-cells"
31 additionalProperties: false
33 examples:
34   - |
35     reset-controller@8b2c800 {
36           compatible = "brcm,bcm7216-pcie-sata-rescal";
37           reg = <0x8b2c800 0x10>;
38           #reset-cells = <0>;
39     };