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 D7C43CD11DD for ; Thu, 28 Mar 2024 21:11:57 +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:In-Reply-To:From:References:Cc:To: Subject:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=UIZJDEMoi7y5JuWmOWL6h/jcgKLCxT8l85JVrhLz9uc=; b=uKxy17GewED6rk cW2ICJz4C6SL1O11MMlAy2x1it9gfuDF070U+zr3qcSGhYtEC+rYRogfTp2KYaKjTmfFIdqFNv3Tx 8ZLumWWNFPKzm5HWupWimuiUHTZJhaft/Awx1Scz162dSDtdeOaYVYAFePbsabPHBuRm8BLSL0zdv pMmixiW6ykuox93q0iQ8EPCe8CtechlnAwGefvv8vwrR3tvcnaGQ8gI8yJZmL9PnZyCzaZMc5xrl0 dea3x8l2TSFDJ22jO+xyw3qZ7P0WgvSeXvP6Srf3uOwSw2aHbmFi+WlYbldZCppYhT8tgb6SsZ6g4 6Z96MoxQ9jShrR9KaJIg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rpx2G-0000000FjUy-1FML; Thu, 28 Mar 2024 21:11:44 +0000 Received: from mail-108-mta65.mxroute.com ([136.175.108.65]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rpx2B-0000000FjS0-0HPe for linux-arm-kernel@lists.infradead.org; Thu, 28 Mar 2024 21:11:42 +0000 Received: from filter006.mxroute.com ([136.175.111.2] filter006.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta65.mxroute.com (ZoneMTA) with ESMTPSA id 18e86e7622a0003bea.009 for (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384); Thu, 28 Mar 2024 21:11:34 +0000 X-Zone-Loop: 198ec36556c61105e8e95322d986df462f4a8a0645fb X-Originating-IP: [136.175.111.2] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=luigi311.com; s=x; h=Content-Transfer-Encoding:Content-Type:In-Reply-To: From:References:Cc:To:Subject:MIME-Version:Date:Message-ID:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=U3vA31p2lCcvrgxArhpPfKr/obl7YqxdRKOAsY1yIDU=; b=TtnrXRvDf5iKOq9md3gYBJgkd+ 50j/o9jDkhCu8YIyPGLZw7E8WigRPTOJ4G4Nrz0UCRzmgneGbOKLcrTJ04VfhTVa/2PLU/ijkI1G2 ww+ltK+lO8BBfeUpQt/gsDb6UcypvcsIvwstVAEF58qAa4Lj+wffl5isvD+HbVFRsOlEBvtkPkqbp jS685hwqLYFwrghjaoXJwzVL5nVp3gsf9/Z/lR2OsKS74T3OIFF1Wik5emFkVsK7JMbVJcnTliM+H gqLdWV+Kfb24IjgwIP54HbSboM9aPHHavSSpL2ruScZxIHMi79z0E7fJ1Kmp7UKA3p8qcOMCNcg3Q kAi/Moww==; Message-ID: <9cb0756c-466e-4e1c-8eb1-3a98bbfa0cac@luigi311.com> Date: Thu, 28 Mar 2024 15:11:28 -0600 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 22/23] drivers: media: i2c: imx258: Add support for powerdown gpio Content-Language: en-US To: Rob Herring Cc: linux-media@vger.kernel.org, dave.stevenson@raspberrypi.com, jacopo.mondi@ideasonboard.com, mchehab@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, shawnguo@kernel.org, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, sakari.ailus@linux.intel.com, devicetree@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Ondrej Jirman References: <20240327231710.53188-1-git@luigi311.com> <20240327231710.53188-23-git@luigi311.com> <20240328204841.GA318468-robh@kernel.org> From: Luigi311 In-Reply-To: <20240328204841.GA318468-robh@kernel.org> X-Authenticated-Id: git@luigi311.com X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240328_141139_405876_8D85B351 X-CRM114-Status: GOOD ( 13.55 ) 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 On 3/28/24 14:48, Rob Herring wrote: > On Wed, Mar 27, 2024 at 05:17:08PM -0600, git@luigi311.com wrote: >> From: Luigi311 >> >> On some boards powerdown signal needs to be deasserted for this >> sensor to be enabled. >> >> Signed-off-by: Ondrej Jirman >> --- >> .../devicetree/bindings/media/i2c/sony,imx258.yaml | 4 ++++ > > Bindings should be a separate patch. > Ok ill create separate patch for adding in the binding and then a follow up patch with the other half that actually adds it to the driver >> drivers/media/i2c/imx258.c | 13 +++++++++++++ >> 2 files changed, 17 insertions(+) >> >> diff --git a/Documentation/devicetree/bindings/media/i2c/sony,imx258.yaml b/Documentation/devicetree/bindings/media/i2c/sony,imx258.yaml >> index c7856de15ba3..0414085bf22f 100644 >> --- a/Documentation/devicetree/bindings/media/i2c/sony,imx258.yaml >> +++ b/Documentation/devicetree/bindings/media/i2c/sony,imx258.yaml >> @@ -35,6 +35,10 @@ properties: >> reg: >> maxItems: 1 >> >> + powerdown-gpios: >> + description: |- > > Don't need '|-' if no formatting> Done >> + Reference to the GPIO connected to the PWDN pin, if any. >> + >> reset-gpios: >> description: |- >> Reference to the GPIO connected to the XCLR pin, if any. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel