diff options
| author | Rob Herring <[email protected]> | 2017-03-21 21:03:11 -0500 |
|---|---|---|
| committer | Sudeep Holla <[email protected]> | 2017-03-31 11:03:15 +0100 |
| commit | dc10ef2dfd66fc215857f4777b3a2a030d08193a (patch) | |
| tree | 8b706ea9628f06dbd1ec4e059f35c964f7fd5fb5 | |
| parent | c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201 (diff) | |
arm64: dts: juno: fix PCI bus dtc warnings
dtc recently added PCI bus checks. Fix these warnings.
Signed-off-by: Rob Herring <[email protected]>
Cc: Lorenzo Pieralisi <[email protected]>
Acked-by: Liviu Dudau <[email protected]>
Signed-off-by: Sudeep Holla <[email protected]>
| -rw-r--r-- | arch/arm64/boot/dts/arm/juno-base.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/arm/juno-base.dtsi b/arch/arm64/boot/dts/arm/juno-base.dtsi index df539e865b90..8ffaff2043d0 100644 --- a/arch/arm64/boot/dts/arm/juno-base.dtsi +++ b/arch/arm64/boot/dts/arm/juno-base.dtsi @@ -428,7 +428,7 @@ }; }; - pcie_ctlr: pcie-controller@40000000 { + pcie_ctlr: pcie@40000000 { compatible = "arm,juno-r1-pcie", "plda,xpressrich3-axi", "pci-host-ecam-generic"; device_type = "pci"; reg = <0 0x40000000 0 0x10000000>; /* ECAM config space */ |