[PATCH 2/7] arm64: dts: visconti: Remove unused num-viewport from pcie node

From: Jisheng Zhang
Date: Wed Dec 29 2021 - 11:11:00 EST


After commit 281f1f99cf3a("PCI: dwc: Detect number of iATU windows"),
the number of iATU windows is detected at runtime, what's more,
the 'num-viewport' property parsing has been removed, so remove the
unused num-viewport from pcie nodes.

Signed-off-by: Jisheng Zhang <jszhang@xxxxxxxxxx>
---
arch/arm64/boot/dts/toshiba/tmpv7708.dtsi | 1 -
1 file changed, 1 deletion(-)

diff --git a/arch/arm64/boot/dts/toshiba/tmpv7708.dtsi b/arch/arm64/boot/dts/toshiba/tmpv7708.dtsi
index 01d7ee61ad25..7ecbfedc02b7 100644
--- a/arch/arm64/boot/dts/toshiba/tmpv7708.dtsi
+++ b/arch/arm64/boot/dts/toshiba/tmpv7708.dtsi
@@ -481,7 +481,6 @@ pcie: pcie@28400000 {
device_type = "pci";
bus-range = <0x00 0xff>;
num-lanes = <2>;
- num-viewport = <8>;

#address-cells = <3>;
#size-cells = <2>;
--
2.34.1