Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751902AbdCPIaO convert rfc822-to-8bit (ORCPT ); Thu, 16 Mar 2017 04:30:14 -0400 Received: from gloria.sntech.de ([95.129.55.99]:60954 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751104AbdCPI31 (ORCPT ); Thu, 16 Mar 2017 04:29:27 -0400 From: Heiko Stuebner To: cl@rock-chips.com Cc: robh+dt@kernel.org, mark.rutland@arm.com, zhengxing@rock-chips.com, andy.yan@rock-chips.com, jay.xu@rock-chips.com, matthias.bgg@gmail.com, paweljarosz3691@gmail.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, wsa@the-dreams.de, linux-i2c@vger.kernel.org, jic23@kernel.org, knaack.h@gmx.de, lars@metafoo.de, pmeerw@pmeerw.net, wxt@rock-chips.com, david.wu@rock-chips.com, linux-iio@vger.kernel.org, shawn.lin@rock-chips.com, akpm@linux-foundation.org, dianders@chromium.org, yamada.masahiro@socionext.com, catalin.marinas@arm.com, will.deacon@arm.com, afaerber@suse.de, shawnguo@kernel.org, khilman@baylibre.com, arnd@arndb.de, fabio.estevam@nxp.com, zhangqing@rock-chips.com, kever.yang@rock-chips.com, tony.xie@rock-chips.com, huangtao@rock-chips.com, yhx@rock-chips.com, rocky.hao@rock-chips.com Subject: Re: [PATCH v1 3/7] dt-bindings: i2c: rk3x: add support for rk3328 Date: Thu, 16 Mar 2017 09:29:17 +0100 Message-ID: <1968844.OUeqAadBkl@phil> User-Agent: KMail/5.2.3 (Linux/4.9.0-1-amd64; KDE/5.27.0; x86_64; ; ) In-Reply-To: <1489572237-6649-4-git-send-email-cl@rock-chips.com> References: <1489572237-6649-1-git-send-email-cl@rock-chips.com> <1489572237-6649-4-git-send-email-cl@rock-chips.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="iso-8859-1" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1036 Lines: 26 Am Mittwoch, 15. M?rz 2017, 18:03:53 CET schrieb cl@rock-chips.com: > From: Chen Liang > > The rk3328 i2c is the same as rk3399 > > Signed-off-by: Chen Liang > --- > Documentation/devicetree/bindings/i2c/i2c-rk3x.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/i2c/i2c-rk3x.txt > b/Documentation/devicetree/bindings/i2c/i2c-rk3x.txt index bbc5a1e..abfdefd > 100644 > --- a/Documentation/devicetree/bindings/i2c/i2c-rk3x.txt > +++ b/Documentation/devicetree/bindings/i2c/i2c-rk3x.txt > @@ -12,6 +12,7 @@ Required properties : > - "rockchip,rk3228-i2c": for rk3228 > - "rockchip,rk3288-i2c": for rk3288 > - "rockchip,rk3399-i2c": for rk3399 > + - "rockchip,rk3328-i2c", "rockchip,rk3399-i2c": for rk3328 > - interrupts : interrupt number > - clocks: See ../clock/clock-bindings.txt > - For older hardware (rk3066, rk3188, rk3228, rk3288): same as before, not sure how people see that, but maybe place rk3328 before rk3399.