[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <552C8AFE.9040907@huawei.com>
Date: Tue, 14 Apr 2015 11:35:26 +0800
From: Bintian <bintian.wang@...wei.com>
To: Arnd Bergmann <arnd@...db.de>
CC: <linux-arm-kernel@...ts.infradead.org>,
<linux-kernel@...r.kernel.org>, <catalin.marinas@....com>,
<will.deacon@....com>, <devicetree@...r.kernel.org>,
<robh+dt@...nel.org>, <pawel.moll@....com>, <mark.rutland@....com>,
<ijc+devicetree@...lion.org.uk>, <galak@...eaurora.org>,
<khilman@...aro.org>, <mturquette@...aro.org>,
<rob.herring@...aro.org>, <zhangfei.gao@...aro.org>,
<haojian.zhuang@...aro.org>, <xuwei5@...ilicon.com>,
<jh80.chung@...sung.com>, <olof@...om.net>, <yanhaifeng@...il.com>,
<sboyd@...eaurora.org>, <xuejiancheng@...wei.com>,
<sledge.yanwei@...wei.com>, <tomeu.vizoso@...labora.com>,
<linux@....linux.org.uk>, <guodong.xu@...aro.org>,
<jorge.ramirez-ortiz@...aro.org>, <tyler.baker@...aro.org>,
<xuyiping@...ilicon.com>, <wangbinghui@...ilicon.com>,
<zhenwei.wang@...ilicon.com>, <victor.lixin@...ilicon.com>,
<puck.chen@...ilicon.com>, <dan.zhao@...ilicon.com>,
<huxinwei@...wei.com>, <z.liuxinliang@...wei.com>,
<heyunlei@...wei.com>, <kong.kongxinwei@...ilicon.com>,
<btw@...l.itp.ac.cn>, <w.f@...wei.com>, <liguozhu@...ilicon.com>
Subject: Re: [PATCH v2 3/6] clk: hi6220: Document devicetree bindings for
hi6220 clock
Hello Arnd,
On 2015/4/13 23:32, Arnd Bergmann wrote:
> On Monday 13 April 2015 17:17:37 Bintian Wang wrote:
>> +- compatible: the compatible should be one of the following strings to
>> + indicate the clock controller functionality.
>> +
>> + - "hisilicon,aoctrl"
>> + - "hisilicon,sysctrl"
>> + - "hisilicon,mediactrl"
>> + - "hisilicon,pmctrl"
>> +
>>
>
> These ones already have bindings, you can't reuse the strings.
> Please work with someone in hisilicon to set up a registry of
> device names so you can avoid conflicts in the future.
All the clock registers are under above four system controllers,
discussed with Mark and Haojian two months ago, I think using above
same four binding strings is enough for clk module.
On second thoughts, there really some problems for future hisilicon
code upstream, how about change back to the first version of this
patch set, just like following:
+ sys_ctrl: sys_ctrl {
+ compatible = "hisilicon,sysctrl", "syscon";
+ #address-cells = <1>;
+ #size-cells = <1>;
+ reg = <0x0 0xf7030000 0x0 0x2000>;
+ ranges = <0 0x0 0xf7030000 0x2000>;
+
+ clock_sys: clock1@0 {
+ compatible = "hisilicon,hi6220-clock-sys";
+ reg = <0 0x1000>;
+ #clock-cells = <1>;
+ };
+ };
Thanks,
Bintian
>
> Arnd
>
> .
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists