]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/commitdiff
arm64: dts: Fix the base address of the Broadcom iProc mdio mux
authorArun Parameswaran <arun.parameswaran@broadcom.com>
Thu, 2 Aug 2018 00:53:48 +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 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>
arch/arm64/boot/dts/broadcom/northstar2/ns2.dtsi
arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi

index 4057197048dcbbacaee733c6067cc677fd1ad54d..1a406a76c86a2ae7ae465c192b08739009e9d891 100644 (file)
                        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>;
 
index b203152ad67ca18b4421bb035b2d13d32d7f9be5..a70e8ddbd66f5b836fa5e51e369d7829b0ec0501 100644 (file)
 
                #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>;