Commit 532f14d9 authored by Sergio Paracuellos's avatar Sergio Paracuellos Committed by Greg Kroah-Hartman

staging: mt7621-dts: add pcie controller port registers

The pcie node of the device tree only contains registers
for the host-bridge and pcie port 0. Add the pcie port 1
and pcie port 2 also.
Signed-off-by: default avatarSergio Paracuellos <sergio.paracuellos@gmail.com>
Tested-by: default avatarNeilBrown <neil@brown.name>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4cafd03a
...@@ -394,8 +394,10 @@ gsw: gsw@1e110000 { ...@@ -394,8 +394,10 @@ gsw: gsw@1e110000 {
pcie: pcie@1e140000 { pcie: pcie@1e140000 {
compatible = "mediatek,mt7621-pci"; compatible = "mediatek,mt7621-pci";
reg = <0x1e140000 0x100 reg = <0x1e140000 0x100 /* host-pci bridge registers */
0x1e142000 0x100>; 0x1e142000 0x100 /* pcie port 0 RC control registers */
0x1e143000 0x100 /* pcie port 1 RC control registers */
0x1e144000 0x100>; /* pcie port 2 RC control registers */
#address-cells = <3>; #address-cells = <3>;
#size-cells = <2>; #size-cells = <2>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment