On Wed, Jun 8, 2016 at 10:27 AM, Fabio Estevam <fabio.estevam@xxxxxxx> wrote: > The PCI hardware on imx6 requires the following clocks: > "pcie", "pcie_bus" and "pcie_phy", so add the missing clocks > in the clock-names property. > > Signed-off-by: Fabio Estevam <fabio.estevam@xxxxxxx> > --- > Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt b/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt > index 83aeb1f..94ab92c 100644 > --- a/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt > +++ b/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt > @@ -10,8 +10,8 @@ Required properties: > entry for each entry in the interrupt-names property. > - interrupt-names: Must include the following entries: > - "msi": The interrupt that is asserted when an MSI is received > -- clock-names: Must include the following additional entries: > - - "pcie_phy" > +- clock-names: Must include the following entries: > + - "pcie", "pcie_bus" and "pcie_phy". Ah, just realized that the "pcie" and "pcie_bus" are already listed in designware-pci.txt. -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html