staging: mt7621-dts: remove sysctl registers from pcie bindings
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Sat, 24 Nov 2018 17:54:52 +0000 (18:54 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 26 Nov 2018 19:59:05 +0000 (20:59 +0100)
The sysctl register are already claimed by palmbus, so
pci fails to claim it. Remove registers accordly from DT
bindings.

Fixes: 624c5227ed0a: staging: mt7621-dts: add sysctl registers base address to pcie
Reported-by: NeilBrown <neil@brown.name>
Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Tested-by: NeilBrown <neil@brown.name>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/mt7621-dts/mt7621.dtsi

index 6b4bc43d8eb653a511a0cc6f8a7115341e4aeb01..ebf6667bbc54005d45d1c245ef67d8e3b942e074 100644 (file)
                reg = <0x1e140000 0x100     /* host-pci bridge registers */
                        0x1e142000 0x100    /* pcie port 0 RC control registers */
                        0x1e143000 0x100    /* pcie port 1 RC control registers */
-                       0x1e144000 0x100    /* pcie port 2 RC control registers */
-                       0x1e000000 0x100>;  /* sysctl */
+                       0x1e144000 0x100>;  /* pcie port 2 RC control registers */
                #address-cells = <3>;
                #size-cells = <2>;