From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758751AbcAKHvx (ORCPT ); Mon, 11 Jan 2016 02:51:53 -0500 Received: from szxga02-in.huawei.com ([119.145.14.65]:8964 "EHLO szxga02-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758613AbcAKHvm (ORCPT ); Mon, 11 Jan 2016 02:51:42 -0500 Subject: Re: [PATCH v5 5/6] mfd: dt-bindings: add device tree bindings for Hi3519 sysctrl To: Lee Jones References: <1452219400-32478-1-git-send-email-xuejiancheng@huawei.com> <1452219400-32478-6-git-send-email-xuejiancheng@huawei.com> <20160111054846.GD3331@x1> CC: , , , , , , , , , , , , , , , , , , , , , , , , , , From: xuejiancheng Message-ID: <56935EA8.4060801@huawei.com> Date: Mon, 11 Jan 2016 15:50:00 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <20160111054846.GD3331@x1> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.67.217.211] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020201.56935EB5.0080,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-06-18 04:22:30, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: e29f2f8f660f19a9ff1e1d9751bf56b6 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Lee Jones, Thanks for your comments. On 2016/1/11 13:48, Lee Jones wrote: > On Fri, 08 Jan 2016, Jiancheng Xue wrote: > >> Add device tree bindings for Hi3519 system controller. >> >> Signed-off-by: Jiancheng Xue >> --- >> Documentation/devicetree/bindings/mfd/hi3519.txt | 14 ++++++++++++++ >> 1 file changed, 14 insertions(+) >> create mode 100644 Documentation/devicetree/bindings/mfd/hi3519.txt > > I have this patch, but none of the others in the set, thus I am > lacking context. > I can forward other patches in the set to you. Thank you. >> diff --git a/Documentation/devicetree/bindings/mfd/hi3519.txt b/Documentation/devicetree/bindings/mfd/hi3519.txt >> new file mode 100644 >> index 0000000..115c5be >> --- /dev/null >> +++ b/Documentation/devicetree/bindings/mfd/hi3519.txt >> @@ -0,0 +1,14 @@ >> +* Hisilicon Hi3519 System Controller Block >> + >> +This bindings use the following binding: >> +Documentation/devicetree/bindings/mfd/syscon.txt >> + >> +Required properties: >> +- compatible: "hisilicon,hi3519-sysctrl". >> +- reg: the register region of this block >> + >> +Examples: >> +sysctrl: system-controller@12010000 { >> + compatible = "hisilicon,hi3519-sysctrl", "syscon"; >> + reg = <0x12010000 0x1000>; >> +}; > > There is no requirement (nor want) for binding documents where the > given device is simply using highly generic bindings. This just > amounts to churn. > This block is specific for Hi3519 SOC, and may has its own driver. So I think it's better to keep this binding. Jiancheng