arm64: dts: mt2712: Remove un-used property for PCIe

The "num-lanes" property for PCIe is not used, remove it.

Signed-off-by: Honghui Zhang <honghui.zhang@mediatek.com>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
This commit is contained in:
Honghui Zhang 2019-03-18 16:27:55 +08:00 committed by Lorenzo Pieralisi
parent 6be22343cc
commit 258f250fc5

View File

@ -819,7 +819,6 @@ pcie0: pcie@0,0 {
#size-cells = <2>;
#interrupt-cells = <1>;
ranges;
num-lanes = <1>;
interrupt-map-mask = <0 0 0 7>;
interrupt-map = <0 0 0 1 &pcie_intc0 0>,
<0 0 0 2 &pcie_intc0 1>,
@ -840,7 +839,6 @@ pcie1: pcie@1,0 {
#size-cells = <2>;
#interrupt-cells = <1>;
ranges;
num-lanes = <1>;
interrupt-map-mask = <0 0 0 7>;
interrupt-map = <0 0 0 1 &pcie_intc1 0>,
<0 0 0 2 &pcie_intc1 1>,