Both pci-phy0 and pci-phy1 are using bad addresses to search
for its registers. Use proper register values.

Fixes: 06184ba5a33a: staging: mt7621-dts: add pci-phy related bindings to 
board's device tree
Reported-by: NeilBrown <n...@brown.name>
Signed-off-by: Sergio Paracuellos <sergio.paracuel...@gmail.com>
---
 drivers/staging/mt7621-dts/mt7621.dtsi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/staging/mt7621-dts/mt7621.dtsi 
b/drivers/staging/mt7621-dts/mt7621.dtsi
index 3645360e7841..6aff3680ce4b 100644
--- a/drivers/staging/mt7621-dts/mt7621.dtsi
+++ b/drivers/staging/mt7621-dts/mt7621.dtsi
@@ -452,9 +452,9 @@
                };
        };
 
-       pcie0_phy: pcie-phy@1a149000 {
+       pcie0_phy: pcie-phy@1e149000 {
                compatible = "mediatek,mt7621-pci-phy";
-               reg = <0x1a149000 0x0700>;
+               reg = <0x1e149000 0x0700>;
                #address-cells = <1>;
                #size-cells = <0>;
 
@@ -469,9 +469,9 @@
                };
        };
 
-       pcie1_phy: pcie-phy@1a14a000 {
+       pcie1_phy: pcie-phy@1e14a000 {
                compatible = "mediatek,mt7621-pci-phy";
-               reg = <0x1a14a000 0x0700>;
+               reg = <0x1e14a000 0x0700>;
                #address-cells = <1>;
                #size-cells = <0>;
 
-- 
2.19.1

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to