| From e330cd2da0f03d66a975c790157ea6bb9c862cfa Mon Sep 17 00:00:00 2001 |
| From: Florian Fainelli <f.fainelli@gmail.com> |
| Date: Mon, 4 Nov 2019 10:15:01 -0800 |
| Subject: [PATCH] dt-bindings: reset: Fix brcmstb-reset example |
| |
| commit 392a9f63058f2cdcec8363b849a25532ee40da9f upstream. |
| |
| The reset controller has a #reset-cells value of 1, so we should see a |
| phandle plus a register identifier, fix the example. |
| |
| Fixes: 0807caf647dd ("dt-bindings: reset: Add document for Broadcom STB reset controller") |
| Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> |
| Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> |
| Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> |
| |
| diff --git a/Documentation/devicetree/bindings/reset/brcm,brcmstb-reset.txt b/Documentation/devicetree/bindings/reset/brcm,brcmstb-reset.txt |
| index 6e5341b4f891..ee59409640f2 100644 |
| --- a/Documentation/devicetree/bindings/reset/brcm,brcmstb-reset.txt |
| +++ b/Documentation/devicetree/bindings/reset/brcm,brcmstb-reset.txt |
| @@ -22,6 +22,6 @@ Example: |
| }; |
| |
| ðernet_switch { |
| - resets = <&reset>; |
| + resets = <&reset 26>; |
| reset-names = "switch"; |
| }; |
| -- |
| 2.7.4 |
| |