summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/reset/brcm,brcmstb-reset.txt
diff options
context:
space:
mode:
authorFlorian Fainelli <f.fainelli@gmail.com>2021-12-08 03:37:13 +0300
committerRob Herring <robh@kernel.org>2021-12-14 23:27:57 +0300
commitfa4d279061371d7e10b008ebfce1ce7e44cfbafe (patch)
tree7e73e5d1db8b9056ff21a491c273628afe60f4e2 /Documentation/devicetree/bindings/reset/brcm,brcmstb-reset.txt
parent905b986d099ccba4bda7e1814419dff0e2d01a00 (diff)
downloadlinux-fa4d279061371d7e10b008ebfce1ce7e44cfbafe.tar.xz
dt-bindings: reset: Convert Broadcom STB reset to YAML
Convert the Broadcom STB SW_INIT style reset controller binding to YAML. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Acked-by: Philipp Zabel <p.zabel@pengutronix.de> Link: https://lore.kernel.org/r/20211208003727.3596577-3-f.fainelli@gmail.com Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/reset/brcm,brcmstb-reset.txt')
-rw-r--r--Documentation/devicetree/bindings/reset/brcm,brcmstb-reset.txt27
1 files changed, 0 insertions, 27 deletions
diff --git a/Documentation/devicetree/bindings/reset/brcm,brcmstb-reset.txt b/Documentation/devicetree/bindings/reset/brcm,brcmstb-reset.txt
deleted file mode 100644
index ee59409640f2..000000000000
--- a/Documentation/devicetree/bindings/reset/brcm,brcmstb-reset.txt
+++ /dev/null
@@ -1,27 +0,0 @@
-Broadcom STB SW_INIT-style reset controller
-===========================================
-
-Broadcom STB SoCs have a SW_INIT-style reset controller with separate
-SET/CLEAR/STATUS registers and possibly multiple banks, each of 32 bit
-reset lines.
-
-Please also refer to reset.txt in this directory for common reset
-controller binding usage.
-
-Required properties:
-- compatible: should be brcm,brcmstb-reset
-- reg: register base and length
-- #reset-cells: must be set to 1
-
-Example:
-
- reset: reset-controller@8404318 {
- compatible = "brcm,brcmstb-reset";
- reg = <0x8404318 0x30>;
- #reset-cells = <1>;
- };
-
- &ethernet_switch {
- resets = <&reset 26>;
- reset-names = "switch";
- };