Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp610137ybl; Fri, 16 Aug 2019 00:54:45 -0700 (PDT) X-Google-Smtp-Source: APXvYqyTRekN7kYCtQ+U5zqGbC4idMuIRmMsjSyK5DY5VIHDK/TZ3h130UtCKSA+EcsnG74VXhqe X-Received: by 2002:a65:640d:: with SMTP id a13mr6569757pgv.256.1565942085026; Fri, 16 Aug 2019 00:54:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1565942085; cv=none; d=google.com; s=arc-20160816; b=kixJyia/UCq/rBzp8igqbhe8eIWNUbJlEDwfpnoo6KjWYvWuSAAlU54bB6jT+AIWDv gbGRlrcZEIrSU22lNSU1L4J4HJUrzzSO93h4E8WsgcpvIxpZTVYOj9RyF7oI5zma75/f LOibfM5OhQv5I/ZoprU82C19S3q7xgmF2VHnBhyYhzOvE5bCIhE1YunhY6a4IIBRp9bt kINpalj3rMlt22aNOdHAJ2A8BQ90yD8K11pwEw6ORI2Bar47ntbSDxNpGtzW+GqhCouO WdpF4AnDpStvNZZFC/uj81Rldp7FEUQTblb8sKSD4oYWRfFWsqBcI2RRzUqUyn5+X5ne z0yQ== 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=ND67xXg3ca6ivZkSRQAh7PVT/jpKFAnx957dLPHKt2s=; b=EJaYrlT0ALbZcnzoLVl2CEKorabHDqCWO3D9gqyZW+z6GBITpU6Oa+ulrMR1I0dXbN O+duc84fVwlskx1OKDP+JynsuzgeZukuayW1Gw9fpN0FvZmZKpreeKMw4dnCePqke1pH o68nF6EgET/QuALfhkLziwxUgQmSZNOPi1CKVAMRwQacjan5BsD/1RA8UGheF+SEZQ+V D4KxExYs0vjyg1euBoBRCS98TfBXunlCgMrwJod1Dq3HozdIKfBvbBl9ix1Ti6eCzrU4 bg9AyxPBaqrlKt5o4Kpk7G+/tgGmSClstImwZyAYptdPJreYqU8jewi3gIet6oJixEBd OFeQ== 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 q15si3540994pls.184.2019.08.16.00.54.26; Fri, 16 Aug 2019 00:54:45 -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 S1726822AbfHPHwR (ORCPT + 99 others); Fri, 16 Aug 2019 03:52:17 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:60601 "EHLO relay11.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726575AbfHPHwQ (ORCPT ); Fri, 16 Aug 2019 03:52:16 -0400 Received: from localhost (lfbn-1-17395-211.w86-250.abo.wanadoo.fr [86.250.200.211]) (Authenticated sender: maxime.ripard@bootlin.com) by relay11.mail.gandi.net (Postfix) with ESMTPSA id 61A9610000A; Fri, 16 Aug 2019 07:52:12 +0000 (UTC) Date: Fri, 16 Aug 2019 09:52:11 +0200 From: Maxime Ripard To: Bhushan Shah Cc: Icenowy Zheng , Rob Herring , Mark Rutland , Chen-Yu Tsai , Wolfram Sang , Gregory CLEMENT , linux-i2c@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 3/3] arm64: allwinner: h6: add i2c0 node in PineH64 Message-ID: <20190816075211.xaq54q2cdniwjpp3@flea> References: <20190811090503.32396-1-bshah@kde.org> <20190816064710.18280-1-bshah@kde.org> <20190816064710.18280-4-bshah@kde.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="ft24qo4b5lbfpatv" Content-Disposition: inline In-Reply-To: <20190816064710.18280-4-bshah@kde.org> User-Agent: NeoMutt/20180716 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --ft24qo4b5lbfpatv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 65;5603;1c On Fri, Aug 16, 2019 at 12:17:10PM +0530, Bhushan Shah wrote: > i2c0 bus is exposed by PI-2 BUS in the PineH64, model B. > > Signed-off-by: Bhushan Shah > --- > Changes in v2: > - Don't enable the i2c0 node in PineH64 by default > > arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts b/arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts > index 684d1daa3081..97d9b7c63fb3 100644 > --- a/arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts > +++ b/arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts > @@ -160,6 +160,15 @@ > vcc-pg-supply = <®_aldo1>; > }; > > +/* This i2c interface is exposed on PI-2 BUS, Pin 3 (I2C_SDA) and 5 (I2C_SCL) */ > +&i2c0 { > + status = "disabled"; > +}; This property is set to disabled in the DTSI already > +&i2c0_pins { > + bias-pull-up; > +}; > + And this should be in the same overlay than the one that sets status to okay. Maxime -- Maxime Ripard, Bootlin Embedded Linux and Kernel engineering https://bootlin.com --ft24qo4b5lbfpatv Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCXVZgqwAKCRDj7w1vZxhR xRnpAQCA1Dnh07ZLw+W8kJWaeBmCKi6OoeBA81ASauE2EwWjfAEApDyrf66lZnxn 8aFeeQ7tNBJFyO0BUDMs+ClRbnuPawQ= =EKXH -----END PGP SIGNATURE----- --ft24qo4b5lbfpatv--