diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2017-12-26 15:49:55 -0500 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2017-12-26 19:08:06 -0500 |
commit | 62ce85a85e27889dd59a2facf7cac12e3dd7b848 (patch) | |
tree | 3555a4a02fce57b35b57a751922511547cd3b6d3 | |
parent | d7e9ab3c6d76c6480d6b40525375995c0d8526fc (diff) |
dt-bindings: imx6q-pcie: Add required property for i.MX6SX
i.MX6SX needs a PCI 'power-domains' entry, so add it to its required
properties section.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt b/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt index 149d8f7f86b0..cb33421184a0 100644 --- a/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt +++ b/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt | |||
@@ -41,6 +41,7 @@ Optional properties: | |||
41 | Additional required properties for imx6sx-pcie: | 41 | Additional required properties for imx6sx-pcie: |
42 | - clock names: Must include the following additional entries: | 42 | - clock names: Must include the following additional entries: |
43 | - "pcie_inbound_axi" | 43 | - "pcie_inbound_axi" |
44 | - power-domains: Must be set to a phandle pointing to the PCIE_PHY power domain | ||
44 | 45 | ||
45 | Additional required properties for imx7d-pcie: | 46 | Additional required properties for imx7d-pcie: |
46 | - power-domains: Must be set to a phandle pointing to PCIE_PHY power domain | 47 | - power-domains: Must be set to a phandle pointing to PCIE_PHY power domain |