From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752418AbcAOCR0 (ORCPT ); Thu, 14 Jan 2016 21:17:26 -0500 Received: from mail.kernel.org ([198.145.29.136]:43904 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750937AbcAOCRY (ORCPT ); Thu, 14 Jan 2016 21:17:24 -0500 Date: Thu, 14 Jan 2016 20:17:18 -0600 From: Rob Herring To: Kejian Yan Cc: davem@davemloft.net, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, xuwei5@hisilicon.com, catalin.marinas@arm.com, will.deacon@arm.com, f.fainelli@gmail.com, andrew@lunn.ch, liguozhu@huawei.com, Yisen.Zhuang@huawei.com, sboyd@codeaurora.org, haojian.zhuang@linaro.org, wangzhou1@hisilicon.com, bintian.wang@huawei.com, long.wanglong@huawei.com, leo.yan@linaro.org, haifeng.wei@huawei.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linuxarm@huawei.com Subject: Re: [patch v3 net-next 1/2] dts: hisi: fixes no syscon fault when init mdio Message-ID: <20160115021718.GA24459@rob-hp-laptop> References: <1452668999-443-1-git-send-email-yankejian@huawei.com> <1452668999-443-2-git-send-email-yankejian@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1452668999-443-2-git-send-email-yankejian@huawei.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 13, 2016 at 03:09:58PM +0800, Kejian Yan wrote: > When linux start up, we get the log below: > "Hi-HNS_MDIO 803c0000.mdio: no syscon hisilicon,peri-c-subctrl > mdio_bus mdio@803c0000: mdio sys ctl reg has not maped" > > The source code about the subctrl is dealt syscon, but dts doesn't. > It cause such fault, so this patch adds the syscon info on dts files to > fixes it. > > Signed-off-by: Kejian Yan > --- > change log: > v3: > 1) uses capital letter at the beginning of sentences > 2) updates the right device node name > > v2: > 1) updates the related documented in the binding as well > 2) uses the normal naming conventions using '-' instead of '_' > > v1: > first submit > > v2 patch link: https://lkml.org/lkml/2015/12/7/80 > v1 patch link: https://lkml.org/lkml/2015/11/28/3 > --- > .../devicetree/bindings/arm/hisilicon/hisilicon.txt | 16 ++++++++++++++++ > arch/arm64/boot/dts/hisilicon/hip05.dtsi | 5 +++++ > arch/arm64/boot/dts/hisilicon/hip05_hns.dtsi | 4 ++-- > 3 files changed, 23 insertions(+), 2 deletions(-) Acked-by: Rob Herring