Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 18b872d8 authored by Arun Parameswaran's avatar Arun Parameswaran Committed by David S. Miller
Browse files

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: default avatarArun Parameswaran <arun.parameswaran@broadcom.com>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Reviewed-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 77fefa93
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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>;

+2 −2
Original line number Diff line number Diff line
@@ -278,9 +278,9 @@

		#include "stingray-pinctrl.dtsi"

		mdio_mux_iproc: mdio-mux@2023c {
		mdio_mux_iproc: mdio-mux@20000 {
			compatible = "brcm,mdio-mux-iproc";
			reg = <0x0002023c 0x14>;
			reg = <0x00020000 0x250>;
			#address-cells = <1>;
			#size-cells = <0>;