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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5DD27C433FE for ; Sat, 2 Oct 2021 15:22:05 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 1E19661A6E for ; Sat, 2 Oct 2021 15:22:05 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 1E19661A6E Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=collabora.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: In-Reply-To:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date: Reply-To:Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date :Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=LcD3wExmHmSCx+klSYlmzrRKsz1OnYidfcaYiZ8IrPI=; b=0ChAgqFj+c/wfrEjJzfhqOJXJ7 YeVH9G1mNCOGTXE4uFn2O2M1nn45fi2yI9qJxLcqx2CCUnLQH/tAezSGFnqIT6dnFvFHf2W7MtFnC ZrS1uUvO42yZttUPj7/TcZcrk0fkeAHhfonzjASGTIb0RS8KVWe4pEqn/t8XVEOzruieJObH+TqHy 5Zfw2mc4s7XCa2Y0/bjU6CaQag7Q+d6k62w6/eZxRICMOzwlRscgwc15kVQfCRNof6MxW2mSLDYKV HfrIw3WKzYy5VrBq9gC5ahurCJeJLedewv2elbp8iQ1Gxifs56j/J578TjJxE54utLkJbUtzJWiUa DLhgLElA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mWgnf-002MSl-VN; Sat, 02 Oct 2021 15:19:44 +0000 Received: from bhuna.collabora.co.uk ([2a00:1098:0:82:1000:25:2eeb:e3e3]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mWgnc-002MSE-55 for linux-arm-kernel@lists.infradead.org; Sat, 02 Oct 2021 15:19:41 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: sre) with ESMTPSA id ADC021F44931 Received: by earth.universe (Postfix, from userid 1000) id C2AD73C0CA8; Sat, 2 Oct 2021 17:19:33 +0200 (CEST) Date: Sat, 2 Oct 2021 17:19:33 +0200 From: Sebastian Reichel To: Krzysztof Kozlowski Cc: Rob Herring , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Martyn Welch Subject: Re: [PATCH] ARM: dts: imx6dl-b1x5v2: drop unsupported vcc-supply for MPL3115A2 Message-ID: <20211002151933.4p47qostpheldpr3@earth.universe> References: <20210920182227.339577-1-krzysztof.kozlowski@canonical.com> MIME-Version: 1.0 In-Reply-To: <20210920182227.339577-1-krzysztof.kozlowski@canonical.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211002_081940_373779_57954E0F X-CRM114-Status: GOOD ( 21.50 ) 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: multipart/mixed; boundary="===============3099273460224330781==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============3099273460224330781== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="pwvhzfyyfezbrgkg" Content-Disposition: inline --pwvhzfyyfezbrgkg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Mon, Sep 20, 2021 at 08:22:27PM +0200, Krzysztof Kozlowski wrote: > The MPL3115A2 I2C pressure sensor driver does not take a VCC regulator. > The bindings are so far trivial, but the datasheet does not have a VCC > pin. >=20 > Signed-off-by: Krzysztof Kozlowski > --- Reviewed-by: Sebastian Reichel FWIW ®_3v3_acm is connected to VDD obviously, but it's an always-on regulator without any means to control it, so there is no need to describe it. -- Sebastian > arch/arm/boot/dts/imx6dl-b1x5v2.dtsi | 1 - > 1 file changed, 1 deletion(-) >=20 > diff --git a/arch/arm/boot/dts/imx6dl-b1x5v2.dtsi b/arch/arm/boot/dts/imx= 6dl-b1x5v2.dtsi > index a326a331508e..f028b6a191df 100644 > --- a/arch/arm/boot/dts/imx6dl-b1x5v2.dtsi > +++ b/arch/arm/boot/dts/imx6dl-b1x5v2.dtsi > @@ -47,7 +47,6 @@ &i2c5 { > mpl3115a2: pressure-sensor@60 { > compatible =3D "fsl,mpl3115"; > reg =3D <0x60>; > - vcc-supply =3D <®_3v3_acm>; > =20 > /* > * The MPL3115 interrupts are connected to pin 22 and 23 > --=20 > 2.30.2 >=20 >=20 > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --pwvhzfyyfezbrgkg Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEE72YNB0Y/i3JqeVQT2O7X88g7+poFAmFYeHkACgkQ2O7X88g7 +pqtIg//fMGCTweMUgdK4LAWx2sOeLerSt14MdRQnyVK6/8qmjIn1gj+mlg4EU3b rF9lEFypzxCdZ2o8GQFewDJ66PXV90Wz9iBP75dgxnZPTyWDAm8pgoYDC95CWiSZ /br+4/78IZV5fdHlDb5D74rKwWcjE9pFGNLCtBmAXBwLeF11hJsy6WZduMPsyB+v qzFh+ZUi46p3KyWYNEPrlemJ9dtrfDGvL/ANtDtBdNp/hGRtY2Rra5vpYoxA7KbT TO0uzwH1P4S4N9v6xijFv6B1jPCboimPqCf3eG2yQ8OVoF1tQSf0dcPnYLxceUKA pjfkCoZeEjD2nNAiP1GJtj0pOdtkG90w5WnMhfPPv1wyW9Cc8HkI79TX4cV8IRla Ce+838uCediYcItroEWZTQ1lPl5f91bbMSs9mOiHJCT/r/ZGVUlg66iTDrc7pXYo x6sonqCuozJEf66lcLedAwNkkUMbH0QmK4+rJ1K8iv8X4/H/NxPYwvqI2RHiWLWn PGSQZg1zVMYJGEyCzwVOBEoZ9RNhti8vszkooLQdu9+Y2NdGYs5WIAtfBNsjMuM5 WPo0AKhSThgvgYB+SbQ1KiKcN66uiQJAsheOoiiDwqTi4TEZm9ujE1ZlT+ky5Yix GAQ2H2Q7y84mewlNe9fmG21ziuZU8vELC7SaVykwJz2BdXjETBk= =3+Ry -----END PGP SIGNATURE----- --pwvhzfyyfezbrgkg-- --===============3099273460224330781== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============3099273460224330781==--