From patchwork Sat Oct 4 14:55:48 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 5032601 X-Patchwork-Delegate: bhelgaas@google.com Return-Path: X-Original-To: patchwork-linux-pci@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 2BD95C11AB for ; Sat, 4 Oct 2014 14:56:21 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 326082017A for ; Sat, 4 Oct 2014 14:56:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 50B542016C for ; Sat, 4 Oct 2014 14:56:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751317AbaJDO4P (ORCPT ); Sat, 4 Oct 2014 10:56:15 -0400 Received: from mail-qa0-f50.google.com ([209.85.216.50]:55449 "EHLO mail-qa0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750857AbaJDO4P (ORCPT ); Sat, 4 Oct 2014 10:56:15 -0400 Received: by mail-qa0-f50.google.com with SMTP id w8so1962000qac.23 for ; Sat, 04 Oct 2014 07:56:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=VPPkWkO1CQMRteG7Y7jrj7mlH/9iVX7rfbooWH++3N4=; b=vId/eYh4VfL03ogN0o4LEA+ZU+Rv3Ilfh/SgYMTc9KVTO7hYY1JDj7tok0noNMCn3y ke1XM9jlB6bXi8Ww8Uarpgh5sfSrww2qDjJdevcvHlOlLo+4cZUF/8y5Q0Mwdkc++9rE teeUlMKUL8zavjMSLps2bsp6BYyBh/GJjtR6GmwaRXz2ih7VjZ9jD+c29vFmBmdS6BbR /VEvocJDuHOTLGqbNesD7Wi/gj/D6rRuqaK6ydhD/YSeVJZ5hlcg++qviOd268cJdpsx +WjgVmp2H2aBb/zJjWXcB1IUmjLr0rY7f4gRwg54IGSM/950TaoyNEt22SdhGRA5d2Ra WuUg== X-Received: by 10.140.96.132 with SMTP id k4mr14499501qge.37.1412434574413; Sat, 04 Oct 2014 07:56:14 -0700 (PDT) Received: from localhost.localdomain ([187.66.157.233]) by mx.google.com with ESMTPSA id w8sm7334029qap.32.2014.10.04.07.56.11 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 04 Oct 2014 07:56:13 -0700 (PDT) From: Fabio Estevam To: bhelgaas@google.com Cc: l.stach@pengutronix.de, Hong-Xing.Zhu@freescale.com, linux-pci@vger.kernel.org, Fabio Estevam Subject: [PATCH] PCI: imx6q-pcie doc: Update the clocks descriptions to use defines Date: Sat, 4 Oct 2014 11:55:48 -0300 Message-Id: <1412434548-11219-1-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.9.1 Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Fabio Estevam Let's make the imx6q-pcie example to actually match the usage on imx6qdl.dtsi by providing the clock names via defines rather than hardcoded numbers. Signed-off-by: Fabio Estevam --- Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt b/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt index 6fbba53..0b28b52 100644 --- a/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt +++ b/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt @@ -35,6 +35,8 @@ Example: <0 0 0 2 &intc GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>, <0 0 0 3 &intc GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>, <0 0 0 4 &intc GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>; - clocks = <&clks 144>, <&clks 206>, <&clks 189>; + clocks = <&clks IMX6QDL_CLK_PCIE_AXI>, + <&clks IMX6QDL_CLK_LVDS1_GATE>, + <&clks IMX6QDL_CLK_PCIE_REF_125M>; clock-names = "pcie", "pcie_bus", "pcie_phy"; };