diff options
author | Linus Walleij | 2017-04-21 13:47:34 +0200 |
---|---|---|
committer | Linus Walleij | 2017-09-27 23:11:16 +0200 |
commit | afd5d2f7af33fd4a57a68bca9e651ca7fd41263b (patch) | |
tree | f5a9c08a221a2ab2c3f804f9bd9685eec4bfb638 /arch/arm/boot/dts/integratorap.dts | |
parent | ARM: dts: integratorap: Fix PCI windows (diff) | |
download | kernel-qcow2-linux-afd5d2f7af33fd4a57a68bca9e651ca7fd41263b.tar.gz kernel-qcow2-linux-afd5d2f7af33fd4a57a68bca9e651ca7fd41263b.tar.xz kernel-qcow2-linux-afd5d2f7af33fd4a57a68bca9e651ca7fd41263b.zip |
ARM: dts: Update Integrator/AP PCI v3 compatible
To make a stand-alone PCI driver for the V3 Semiconductor PCI bridge,
we need a proper compatible indicating that we are integrated on the
Integrator/AP platform. Add this.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/integratorap.dts')
-rw-r--r-- | arch/arm/boot/dts/integratorap.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/integratorap.dts b/arch/arm/boot/dts/integratorap.dts index ecca38b43f83..546278269ebd 100644 --- a/arch/arm/boot/dts/integratorap.dts +++ b/arch/arm/boot/dts/integratorap.dts @@ -153,7 +153,7 @@ }; pci: pciv3@62000000 { - compatible = "v3,v360epc-pci"; + compatible = "arm,integrator-ap-pci", "v3,v360epc-pci"; #interrupt-cells = <1>; #size-cells = <2>; #address-cells = <3>; |