diff options
author | Hou Zhiqiang <Zhiqiang.Hou@nxp.com> | 2018-12-18 05:19:26 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-01-11 08:28:12 +0100 |
commit | 5ddb78d6b14954b677436f6acf802303d4414d57 (patch) | |
tree | dee0e3f261d6e95bbd0dc56f9c863b414658b33d /arch/arm/boot/dts/ls1021a.dtsi | |
parent | ARM: dts: vf610-bk4: Provide support for reading ID code from MVB device (diff) | |
download | linux-5ddb78d6b14954b677436f6acf802303d4414d57.tar.xz linux-5ddb78d6b14954b677436f6acf802303d4414d57.zip |
ARM: dts: ls1021a: add num-viewport property for PCIe DT nodes
Add num-viewport property for PCIe DT nodes to specify how many
viewports are implemented.
Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/ls1021a.dtsi')
-rw-r--r-- | arch/arm/boot/dts/ls1021a.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dtsi index 6df6a291f4d0..424700061fa0 100644 --- a/arch/arm/boot/dts/ls1021a.dtsi +++ b/arch/arm/boot/dts/ls1021a.dtsi @@ -831,6 +831,7 @@ #size-cells = <2>; device_type = "pci"; num-lanes = <4>; + num-viewport = <6>; bus-range = <0x0 0xff>; ranges = <0x81000000 0x0 0x00000000 0x40 0x00010000 0x0 0x00010000 /* downstream I/O */ 0x82000000 0x0 0x40000000 0x40 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */ @@ -855,6 +856,7 @@ #size-cells = <2>; device_type = "pci"; num-lanes = <4>; + num-viewport = <6>; bus-range = <0x0 0xff>; ranges = <0x81000000 0x0 0x00000000 0x48 0x00010000 0x0 0x00010000 /* downstream I/O */ 0x82000000 0x0 0x40000000 0x48 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */ |