From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 09CA8ECAAD3 for ; Fri, 9 Sep 2022 17:29:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=9MsyM5p814atCEiA4tIpl0+tifhx4xU4rSrOzYPMmgs=; b=j2ql0QUpGr9iyY 0y3tHSdKopwokMvwz72uZbbN6ISL7Fh46SZatVftnLtl6biaTB3a74kf8xRhlFIrtS7H41xSj9zp6 jZw99jbq8lVU8OXwaNJfwJLLi/c/GYQFTbUBwFGykUWwTjG53ih4+AqCZRmfhP0tHsNMmn5MZp1pm hR/jt3New4tfADFF25doU/sEOwKi7V9deStvxVG2v7sbve/xV6WbEO9fhlTg0E5g/NOBJpEt9Fslt 5e9U5+xp86yP5AWwt6f4vxKhEbxWQb/fY8qGejvPJnkJyH+tpxhChy5im7uVU/wfnyc6MMSougAhu sr8+A7NYa3H5o1V/ggVQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oWhni-000k8M-OY; Fri, 09 Sep 2022 17:28:22 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oWhng-000k7B-4M; Fri, 09 Sep 2022 17:28:21 +0000 Received: from [213.70.33.226] (helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1oWhnW-0006sv-JQ; Fri, 09 Sep 2022 19:28:10 +0200 From: Heiko Stuebner To: Rob Herring , Krzysztof Kozlowski , Kever Yang , Jagan Teki Cc: linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, Jagan Teki , linux-i2c@vger.kernel.org, David Wu Subject: Re: [PATCH v4 01/13] i2c: rk3x: Add rv1126 support Date: Fri, 09 Sep 2022 19:28:09 +0200 Message-ID: <6158946.mvXUDI8C0e@phil> In-Reply-To: <20220907160207.3845791-2-jagan@edgeble.ai> References: <20220907160207.3845791-1-jagan@edgeble.ai> <20220907160207.3845791-2-jagan@edgeble.ai> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220909_102820_206482_C2F4D4F6 X-CRM114-Status: GOOD ( 19.17 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Jagan, it looks like this is missing Wolfram Sang, the i2c maintainer? Am Mittwoch, 7. September 2022, 18:01:55 CEST schrieb Jagan Teki: > Add i2c support for Rockchip RV1126 SoC. > > Cc: linux-i2c@vger.kernel.org > Signed-off-by: David Wu > Signed-off-by: Jagan Teki Reviewed-by: Heiko Stuebner Heiko > --- > Changes for v4: > - new patch > > drivers/i2c/busses/i2c-rk3x.c | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/drivers/i2c/busses/i2c-rk3x.c b/drivers/i2c/busses/i2c-rk3x.c > index 2e98e7793bba..d1658ed76562 100644 > --- a/drivers/i2c/busses/i2c-rk3x.c > +++ b/drivers/i2c/busses/i2c-rk3x.c > @@ -1165,6 +1165,11 @@ static const struct rk3x_i2c_soc_data rv1108_soc_data = { > .calc_timings = rk3x_i2c_v1_calc_timings, > }; > > +static const struct rk3x_i2c_soc_data rv1126_soc_data = { > + .grf_offset = 0x118, > + .calc_timings = rk3x_i2c_v1_calc_timings, > +}; > + > static const struct rk3x_i2c_soc_data rk3066_soc_data = { > .grf_offset = 0x154, > .calc_timings = rk3x_i2c_v0_calc_timings, > @@ -1195,6 +1200,10 @@ static const struct of_device_id rk3x_i2c_match[] = { > .compatible = "rockchip,rv1108-i2c", > .data = &rv1108_soc_data > }, > + { > + .compatible = "rockchip,rv1126-i2c", > + .data = &rv1126_soc_data > + }, > { > .compatible = "rockchip,rk3066-i2c", > .data = &rk3066_soc_data > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel