Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Tested-by: NeilBrown <neil@brown.name>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Sergio Paracuellos and committed by
Greg Kroah-Hartman
532f14d9 4cafd03a

+4 -2
+4 -2
drivers/staging/mt7621-dts/mt7621.dtsi
··· 394 394 395 395 pcie: pcie@1e140000 { 396 396 compatible = "mediatek,mt7621-pci"; 397 - reg = <0x1e140000 0x100 398 - 0x1e142000 0x100>; 397 + reg = <0x1e140000 0x100 /* host-pci bridge registers */ 398 + 0x1e142000 0x100 /* pcie port 0 RC control registers */ 399 + 0x1e143000 0x100 /* pcie port 1 RC control registers */ 400 + 0x1e144000 0x100>; /* pcie port 2 RC control registers */ 399 401 400 402 #address-cells = <3>; 401 403 #size-cells = <2>;