Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 90a621a2 authored by Kishon Vijay Abraham I's avatar Kishon Vijay Abraham I Committed by Tony Lindgren
Browse files

ARM: dts: DRA72x: Use PCIe compatible specific to dra72



Use dra72 specific compatible string for PCIe while preserving
the older compatible.

Signed-off-by: default avatarKishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 1ac19c8b
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -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";
};