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 <kishon@ti.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
1ac19c8b7f
commit
90a621a269
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue