From: Bjorn Helgaas Date: Thu, 7 Sep 2017 18:24:20 +0000 (-0500) Subject: Merge branch 'pci/trivial' into next X-Git-Tag: v4.14-rc1~87^2~1 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=27e87395ae3497ebb63942150e43999c93a83ed0;p=uclinux-h8%2Flinux.git Merge branch 'pci/trivial' into next * pci/trivial: PCI: Fix typos and whitespace errors PCI: Remove unused "res" variable from pci_resource_io() PCI: Correct kernel-doc of pci_vpd_srdt_size(), pci_vpd_srdt_tag() --- 27e87395ae3497ebb63942150e43999c93a83ed0 diff --cc Documentation/devicetree/bindings/pci/layerscape-pci.txt index ebf3feffed8a,e00c706f85d9..c0484da0f20d --- a/Documentation/devicetree/bindings/pci/layerscape-pci.txt +++ b/Documentation/devicetree/bindings/pci/layerscape-pci.txt @@@ -15,10 -15,8 +15,10 @@@ Required properties - compatible: should contain the platform identifier such as: "fsl,ls1021a-pcie", "snps,dw-pcie" "fsl,ls2080a-pcie", "fsl,ls2085a-pcie", "snps,dw-pcie" + "fsl,ls2088a-pcie" + "fsl,ls1088a-pcie" "fsl,ls1046a-pcie" - - reg: base addresses and lengths of the PCIe controller + - reg: base addresses and lengths of the PCIe controller register blocks. - interrupts: A list of interrupt outputs of the controller. Must contain an entry for each entry in the interrupt-names property. - interrupt-names: Must include the following entries: diff --cc Documentation/devicetree/bindings/pci/rockchip-pcie.txt index 5678be82530d,1136e9282108..af34c65773fd --- a/Documentation/devicetree/bindings/pci/rockchip-pcie.txt +++ b/Documentation/devicetree/bindings/pci/rockchip-pcie.txt @@@ -55,9 -45,8 +55,9 @@@ Required properties for per-lane PHY mo Optional Property: - aspm-no-l0s: RC won't support ASPM L0s. This property is needed if using 24MHz OSC for RC's PHY. - - ep-gpios: contain the entry for pre-reset gpio + - ep-gpios: contain the entry for pre-reset GPIO - num-lanes: number of lanes to use +- vpcie12v-supply: The phandle to the 12v regulator to use for PCIe. - vpcie3v3-supply: The phandle to the 3.3v regulator to use for PCIe. - vpcie1v8-supply: The phandle to the 1.8v regulator to use for PCIe. - vpcie0v9-supply: The phandle to the 0.9v regulator to use for PCIe.