From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 607A943636F; Tue, 10 Mar 2026 09:00:27 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773133227; cv=none; b=KHEvkn0DrmmFrM0sZSotUfACOFkEDSVJgZelf5FhBsYqK6BkeI1gf+F/jouXPc5Dx1JqWdD2NUxzra1T089V9IHoVY0/i17n/kqVsjeiuoyAotcovLRUdS9dFY2DQLNCdLF9n8gn31kr3MKM+vT5nsNg6l1TC2SzPadmQjOEZE4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773133227; c=relaxed/simple; bh=Md7BIHPAB/DfIclY8o2/BpyMLpt1rCGHzfplstHLVvA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=kD7Uol86gEpPllcCGAkzP5p3kWyJ0RNsTT1zzEE2u17rANMsmGasLWF5SOzFGTl9KXZITqJtR2mkwSJBO4vjNkRBWmxNdZfPdNgW9DlUO5MP74a3Vsbg8egugtVsjoQ5MECRlEgRPQXPvIu/kJBCn39EG2DWoThIdy0Zu39z0Nk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=XTmlE77F; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="XTmlE77F" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9CBBFC19423; Tue, 10 Mar 2026 09:00:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773133227; bh=Md7BIHPAB/DfIclY8o2/BpyMLpt1rCGHzfplstHLVvA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XTmlE77F1z6GIbbIWrfOwGsSGVtzha8A8M8DC/YHTleP+kRbaMiLsKYqWv7SHzD7l R5FBs2Mvc9LEtTt6UtCTetyfvmM5m0j0pbviM/JszZAap1QWcdMZ6V3Itn+oi5WaSV nvReP/D3D9cMiHlKxEKvRKMPq41nNL9fdLPvvDNcjac026IeM8EnbD33WcVKqRUqxS GzBk5IM6Kg8Q0+SrXtEy5KL5cQvYmPYILIsCDDjQxvYqWNApH3kOJldPLPOJRdfW3/ RHDqmqMuA/12RYbcHJX0Q0PwFhz5B2Hcyj6UDWs1TYTP48yCAssohseKih4Yb9QoCL m6kh/Ouc8LAwA== Date: Tue, 10 Mar 2026 10:00:24 +0100 From: Krzysztof Kozlowski To: Richard Acayan Cc: Bjorn Andersson , Linus Walleij , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Konrad Dybcio , Srinivas Kandagatla , linux-arm-msm@vger.kernel.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH v2 1/5] dt-bindings: qcom: lpass-lpi-common: add reserved GPIOs property Message-ID: <20260310-rigorous-whimsical-pudu-5f4df6@quoll> References: <20260310012446.32226-1-mailingradian@gmail.com> <20260310012446.32226-2-mailingradian@gmail.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20260310012446.32226-2-mailingradian@gmail.com> On Mon, Mar 09, 2026 at 09:24:42PM -0400, Richard Acayan wrote: > There can be reserved GPIOs on the LPASS LPI pin controller to possibly > control sensors. Add the property for reserved GPIOs so they can be > avoided appropriately. > > Adapted from the same entry in qcom,tlmm-common.yaml. > > Signed-off-by: Richard Acayan > --- > .../devicetree/bindings/pinctrl/qcom,lpass-lpi-common.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,lpass-lpi-common.yaml b/Documentation/devicetree/bindings/pinctrl/qcom,lpass-lpi-common.yaml > index 619341dd637c..0c3fa5d597e0 100644 > --- a/Documentation/devicetree/bindings/pinctrl/qcom,lpass-lpi-common.yaml > +++ b/Documentation/devicetree/bindings/pinctrl/qcom,lpass-lpi-common.yaml > @@ -27,6 +27,12 @@ properties: > gpio-ranges: > maxItems: 1 > > + gpio-reserved-ranges: > + description: > + Pins can be reserved for trusted applications or for LPASS, thereby > + inaccessible from the OS. This property can be used to mark the pins > + which resources should not be accessed by the OS. minItems: 1 maxItems: 30 I guess to have somoe sort reasonable limit. Best regards, Krzysztof