lkml.org 
[lkml]   [2020]   [Jan]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.4 043/203] dt-bindings: reset: Fix brcmstb-reset example
    Date
    From: Florian Fainelli <f.fainelli@gmail.com>

    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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

    ---
    Documentation/devicetree/bindings/reset/brcm,brcmstb-reset.txt | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- a/Documentation/devicetree/bindings/reset/brcm,brcmstb-reset.txt
    +++ b/Documentation/devicetree/bindings/reset/brcm,brcmstb-reset.txt
    @@ -22,6 +22,6 @@ Example:
    };

    &ethernet_switch {
    - resets = <&reset>;
    + resets = <&reset 26>;
    reset-names = "switch";
    };

    \
     
     \ /
      Last update: 2020-01-17 00:48    [W:4.059 / U:0.004 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site