diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2017-12-19 15:01:28 +0530 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-12-21 07:24:52 -0800 |
commit | 1ac19c8b7f3b4a304056e1fface846a4374e2e70 (patch) | |
tree | f5ef45a472234534a35cb724cbf87fb32970a2f0 /arch/arm/boot/dts/dra7.dtsi | |
parent | 4ece93c020e3ee19767b1c111be39fe7e32f8bf2 (diff) | |
download | op-kernel-dev-1ac19c8b7f3b4a304056e1fface846a4374e2e70.zip op-kernel-dev-1ac19c8b7f3b4a304056e1fface846a4374e2e70.tar.gz |
ARM: dts: DRA74x: Use PCIe compatible specific to dra74
Use dra74 specific compatible string for PCIe while preserving
the older compatible. While at that add a new label for the
2nd instance of pcie.
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>
Diffstat (limited to 'arch/arm/boot/dts/dra7.dtsi')
-rw-r--r-- | arch/arm/boot/dts/dra7.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi index 24c104d..000ad9a 100644 --- a/arch/arm/boot/dts/dra7.dtsi +++ b/arch/arm/boot/dts/dra7.dtsi @@ -349,7 +349,7 @@ ranges = <0x51800000 0x51800000 0x3000 0x0 0x30000000 0x10000000>; status = "disabled"; - pcie@51800000 { + pcie2_rc: pcie@51800000 { compatible = "ti,dra7-pcie"; reg = <0x51800000 0x2000>, <0x51802000 0x14c>, <0x1000 0x2000>; reg-names = "rc_dbics", "ti_conf", "config"; |