Commit f21a3c7d authored by Minghuan Lian's avatar Minghuan Lian Committed by Olof Johansson

dts/ls2080a: Update PCIe compatible

The patch adds LS2085a to PCIe compatible to fix the compatibility
issue when using firmware with LS2085a compatible property.
Signed-off-by: default avatarMinghuan Lian <minghuan.lian@nxp.com>
Signed-off-by: default avatarMingkai Hu <mingkai.hu@nxp.com>
Acked-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 5dab9f62
...@@ -14,7 +14,7 @@ information. ...@@ -14,7 +14,7 @@ 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", "snps,dw-pcie"
"fsl,ls2080a-pcie", "snps,dw-pcie" "fsl,ls2080a-pcie", "fsl,ls2085a-pcie", "snps,dw-pcie"
- reg: base addresses and lengths of the PCIe controller - reg: base addresses and lengths of the PCIe controller
- interrupts: A list of interrupt outputs of the controller. Must contain an - interrupts: A list of interrupt outputs of the controller. Must contain an
entry for each entry in the interrupt-names property. entry for each entry in the interrupt-names property.
......
...@@ -456,7 +456,8 @@ qspi: quadspi@20c0000 { ...@@ -456,7 +456,8 @@ qspi: quadspi@20c0000 {
}; };
pcie@3400000 { pcie@3400000 {
compatible = "fsl,ls2080a-pcie", "snps,dw-pcie"; compatible = "fsl,ls2080a-pcie", "fsl,ls2085a-pcie",
"snps,dw-pcie";
reg = <0x00 0x03400000 0x0 0x00100000 /* controller registers */ reg = <0x00 0x03400000 0x0 0x00100000 /* controller registers */
0x10 0x00000000 0x0 0x00002000>; /* configuration space */ 0x10 0x00000000 0x0 0x00002000>; /* configuration space */
reg-names = "regs", "config"; reg-names = "regs", "config";
...@@ -479,7 +480,8 @@ pcie@3400000 { ...@@ -479,7 +480,8 @@ pcie@3400000 {
}; };
pcie@3500000 { pcie@3500000 {
compatible = "fsl,ls2080a-pcie", "snps,dw-pcie"; compatible = "fsl,ls2080a-pcie", "fsl,ls2085a-pcie",
"snps,dw-pcie";
reg = <0x00 0x03500000 0x0 0x00100000 /* controller registers */ reg = <0x00 0x03500000 0x0 0x00100000 /* controller registers */
0x12 0x00000000 0x0 0x00002000>; /* configuration space */ 0x12 0x00000000 0x0 0x00002000>; /* configuration space */
reg-names = "regs", "config"; reg-names = "regs", "config";
...@@ -502,7 +504,8 @@ pcie@3500000 { ...@@ -502,7 +504,8 @@ pcie@3500000 {
}; };
pcie@3600000 { pcie@3600000 {
compatible = "fsl,ls2080a-pcie", "snps,dw-pcie"; compatible = "fsl,ls2080a-pcie", "fsl,ls2085a-pcie",
"snps,dw-pcie";
reg = <0x00 0x03600000 0x0 0x00100000 /* controller registers */ reg = <0x00 0x03600000 0x0 0x00100000 /* controller registers */
0x14 0x00000000 0x0 0x00002000>; /* configuration space */ 0x14 0x00000000 0x0 0x00002000>; /* configuration space */
reg-names = "regs", "config"; reg-names = "regs", "config";
...@@ -525,7 +528,8 @@ pcie@3600000 { ...@@ -525,7 +528,8 @@ pcie@3600000 {
}; };
pcie@3700000 { pcie@3700000 {
compatible = "fsl,ls2080a-pcie", "snps,dw-pcie"; compatible = "fsl,ls2080a-pcie", "fsl,ls2085a-pcie",
"snps,dw-pcie";
reg = <0x00 0x03700000 0x0 0x00100000 /* controller registers */ reg = <0x00 0x03700000 0x0 0x00100000 /* controller registers */
0x16 0x00000000 0x0 0x00002000>; /* configuration space */ 0x16 0x00000000 0x0 0x00002000>; /* configuration space */
reg-names = "regs", "config"; reg-names = "regs", "config";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment