From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753381AbcEMRgg (ORCPT ); Fri, 13 May 2016 13:36:36 -0400 Received: from vps0.lunn.ch ([178.209.37.122]:37762 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752828AbcEMRge (ORCPT ); Fri, 13 May 2016 13:36:34 -0400 Date: Fri, 13 May 2016 19:36:22 +0200 From: Andrew Lunn To: Harini Katakam Cc: nicolas.ferre@atmel.com, davem@davemloft.net, robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, harinikatakamlinux@gmail.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, harinik@xilinx.com, punnaia@xilinx.com, michals@xilinx.com Subject: Re: [RFC PATCH 2/2] Documentation: devictree: Add macb mdio bindings Message-ID: <20160513173622.GA7600@lunn.ch> References: <1463131568-36948-1-git-send-email-harinik@xilinx.com> <1463131568-36948-2-git-send-email-harinik@xilinx.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1463131568-36948-2-git-send-email-harinik@xilinx.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > + mdio { > + compatible = "cdns,macb-mdio"; > + reg = <0x0 0xff0b0000 0x0 0x1000>; > + clocks = <&clk125>, <&clk125>, <&clk125>; > + clock-names = "pclk", "hclk", "tx_clk"; > + ethernet_phyC: ethernet-phy@C { > + reg = ; I think that needs an 0x prefix. Andrew