Commit f2bb7d6a authored by Honghui Zhang's avatar Honghui Zhang Committed by Lorenzo Pieralisi

dt-bindings: PCI: MediaTek: Remove un-used property

The "num-lanes" property is not used, remove it.
Signed-off-by: default avatarHonghui Zhang <honghui.zhang@mediatek.com>
Signed-off-by: default avatarLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
parent 7b96dc91
...@@ -65,7 +65,6 @@ Required properties: ...@@ -65,7 +65,6 @@ Required properties:
explanation. explanation.
- ranges: Sub-ranges distributed from the PCIe controller node. An empty - ranges: Sub-ranges distributed from the PCIe controller node. An empty
property is sufficient. property is sufficient.
- num-lanes: Number of lanes to use for this port.
Examples for MT7623: Examples for MT7623:
...@@ -118,7 +117,6 @@ Examples for MT7623: ...@@ -118,7 +117,6 @@ Examples for MT7623:
interrupt-map-mask = <0 0 0 0>; interrupt-map-mask = <0 0 0 0>;
interrupt-map = <0 0 0 0 &sysirq GIC_SPI 193 IRQ_TYPE_LEVEL_LOW>; interrupt-map = <0 0 0 0 &sysirq GIC_SPI 193 IRQ_TYPE_LEVEL_LOW>;
ranges; ranges;
num-lanes = <1>;
}; };
pcie@1,0 { pcie@1,0 {
...@@ -129,7 +127,6 @@ Examples for MT7623: ...@@ -129,7 +127,6 @@ Examples for MT7623:
interrupt-map-mask = <0 0 0 0>; interrupt-map-mask = <0 0 0 0>;
interrupt-map = <0 0 0 0 &sysirq GIC_SPI 194 IRQ_TYPE_LEVEL_LOW>; interrupt-map = <0 0 0 0 &sysirq GIC_SPI 194 IRQ_TYPE_LEVEL_LOW>;
ranges; ranges;
num-lanes = <1>;
}; };
pcie@2,0 { pcie@2,0 {
...@@ -140,7 +137,6 @@ Examples for MT7623: ...@@ -140,7 +137,6 @@ Examples for MT7623:
interrupt-map-mask = <0 0 0 0>; interrupt-map-mask = <0 0 0 0>;
interrupt-map = <0 0 0 0 &sysirq GIC_SPI 195 IRQ_TYPE_LEVEL_LOW>; interrupt-map = <0 0 0 0 &sysirq GIC_SPI 195 IRQ_TYPE_LEVEL_LOW>;
ranges; ranges;
num-lanes = <1>;
}; };
}; };
...@@ -172,7 +168,6 @@ Examples for MT2712: ...@@ -172,7 +168,6 @@ Examples for MT2712:
#size-cells = <2>; #size-cells = <2>;
#interrupt-cells = <1>; #interrupt-cells = <1>;
ranges; ranges;
num-lanes = <1>;
interrupt-map-mask = <0 0 0 7>; interrupt-map-mask = <0 0 0 7>;
interrupt-map = <0 0 0 1 &pcie_intc0 0>, interrupt-map = <0 0 0 1 &pcie_intc0 0>,
<0 0 0 2 &pcie_intc0 1>, <0 0 0 2 &pcie_intc0 1>,
...@@ -191,7 +186,6 @@ Examples for MT2712: ...@@ -191,7 +186,6 @@ Examples for MT2712:
#size-cells = <2>; #size-cells = <2>;
#interrupt-cells = <1>; #interrupt-cells = <1>;
ranges; ranges;
num-lanes = <1>;
interrupt-map-mask = <0 0 0 7>; interrupt-map-mask = <0 0 0 7>;
interrupt-map = <0 0 0 1 &pcie_intc1 0>, interrupt-map = <0 0 0 1 &pcie_intc1 0>,
<0 0 0 2 &pcie_intc1 1>, <0 0 0 2 &pcie_intc1 1>,
...@@ -245,7 +239,6 @@ Examples for MT7622: ...@@ -245,7 +239,6 @@ Examples for MT7622:
#size-cells = <2>; #size-cells = <2>;
#interrupt-cells = <1>; #interrupt-cells = <1>;
ranges; ranges;
num-lanes = <1>;
interrupt-map-mask = <0 0 0 7>; interrupt-map-mask = <0 0 0 7>;
interrupt-map = <0 0 0 1 &pcie_intc0 0>, interrupt-map = <0 0 0 1 &pcie_intc0 0>,
<0 0 0 2 &pcie_intc0 1>, <0 0 0 2 &pcie_intc0 1>,
...@@ -264,7 +257,6 @@ Examples for MT7622: ...@@ -264,7 +257,6 @@ Examples for MT7622:
#size-cells = <2>; #size-cells = <2>;
#interrupt-cells = <1>; #interrupt-cells = <1>;
ranges; ranges;
num-lanes = <1>;
interrupt-map-mask = <0 0 0 7>; interrupt-map-mask = <0 0 0 7>;
interrupt-map = <0 0 0 1 &pcie_intc1 0>, interrupt-map = <0 0 0 1 &pcie_intc1 0>,
<0 0 0 2 &pcie_intc1 1>, <0 0 0 2 &pcie_intc1 1>,
......
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