Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752621AbbETBXz (ORCPT ); Tue, 19 May 2015 21:23:55 -0400 Received: from mail-gw1-out.broadcom.com ([216.31.210.62]:62607 "EHLO mail-gw1-out.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752335AbbETBXs (ORCPT ); Tue, 19 May 2015 21:23:48 -0400 X-IronPort-AV: E=Sophos;i="5.13,461,1427785200"; d="scan'208";a="65468587" From: Ray Jui To: Kishon Vijay Abraham I CC: , "JD (Jiandong) Zheng" , Arun Parameswaran , , Ray Jui Subject: [PATCH 1/5] phy: iproc-mdio: Define DT binding Date: Tue, 19 May 2015 18:23:30 -0700 Message-ID: <1432085014-20758-2-git-send-email-rjui@broadcom.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1432085014-20758-1-git-send-email-rjui@broadcom.com> References: <1432085014-20758-1-git-send-email-rjui@broadcom.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1409 Lines: 40 Define device tree bindings for iProc MDC/MDIO interface Signed-off-by: Ray Jui Reviewed-by: Arun Parameswaran Reviewed-by: JD (Jiandong) Zheng Reviewed-by: Scott Branden --- .../devicetree/bindings/phy/brcm,iproc-mdio.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/brcm,iproc-mdio.txt diff --git a/Documentation/devicetree/bindings/phy/brcm,iproc-mdio.txt b/Documentation/devicetree/bindings/phy/brcm,iproc-mdio.txt new file mode 100644 index 0000000..dce7644 --- /dev/null +++ b/Documentation/devicetree/bindings/phy/brcm,iproc-mdio.txt @@ -0,0 +1,15 @@ +Broadcom iProc MDC/MDIO interface + +The iProc MDC/MDIO interface is found on various iProc based SoCs and used to +communicate with various types of Serdes/PHYs including Ethernet, PCIe, USB, +and etc. + +Required properties: +- compatible: Must be "brcm,iproc-mdio" +- reg: base address and length of the MDC/MDIO block + +Example: + mdio: mdio@18002000 { + compatible = "brcm,iproc-mdio"; + reg = <0x18002000 0x8>; + }; -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/