mirror of https://gitee.com/openkylin/linux.git
dt-bindings: pci: layerscape-pci: removed compatible string "snps,dw-pcie"
Removed the compatible string "snps,dw-pcie", it is for the reference platform driver for PCI RC IP Protoyping Kits based on the ARC SDP, so it is not suitable for all platform with designware PCIe controller, and platform vendors have themselves' drivers. The compatible string "snsp,dw-pcie" was added by mistake and it's not matched that time, but it is matched because PCIe drivers has been collected recently. Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
8ff7754ae1
commit
ac8ed2824e
|
@ -13,8 +13,8 @@ information.
|
||||||
|
|
||||||
Required properties:
|
Required properties:
|
||||||
- compatible: should contain the platform identifier such as:
|
- compatible: should contain the platform identifier such as:
|
||||||
"fsl,ls1021a-pcie", "snps,dw-pcie"
|
"fsl,ls1021a-pcie"
|
||||||
"fsl,ls2080a-pcie", "fsl,ls2085a-pcie", "snps,dw-pcie"
|
"fsl,ls2080a-pcie", "fsl,ls2085a-pcie"
|
||||||
"fsl,ls2088a-pcie"
|
"fsl,ls2088a-pcie"
|
||||||
"fsl,ls1088a-pcie"
|
"fsl,ls1088a-pcie"
|
||||||
"fsl,ls1046a-pcie"
|
"fsl,ls1046a-pcie"
|
||||||
|
@ -36,7 +36,7 @@ Required properties:
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
pcie@3400000 {
|
pcie@3400000 {
|
||||||
compatible = "fsl,ls1021a-pcie", "snps,dw-pcie";
|
compatible = "fsl,ls1021a-pcie";
|
||||||
reg = <0x00 0x03400000 0x0 0x00010000 /* controller registers */
|
reg = <0x00 0x03400000 0x0 0x00010000 /* controller registers */
|
||||||
0x40 0x00000000 0x0 0x00002000>; /* configuration space */
|
0x40 0x00000000 0x0 0x00002000>; /* configuration space */
|
||||||
reg-names = "regs", "config";
|
reg-names = "regs", "config";
|
||||||
|
|
Loading…
Reference in New Issue