summaryrefslogtreecommitdiff
path: root/drivers/staging/mt7621-dts
diff options
context:
space:
mode:
authorSergio Paracuellos <sergio.paracuellos@gmail.com>2019-02-15 07:18:37 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-02-19 11:12:08 +0100
commitca87a3bf731d1b252f2e0a1be135846d02d0e6fc (patch)
tree2fc492ab32b5a6fdf0551b483ecb2e9240b0c10a /drivers/staging/mt7621-dts
parente4b08e16b7d9d030b6475ef48f94d734a39f3c81 (diff)
staging: mt7621-dts: fix pci phy register addresses
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 <neil@brown.name> Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/mt7621-dts')
-rw-r--r--drivers/staging/mt7621-dts/mt7621.dtsi8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/staging/mt7621-dts/mt7621.dtsi b/drivers/staging/mt7621-dts/mt7621.dtsi
index f0c51622eca1..851b035b906a 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>;