diff options
| author | John Crispin <john@openwrt.org> | 2014-11-03 20:20:46 +0000 |
|---|---|---|
| committer | John Crispin <john@openwrt.org> | 2014-11-03 20:20:46 +0000 |
| commit | b25b58a96aa700081cafe40625307f3ab4705995 (patch) | |
| tree | 94b88aaa5fae85e7c2f4cc00367557d4fcd96266 /target/linux | |
| parent | cc142739f2a6d447ab107fb3d12293fe8a76b8fc (diff) | |
| download | mtk-20170518-b25b58a96aa700081cafe40625307f3ab4705995.zip mtk-20170518-b25b58a96aa700081cafe40625307f3ab4705995.tar.gz mtk-20170518-b25b58a96aa700081cafe40625307f3ab4705995.tar.bz2 | |
ralink: add pci bidge node to mt7620a dts file
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43172
Diffstat (limited to 'target/linux')
| -rw-r--r-- | target/linux/ramips/dts/mt7620a.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/mt7620a.dtsi b/target/linux/ramips/dts/mt7620a.dtsi index 9d077ee..cc6177c 100644 --- a/target/linux/ramips/dts/mt7620a.dtsi +++ b/target/linux/ramips/dts/mt7620a.dtsi @@ -441,6 +441,11 @@ interrupts = <4>; status = "disabled"; + + pcie-bridge { + reg = <0x0000 0 0 0 0>; + device_type = "pci"; + }; }; wmac@10180000 { |
