arm64: dts: ti: k3-j721e-main: Fix "max-virtual-functions" in PCIe EP nodes

[ Upstream commit 9af3ef954975c383eeb667aee207d9ce6fbef8c4 ]

commit 4e5833884f ("arm64: dts: ti: k3-j721e-main: Add PCIe device
tree nodes") added "max-virtual-functions" to have 16 bit values.
Fix "max-virtual-functions" in PCIe endpoint (EP) nodes to have 8 bit
values instead of 16.

Fixes: 4e5833884f ("arm64: dts: ti: k3-j721e-main: Add PCIe device tree nodes")
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Reviewed-by: Aswath Govindraju <a-govindraju@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Link: https://lore.kernel.org/r/20210915055358.19997-2-kishon@ti.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
Kishon Vijay Abraham I
2021-09-15 11:23:53 +05:30
committed by Greg Kroah-Hartman
parent 64a43b7712
commit 7a1617a991

View File

@@ -656,7 +656,7 @@
clock-names = "fck"; clock-names = "fck";
cdns,max-outbound-regions = <16>; cdns,max-outbound-regions = <16>;
max-functions = /bits/ 8 <6>; max-functions = /bits/ 8 <6>;
max-virtual-functions = /bits/ 16 <4 4 4 4 0 0>; max-virtual-functions = /bits/ 8 <4 4 4 4 0 0>;
dma-coherent; dma-coherent;
}; };
@@ -705,7 +705,7 @@
clock-names = "fck"; clock-names = "fck";
cdns,max-outbound-regions = <16>; cdns,max-outbound-regions = <16>;
max-functions = /bits/ 8 <6>; max-functions = /bits/ 8 <6>;
max-virtual-functions = /bits/ 16 <4 4 4 4 0 0>; max-virtual-functions = /bits/ 8 <4 4 4 4 0 0>;
dma-coherent; dma-coherent;
}; };
@@ -754,7 +754,7 @@
clock-names = "fck"; clock-names = "fck";
cdns,max-outbound-regions = <16>; cdns,max-outbound-regions = <16>;
max-functions = /bits/ 8 <6>; max-functions = /bits/ 8 <6>;
max-virtual-functions = /bits/ 16 <4 4 4 4 0 0>; max-virtual-functions = /bits/ 8 <4 4 4 4 0 0>;
dma-coherent; dma-coherent;
}; };
@@ -803,7 +803,7 @@
clock-names = "fck"; clock-names = "fck";
cdns,max-outbound-regions = <16>; cdns,max-outbound-regions = <16>;
max-functions = /bits/ 8 <6>; max-functions = /bits/ 8 <6>;
max-virtual-functions = /bits/ 16 <4 4 4 4 0 0>; max-virtual-functions = /bits/ 8 <4 4 4 4 0 0>;
dma-coherent; dma-coherent;
#address-cells = <2>; #address-cells = <2>;
#size-cells = <2>; #size-cells = <2>;