]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
dt-bindings: net: Fix Broadcom iProc mdio mux driver base address
authorArun Parameswaran <arun.parameswaran@broadcom.com>
Thu, 2 Aug 2018 00:53:46 +0000 (17:53 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 2 Aug 2018 21:36:49 +0000 (14:36 -0700)
Modify the base address of the Broadcom iProc MDIO mux driver to
point to the start of the block's register address space.

Signed-off-by: Arun Parameswaran <arun.parameswaran@broadcom.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/devicetree/bindings/net/brcm,mdio-mux-iproc.txt

index dfe287a5d6f292cdf5b866dddeb80e95bff31c6d..dc8aa68dbc6089efdd67100d97a25aa0ebb50bed 100644 (file)
@@ -18,9 +18,9 @@ at- Documentation/devicetree/bindings/net/mdio-mux.txt
 
 
 for example:
-               mdio_mux_iproc: mdio-mux@6602023c {
+               mdio_mux_iproc: mdio-mux@66020000 {
                        compatible = "brcm,mdio-mux-iproc";
-                       reg = <0x6602023c 0x14>;
+                       reg = <0x66020000 0x250>;
                        #address-cells = <1>;
                        #size-cells = <0>;