summaryrefslogtreecommitdiff
path: root/arch/powerpc/boot/dts/fsl/p1023si-post.dtsi
diff options
context:
space:
mode:
authorLaurentiu Tudor <Laurentiu.Tudor@freescale.com>2013-05-23 09:21:51 (GMT)
committerFleming Andrew-AFLEMING <AFLEMING@freescale.com>2013-05-24 20:27:05 (GMT)
commit313b229e8408280d0bf8b89e662699b049168731 (patch)
tree2f3898029aea4a9cb68644d0c781452227d72aeb /arch/powerpc/boot/dts/fsl/p1023si-post.dtsi
parent629bc68abbdef896eace12d1bc41a7ce31e368b3 (diff)
downloadlinux-fsl-qoriq-313b229e8408280d0bf8b89e662699b049168731.tar.xz
powerpc/fsl: Introduce a generic pci-e compatible named "fsl,qoriq-pcie"
This will allow future code to simply check the pci-e controller version register plus getting rid of the redundant version from within the compatible string. Signed-off-by: Laurentiu Tudor <Laurentiu.Tudor@freescale.com> Change-Id: I7211a7c426f9e11920369355900ccd236fc248a1 Reviewed-on: http://git.am.freescale.net:8181/2670 Tested-by: Review Code-CDREVIEW <CDREVIEW@freescale.com> Reviewed-by: Wood Scott-B07421 <scottwood@freescale.com> Reviewed-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com>
Diffstat (limited to 'arch/powerpc/boot/dts/fsl/p1023si-post.dtsi')
-rw-r--r--arch/powerpc/boot/dts/fsl/p1023si-post.dtsi6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/powerpc/boot/dts/fsl/p1023si-post.dtsi b/arch/powerpc/boot/dts/fsl/p1023si-post.dtsi
index 334ffba..f69daaf 100644
--- a/arch/powerpc/boot/dts/fsl/p1023si-post.dtsi
+++ b/arch/powerpc/boot/dts/fsl/p1023si-post.dtsi
@@ -42,7 +42,7 @@
/* controller at 0xa000 */
&pci0 {
- compatible = "fsl,p1023-pcie", "fsl,qoriq-pcie-v2.2";
+ compatible = "fsl,p1023-pcie", "fsl,qoriq-pcie-v2.2", "fsl,qoriq-pcie";
device_type = "pci";
#size-cells = <2>;
#address-cells = <3>;
@@ -61,7 +61,7 @@
/* controller at 0x9000 */
&pci1 {
- compatible = "fsl,p1023-pcie", "fsl,qoriq-pcie-v2.2";
+ compatible = "fsl,p1023-pcie", "fsl,qoriq-pcie-v2.2", "fsl,qoriq-pcie";
device_type = "pci";
#size-cells = <2>;
#address-cells = <3>;
@@ -80,7 +80,7 @@
/* controller at 0xb000 */
&pci2 {
- compatible = "fsl,p1023-pcie", "fsl,qoriq-pcie-v2.2";
+ compatible = "fsl,p1023-pcie", "fsl,qoriq-pcie-v2.2", "fsl,qoriq-pcie";
device_type = "pci";
#size-cells = <2>;
#address-cells = <3>;