mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 11:03:43 +02:00
arm64: dts: juno: fix PCI bus dtc warnings
dtc recently added PCI bus checks. Fix these warnings. Signed-off-by: Rob Herring <robh@kernel.org> Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> Acked-by: Liviu Dudau <liviu.dudau@arm.com> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
This commit is contained in:
parent
c1ae3cfa0e
commit
dc10ef2dfd
|
|
@ -428,7 +428,7 @@ cpu_scp_hpri: scp-shmem@200 {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
pcie_ctlr: pcie-controller@40000000 {
|
pcie_ctlr: pcie@40000000 {
|
||||||
compatible = "arm,juno-r1-pcie", "plda,xpressrich3-axi", "pci-host-ecam-generic";
|
compatible = "arm,juno-r1-pcie", "plda,xpressrich3-axi", "pci-host-ecam-generic";
|
||||||
device_type = "pci";
|
device_type = "pci";
|
||||||
reg = <0 0x40000000 0 0x10000000>; /* ECAM config space */
|
reg = <0 0x40000000 0 0x10000000>; /* ECAM config space */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user