From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Ripard Subject: Re: [PATCH v2 3/3] arm64: allwinner: h6: add i2c0 node in PineH64 Date: Fri, 16 Aug 2019 09:52:11 +0200 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" Return-path: Content-Disposition: inline In-Reply-To: <20190816064710.18280-4-bshah@kde.org> Sender: linux-kernel-owner@vger.kernel.org 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 List-Id: devicetree@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--