From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755136AbbLGBcF (ORCPT ); Sun, 6 Dec 2015 20:32:05 -0500 Received: from szxga03-in.huawei.com ([119.145.14.66]:25911 "EHLO szxga03-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755075AbbLGBbd (ORCPT ); Sun, 6 Dec 2015 20:31:33 -0500 Subject: Re: [PATCH RESEND net-next 3/3] arm64: hip05-d02: Document devicetree bindings for Hisilicon D02 Board To: Arnd Bergmann References: <1449302218-54374-1-git-send-email-yankejian@huawei.com> <1449302218-54374-4-git-send-email-yankejian@huawei.com> <2441219.omPQqZs8vd@wuerfel> CC: , , , , , , , , , , , , , , , , , , , , , , , , From: "Yankejian (Hackim Yim)" Message-ID: <5664E117.6060105@huawei.com> Date: Mon, 7 Dec 2015 09:29:59 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <2441219.omPQqZs8vd@wuerfel> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.57.126.191] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A090202.5664E125.009D,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-05-26 15:14:31, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: f56ea0fabfd362935e110777f6abc4b7 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2015/12/6 6:13, Arnd Bergmann wrote: > On Saturday 05 December 2015 15:56:58 yankejian wrote: >> +Required properties: >> +- compatible : "hisilicon,peri-c-subctrl", "syscon"; >> +- reg : Register address and size >> + >> +The HiP05 PERISUB system controller is shared by peripheral controllers in >> +HiP05 Soc to implement some basic configurations. the peripheral >> + controllers include mdio, ddr, iic, uart, timer and so on. >> + >> +Example: >> + /* for HiP05 PCIe-SAS system */ >> + pcie_sas: system_controller@0xb0000000 { >> + compatible = "hisilicon,pcie-sas-subctrl", "syscon"; >> + reg = <0xb0000000 0x10000>; >> + }; >> > The compatible string in the example does not match the required properties. > > Arnd > > . Hi, Arnd Thanks for your suggestions. i will fixes it later.