Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp3624271yba; Tue, 9 Apr 2019 01:01:00 -0700 (PDT) X-Google-Smtp-Source: APXvYqz8mUL8PKwm9Wfjf0x9Ije7mXZKsKLwk+OyRNzKQ3GVP45/2sZbXyOQiUBXcC0fhCpdteL3 X-Received: by 2002:a63:4e5b:: with SMTP id o27mr33432875pgl.204.1554796859988; Tue, 09 Apr 2019 01:00:59 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1554796859; cv=none; d=google.com; s=arc-20160816; b=cFtYWTQQFxeqSo2mhh9lhOOJjhgOpE74rJi0Avw9gCwHaC7EfhF21YYhPssyUhpSiw hNJoNXCE8JFHTHZWpIemOlqTafuh1XdsolIgCtrr9sPkZh0MhXlyRYF1VKixpI3j5z+k 1D10Gq7ebkwhW4bRxwcbVrib+O8iBFegznx/x04dgE2aCgjBAA4F5zZYWDTkuchCa14c GcE07fEw536HormV7Cd6lc1Qs5M4r+CCcSVFnFiQivfhhYxFgY2K0bw6XcAdB4e2yIvl mHCLUsYry7GOwrpG56yKruf5ja8Db8VpOZpP6JT8WUTA++5n8HDDSEDk89tkt3sAGMbY 4Ruw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=GN2hRkFxB/E1hLpgerUPhmg5WAWyg65vG+HwTRnlzPE=; b=bHiP5+iIdZBlxls1cJPTDQUJRilh/yBnR+X6Iw3z7UXqfrPln8BMeAiCrKugvntQQf lY8CcI4osdxEHbteiduapyrZl8M6zx7KP0Z9mBBIxnGGh2QQgxhZwAnAg9PcZ0STrHPl 3WqiweEiA2yi+H8t0RUCYRK5fvNtbo01jX6QYDwD3d47wBvsTpAb0SleTcXY05WdBAyi KP71awD+okcBOoJdjHQwVa74ne+wqhkKRBb7hUi4KKVNHkTnSIUGeAOZjdmcJrj9eWLw 9vxyQQbrQD4jejkusvylHSmcS5uSWIPX0RZ+sWqupidiqfNW5pl2DIv6p8eOPnoB/PlM TXQA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id k190si7443522pgd.432.2019.04.09.01.00.43; Tue, 09 Apr 2019 01:00:59 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726831AbfDIH6i (ORCPT + 99 others); Tue, 9 Apr 2019 03:58:38 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:41365 "EHLO relay7-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726528AbfDIH6i (ORCPT ); Tue, 9 Apr 2019 03:58:38 -0400 X-Originating-IP: 90.88.30.125 Received: from localhost (aaubervilliers-681-1-89-125.w90-88.abo.wanadoo.fr [90.88.30.125]) (Authenticated sender: maxime.ripard@bootlin.com) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 8B2CD20007; Tue, 9 Apr 2019 07:58:34 +0000 (UTC) Date: Tue, 9 Apr 2019 09:58:34 +0200 From: Maxime Ripard To: Chen-Yu Tsai Cc: Michael Turquette , Stephen Boyd , Rob Herring , Mark Rutland , Yong Deng , Mauro Carvalho Chehab , Chen-Yu Tsai , linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Paul Kocialkowski Subject: Re: [PATCH 5/6] ARM: dts: sun8i: a83t: Add I2C2 pinmux setting for PE pins Message-ID: <20190409075834.khfdfs2ybictc5ed@flea> References: <20190408165744.11672-1-wens@kernel.org> <20190408165744.11672-6-wens@kernel.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="lg36cmib6nhpsyhd" Content-Disposition: inline In-Reply-To: <20190408165744.11672-6-wens@kernel.org> User-Agent: NeoMutt/20180716 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --lg36cmib6nhpsyhd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Apr 09, 2019 at 12:57:43AM +0800, Chen-Yu Tsai wrote: > From: Chen-Yu Tsai > > I2C2 is available on the PE pingroup, on the same pins as the camera > sensor interface (CSI) controller's camera control interface pins. > This provides an option to use I2C2 instead of that control interface > to configure camera sensors. > > Add a pinctrl node for it. The property /omit-if-no-ref/ is added to > keep the device tree blob size down if it is unused. > > Signed-off-by: Chen-Yu Tsai Applied, thanks! Maxime -- Maxime Ripard, Bootlin Embedded Linux and Kernel engineering https://bootlin.com --lg36cmib6nhpsyhd Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCXKxQqgAKCRDj7w1vZxhR xfMAAQCt8TQrrJcRawbPWK0ujCwuxLKIxfQzAwC4ySBAN67KiwEA7eUIdlt8ZEj/ RgKgOU1X5oXUHKfnuJmA+HRbL0khIQw= =hrDA -----END PGP SIGNATURE----- --lg36cmib6nhpsyhd--