OSDN Git Service

ARM: dts: ls1021a: add num-viewport property for PCIe DT nodes
authorHou Zhiqiang <Zhiqiang.Hou@nxp.com>
Tue, 18 Dec 2018 04:19:26 +0000 (04:19 +0000)
committerShawn Guo <shawnguo@kernel.org>
Fri, 11 Jan 2019 07:28:12 +0000 (15:28 +0800)
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>
arch/arm/boot/dts/ls1021a.dtsi

index 6df6a29..4247000 100644 (file)
                        #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 */
                        #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 */