mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-30 11:37:26 -05:00
staging: mt7621-dts: remove sysctl registers from pcie bindings
The sysctl register are already claimed by palmbus, so
pci fails to claim it. Remove registers accordly from DT
bindings.
Fixes: 624c5227ed: 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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
ce0c99e22e
commit
65f679a826
@@ -397,8 +397,7 @@ pcie: pcie@1e140000 {
|
||||
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>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user