diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2017-12-26 21:49:55 +0100 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2017-12-27 01:08:06 +0100 |
commit | 62ce85a85e27889dd59a2facf7cac12e3dd7b848 (patch) | |
tree | 3555a4a02fce57b35b57a751922511547cd3b6d3 | |
parent | mmc: Don't reference Linux-specific OF_GPIO_ACTIVE_LOW flag in DT binding (diff) | |
download | linux-62ce85a85e27889dd59a2facf7cac12e3dd7b848.tar.xz linux-62ce85a85e27889dd59a2facf7cac12e3dd7b848.zip |
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: Additional required properties for imx6sx-pcie: - clock names: Must include the following additional entries: - "pcie_inbound_axi" +- power-domains: Must be set to a phandle pointing to the PCIE_PHY power domain Additional required properties for imx7d-pcie: - power-domains: Must be set to a phandle pointing to PCIE_PHY power domain |