projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ac19c8
)
ARM: dts: DRA72x: Use PCIe compatible specific to dra72
author
Kishon Vijay Abraham I
<
[email protected]
>
Tue, 19 Dec 2017 09:31:29 +0000
(15:01 +0530)
committer
Tony Lindgren
<
[email protected]
>
Thu, 21 Dec 2017 15:24:52 +0000
(07:24 -0800)
Use dra72 specific compatible string for PCIe while preserving
the older compatible.
Signed-off-by: Kishon Vijay Abraham I <
[email protected]
>
Signed-off-by: Sekhar Nori <
[email protected]
>
Signed-off-by: Tony Lindgren <
[email protected]
>
arch/arm/boot/dts/dra72x.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/dra72x.dtsi
b/arch/arm/boot/dts/dra72x.dtsi
index 67107605fb4c1067ef131073bb94222d7ef5dc9c..2dafad834d3d5e28f46636d132cca727ca79ca99 100644
(file)
--- 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";
+};