diff options
author | John Crispin <blogic@openwrt.org> | 2014-11-06 09:31:37 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-11-06 09:31:37 +0000 |
commit | dde9f5448b3eb52016fa8852ff1e4318e78e7b26 (patch) | |
tree | 709d0d9696b22e28031b45ed1b8a30963187eebf /target/linux/ramips/dts | |
parent | 3d1fb84ada10d44712cff3d7530dc057532cce00 (diff) | |
download | upstream-dde9f5448b3eb52016fa8852ff1e4318e78e7b26.tar.gz upstream-dde9f5448b3eb52016fa8852ff1e4318e78e7b26.tar.bz2 upstream-dde9f5448b3eb52016fa8852ff1e4318e78e7b26.zip |
ralink: make pci driver handle mt7628
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43198 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r-- | target/linux/ramips/dts/mt7620a.dtsi | 2 | ||||
-rw-r--r-- | target/linux/ramips/dts/mt7628an.dtsi | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/target/linux/ramips/dts/mt7620a.dtsi b/target/linux/ramips/dts/mt7620a.dtsi index cc6177c2e4..c3c7ba4e7e 100644 --- a/target/linux/ramips/dts/mt7620a.dtsi +++ b/target/linux/ramips/dts/mt7620a.dtsi @@ -430,7 +430,7 @@ }; pcie@10140000 { - compatible = "ralink,mt7620a-pci"; + compatible = "ralink,mt7620-pci"; reg = <0x10140000 0x100 0x10142000 0x100>; diff --git a/target/linux/ramips/dts/mt7628an.dtsi b/target/linux/ramips/dts/mt7628an.dtsi index 1f3876975d..ee953cd026 100644 --- a/target/linux/ramips/dts/mt7628an.dtsi +++ b/target/linux/ramips/dts/mt7628an.dtsi @@ -202,9 +202,6 @@ reg = <0x10140000 0x100 0x10142000 0x100>; - ranges = <0x2000000 0 0x8000000 0x2000000 0 0x1000000 /* pci memory */ - 0x1000000 0 0x00000000 0x10160000 0 0x10000>; /* io space */ - resets = <&rstctrl 26>; reset-names = "pcie0"; |