From mboxrd@z Thu Jan 1 00:00:00 1970 From: zhangfei Subject: Re: [PATCH v2 3/3] ARM: dts: hix5hd2: add i2c node Date: Tue, 30 Sep 2014 17:21:55 +0800 Message-ID: <542A7633.4060507@linaro.org> References: <1411878129-19743-1-git-send-email-zhangfei.gao@linaro.org> <1411878129-19743-4-git-send-email-zhangfei.gao@linaro.org> <2637538.ufF2KQPbi9@wuerfel> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <2637538.ufF2KQPbi9@wuerfel> Sender: linux-i2c-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Arnd Bergmann Cc: Wolfram Sang , haifeng.yan-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, jchxue-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, xuwei5-C8/M+/jPZTeaMJb+Lgu22Q@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org On 09/30/2014 05:02 PM, Arnd Bergmann wrote: > On Sunday 28 September 2014 12:22:09 Zhangfei Gao wrote: >> + >> + i2c0: i2c@b10000 { >> + compatible = "hisilicon,hix5hd2-i2c"; >> + reg = <0xb10000 0x1000>; >> + interrupts = <0 38 4>; >> + clocks = <&clock HIX5HD2_I2C0_RST>; >> + #address-cells = <1>; >> + #size-cells = <0>; >> + status = "disabled"; >> + }; >> > > HIX5HD2_I2C0_RST is not defined anywhere, so this will result in the > same build error that has required reverting a lot of patches for the > 3.18 merge window. > > How do you plan to deal with the dependency in the future? > HIX5HD2_I2C0_RST in clock patch and already been merged through clock tree in 09/29, should be in 3.18-rc1 (not sure). When clock patch are combined in the same rc, will send the dts patch. Sorry for the build issue. Thanks