Re: [PATCH v2 1/3] i2c: hix5hd2: add devicetree documentation

2014-09-30 Thread Arnd Bergmann
On Tuesday 30 September 2014 17:25:25 zhangfei wrote: > On 09/30/2014 05:01 PM, Arnd Bergmann wrote: > > On Sunday 28 September 2014 12:22:07 Zhangfei Gao wrote: > >> + > >> +Required properties: > >> +- compatible: Must be "hisilicon,hix5hd2-i2c" > >> + Specifically, the following versions of the

Re: [PATCH v2 1/3] i2c: hix5hd2: add devicetree documentation

2014-09-30 Thread zhangfei
On 09/30/2014 05:01 PM, Arnd Bergmann wrote: On Sunday 28 September 2014 12:22:07 Zhangfei Gao wrote: + +Required properties: +- compatible: Must be "hisilicon,hix5hd2-i2c" + Specifically, the following versions of the chipset are supported: + Hi3716CV200 (support six I2C module) +

Re: [PATCH v2 1/3] i2c: hix5hd2: add devicetree documentation

2014-09-30 Thread Arnd Bergmann
On Sunday 28 September 2014 12:22:07 Zhangfei Gao wrote: > + > +Required properties: > +- compatible: Must be "hisilicon,hix5hd2-i2c" > + Specifically, the following versions of the chipset are supported: > + Hi3716CV200 (support six I2C module) > + Hi3719CV100 (support six I2C mod

[PATCH v2 1/3] i2c: hix5hd2: add devicetree documentation

2014-09-27 Thread Zhangfei Gao
From: Wei Yan Signed-off-by: Wei Yan Signed-off-by: Zhangfei Gao --- .../devicetree/bindings/i2c/i2c-hix5hd2.txt| 31 1 file changed, 31 insertions(+) create mode 100644 Documentation/devicetree/bindings/i2c/i2c-hix5hd2.txt diff --git a/Documentation/devicetree