From: Kishon Vijay Abraham I Date: Tue, 19 Dec 2017 09:31:29 +0000 (+0530) Subject: ARM: dts: DRA72x: Use PCIe compatible specific to dra72 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=90a621a2694c96e0cd5438184226cc5027dae211;p=linux.git ARM: dts: DRA72x: Use PCIe compatible specific to dra72 Use dra72 specific compatible string for PCIe while preserving the older compatible. Signed-off-by: Kishon Vijay Abraham I Signed-off-by: Sekhar Nori Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/dra72x.dtsi b/arch/arm/boot/dts/dra72x.dtsi index 67107605fb4c1..2dafad834d3d5 100644 --- a/arch/arm/boot/dts/dra72x.dtsi +++ b/arch/arm/boot/dts/dra72x.dtsi @@ -50,3 +50,15 @@ status = "disabled"; }; }; + +&pcie1_rc { + compatible = "ti,dra726-pcie-rc", "ti,dra7-pcie"; +}; + +&pcie1_ep { + compatible = "ti,dra726-pcie-ep", "ti,dra7-pcie-ep"; +}; + +&pcie2_rc { + compatible = "ti,dra726-pcie-rc", "ti,dra7-pcie"; +};