diff options
author | Rob Herring <robh@kernel.org> | 2017-07-27 00:09:40 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2017-08-19 00:16:17 +0300 |
commit | 2666797050445753b87bd5e222f8c9289017abc4 (patch) | |
tree | e46cbd03136ceb2cb752116449d62d68d84b78af /arch/arm/boot/dts/versatile-pb.dts | |
parent | a7a34d116f0ee729da4b5dac169ea962f8312d36 (diff) | |
download | linux-2666797050445753b87bd5e222f8c9289017abc4.tar.xz |
ARM: dts: versatile: fix PCI bus dtc warnings
dtc recently added PCI bus checks. Fix these warnings.
Signed-off-by: Rob Herring <robh@kernel.org>
Cc: Russell King <linux@armlinux.org.uk>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/boot/dts/versatile-pb.dts')
-rw-r--r-- | arch/arm/boot/dts/versatile-pb.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/versatile-pb.dts b/arch/arm/boot/dts/versatile-pb.dts index 06e2331f666d..9abe26028c8b 100644 --- a/arch/arm/boot/dts/versatile-pb.dts +++ b/arch/arm/boot/dts/versatile-pb.dts @@ -39,7 +39,7 @@ clock-names = "apb_pclk"; }; - pci-controller@10001000 { + pci@10001000 { compatible = "arm,versatile-pci"; device_type = "pci"; reg = <0x10001000 0x1000 |