Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1270284
| Path | csiph.com!goblin3!goblin2!goblin.stu.neva.ru!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Rob Herring <robh@kernel.org> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 net-next] net: hisilicon: fix binding document of mdio |
| Date | Mon, 16 Nov 2015 16:30:03 +0100 |
| Message-ID | <qvtTd-AH-35@gated-at.bofh.it> (permalink) |
| References | <qvogO-5va-1@gated-at.bofh.it> |
| X-Original-To | huangdaode <huangdaode@hisilicon.com> |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Disposition | inline |
| User-Agent | Mutt/1.5.23 (2014-03-12) |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 55 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | davem@davemloft.net, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, liguozhu@hisilicon.com, Yisen.Zhuang@huawei.com, dingtianhong@huawei.com, zhangfei.gao@linaro.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, netdev@vger.kernel.org, linuxarm@huawei.com, salil.mehta@huawei.com, kenneth-lee-2012@foxmail.com, xuwei5@hisilicon.com, lisheng011@huawei.com |
| X-Original-Date | Mon, 16 Nov 2015 09:20:51 -0600 |
| X-Original-Message-ID | <20151116152051.GA7183@rob-hp-laptop> |
| X-Original-References | <1447666704-200773-1-git-send-email-huangdaode@hisilicon.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1270284 |
Show key headers only | View raw
On Mon, Nov 16, 2015 at 05:38:24PM +0800, huangdaode wrote: > This patch explains the occasion of "hisilcon,mdio" and > "hisilicon,hns-mdio" according to Arnd's comments. > and reformat it according to comments from Rob<robh@kernel.org>. > > chang log: > > v2: > 1) reformat the style. > 2) make it more clearity. > > v1: > initial version. > > Signed-off-by: huangdaode <huangdaode@hisilicon.com> > --- > Documentation/devicetree/bindings/net/hisilicon-hns-mdio.txt | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/net/hisilicon-hns-mdio.txt b/Documentation/devicetree/bindings/net/hisilicon-hns-mdio.txt > index 9c23fdf..4942d20 100644 > --- a/Documentation/devicetree/bindings/net/hisilicon-hns-mdio.txt > +++ b/Documentation/devicetree/bindings/net/hisilicon-hns-mdio.txt > @@ -1,7 +1,12 @@ > Hisilicon MDIO bus controller > > Properties: > -- compatible: "hisilicon,mdio","hisilicon,hns-mdio". > +- compatible: can be one of: > + "hisilicon,hns-mdio" > + "hisilicon,mdio" > + "hisilicon,hns-mdio" is recommendly to be used for hip05 and later SOCs, s/recommendly/recommended/ > + while "hisilicon,mdio" is optional for backwards compatibility, only > + support for hip04 Soc. ...compatibility only on hip04 SOC. > - reg: The base address of the MDIO bus controller register bank. > - #address-cells: Must be <1>. > - #size-cells: Must be <0>. MDIO addresses have no size component. > -- > 1.9.1 > > -- > To unsubscribe from this list: send the line "unsubscribe devicetree" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- 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/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 net-next] net: hisilicon: fix binding document of mdio huangdaode <huangdaode@hisilicon.com> - 2015-11-16 10:30 +0100
Re: [PATCH v2 net-next] net: hisilicon: fix binding document of mdio Arnd Bergmann <arnd@arndb.de> - 2015-11-16 10:50 +0100
Re: [PATCH v2 net-next] net: hisilicon: fix binding document of mdio huangdaode <huangdaode@hisilicon.com> - 2015-11-18 02:50 +0100
Re: [PATCH v2 net-next] net: hisilicon: fix binding document of mdio Rob Herring <robh@kernel.org> - 2015-11-16 16:30 +0100
Re: [PATCH v2 net-next] net: hisilicon: fix binding document of mdio huangdaode <huangdaode@hisilicon.com> - 2015-11-18 02:50 +0100
csiph-web