From patchwork Fri Jun 3 15:26:07 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pramod Kumar X-Patchwork-Id: 9153371 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 85BED60221 for ; Fri, 3 Jun 2016 15:29:12 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 782231FF45 for ; Fri, 3 Jun 2016 15:29:12 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 6CBDE28332; Fri, 3 Jun 2016 15:29:12 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id DF9D81FF45 for ; Fri, 3 Jun 2016 15:29:09 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1b8r0o-000882-Dg; Fri, 03 Jun 2016 15:27:50 +0000 Received: from mail-pa0-x22f.google.com ([2607:f8b0:400e:c03::22f]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1b8r0H-0007Ye-F2 for linux-arm-kernel@lists.infradead.org; Fri, 03 Jun 2016 15:27:19 +0000 Received: by mail-pa0-x22f.google.com with SMTP id bz2so15492648pad.1 for ; Fri, 03 Jun 2016 08:26:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=GfpXikHmdZNOhKnxpzf1ekwURELnAMHESkAV4jJZowY=; b=LfRHj5sbO8rpM3GeoEaNDHs6N6aNzf1Z/uWzyXDWGtS1Wh+O4nfnFNxyazLEOZtSrH ApCeDjxHn/NUxmptJpjzy3u+mfnst3cYHKHyc2SR+mKdgSERreQjImzUcHiu44zpMTKe yQ7hhtzB2DalghazbNI3GBcM0WNUVTSCqSBs4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=GfpXikHmdZNOhKnxpzf1ekwURELnAMHESkAV4jJZowY=; b=YYrq+veDmCXJph1a4hU/b3VDz5+VCTBLXW2NU7GZ7wTBrEqiHkG1kQxxcYYalmcnLO Bw0dEefw5FeqhDH6iKIpSMmx374Q/ARACQPd+eozZ2SQQ6KNhqh5bg72bxfmQRNdOTpT vaoZEmgboZHVR7D8b6p14rBb82dgu7mTzFIeHVwKAU9A0QYxe7KAkCbE2DnW9ib3zywj /QNMiTlps/E6M34eebqlKN7Z3uVLWpf8bPd4EBIv8/1dNoEQRJ3oEtQU9efgrkAQCdnE 7iQTz0Ae3l6DGFbvsGvVSew29DTbTm2G0CUkBG7nviMnVacjw7NwJXPUu3K0Ld2InLu3 6qkQ== X-Gm-Message-State: ALyK8tJEfeRDPBaHG0H2RFEXZeGtg3pR9J7TtwWOXsJ9IMRG/fgRF/fyIeSKW7ohViIuRPvj X-Received: by 10.66.245.111 with SMTP id xn15mr5951213pac.76.1464967616223; Fri, 03 Jun 2016 08:26:56 -0700 (PDT) Received: from pramodku-OptiPlex-7010.ban.broadcom.com ([202.140.36.35]) by smtp.gmail.com with ESMTPSA id u65sm9331112pfa.9.2016.06.03.08.26.51 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 03 Jun 2016 08:26:55 -0700 (PDT) From: Pramod Kumar To: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Catalin Marinas , Will Deacon , Kishon Vijay Abraham I , "David S. Miller" Subject: [PATCH v3 6/7] Binding:PHY: Binding doc for NS2 PCIe PHYs. Date: Fri, 3 Jun 2016 20:56:07 +0530 Message-Id: <1464967568-27562-7-git-send-email-pramod.kumar@broadcom.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1464967568-27562-1-git-send-email-pramod.kumar@broadcom.com> References: <1464967568-27562-1-git-send-email-pramod.kumar@broadcom.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160603_082717_781134_7305D129 X-CRM114-Status: GOOD ( 14.03 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Jon Mason , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Pramod Kumar , bcm-kernel-feedback-list@broadcom.com, linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Binding doc for NS2 PCIe PHYs. Acked-by: Rob Herring Signed-off-by: Jon Mason Signed-off-by: Pramod Kumar --- .../bindings/phy/brcm,mdio-mux-bus-pci.txt | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/brcm,mdio-mux-bus-pci.txt diff --git a/Documentation/devicetree/bindings/phy/brcm,mdio-mux-bus-pci.txt b/Documentation/devicetree/bindings/phy/brcm,mdio-mux-bus-pci.txt new file mode 100644 index 0000000..5b51007 --- /dev/null +++ b/Documentation/devicetree/bindings/phy/brcm,mdio-mux-bus-pci.txt @@ -0,0 +1,27 @@ +* Broadcom NS2 PCIe PHY binding document + +Required bus properties: +- reg: MDIO Bus number for the MDIO interface +- #address-cells: must be 1 +- #size-cells: must be 0 + +Required PHY properties: +- compatible: should be "brcm,ns2-pcie-phy" +- reg: MDIO Phy ID for the MDIO interface +- #phy-cells: must be 0 + +This is a child bus node of "brcm,mdio-mux-iproc" node. + +Example: + +mdio@0 { + reg = <0x0>; + #address-cells = <1>; + #size-cells = <0>; + + pci_phy0: pci-phy@0 { + compatible = "brcm,ns2-pcie-phy"; + reg = <0x0>; + #phy-cells = <0>; + }; +};