summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/broadcom/northstar2
diff options
context:
space:
mode:
authorArun Parameswaran <arun.parameswaran@broadcom.com>2018-08-01 17:53:48 -0700
committerDavid S. Miller <davem@davemloft.net>2018-08-02 14:36:49 -0700
commit18b872d854dc7256863755ece26828aa1856c13f (patch)
tree4fb09ec145f99b54e20dbfb85baacfbce04c84ea /arch/arm64/boot/dts/broadcom/northstar2
parent77fefa93bfebe4df44f154f2aa5938e32630d0bf (diff)
arm64: dts: Fix the base address of the Broadcom iProc mdio mux
Modify the base address of the mdio mux driver to point to the start of the mdio mux 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> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/arm64/boot/dts/broadcom/northstar2')
-rw-r--r--arch/arm64/boot/dts/broadcom/northstar2/ns2.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/broadcom/northstar2/ns2.dtsi b/arch/arm64/boot/dts/broadcom/northstar2/ns2.dtsi
index 4057197048dc..1a406a76c86a 100644
--- a/arch/arm64/boot/dts/broadcom/northstar2/ns2.dtsi
+++ b/arch/arm64/boot/dts/broadcom/northstar2/ns2.dtsi
@@ -482,9 +482,9 @@
status = "disabled";
};
- 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>;