From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 917142EEE68; Mon, 15 Jun 2026 21:02:11 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781557332; cv=none; b=aAoV7MyVY82ijMVHaWXc5n1Ixt7efxA735DN+aoS0ZyjwVSIRtnkD8I4B0gDfjPt97bdC2J9w+2tBbJgb8YKC+jhWKl3wK98EHB5pziAfbPN27WP0qyudX1OIIkevKFxiEAAIIxcr1O6YR7j4JXPNB8JM2rJUfSK1Zpy8dOipa4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781557332; c=relaxed/simple; bh=OlePNWR5/1nGdD1RedQ2sy3wF3TMZnM2NoOj6fHCCeM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=rNTNTKkcbGSETqxsiX8lTXFmsdNoFVgsnEn/vg53hP7OHwM/ihdfkIPICtv41e37edbTDU3oh6gswPfAECRpJ4ss8Ks6oZ5Vn4XOPugDWAebX9LJ7wFaRl6uCH8Ws4QRn4bhCsGyQqrIb2ogm8PJQQtLoKx/JzZ2KoQMWmaQ6aU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=FqaphBUY; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="FqaphBUY" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0172A1F000E9; Mon, 15 Jun 2026 21:02:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1781557331; bh=xEKp2DSh6Cy/POePnOFuqOBvNOmMnmN3Jyldv9mhR4Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=FqaphBUYz3K7XXL6pM9rWyHbso93NkFRu3wMlhIh4dQ8dIr1WAB9JWPMGswSSEl7V kW4h2Z7mslIo6TVKn1XGV4Ap8SNtXCGkX4YgC05y2A+0DQH+pmN4MT7z0pqMzPNvRm inM170kpZPZ9DeXxtSgEPiECnL+CUEUFe63CVl0RbKu3pBrxFL1HOZcMlUefQCsWPM boNGEJ/eHkUOIgQ0vFkWoeIY/ElIfq0ZZQxC9QthI1iBblwO89XN8LI2hqUOl7MrAD Yhkfa/ut2KQHlZ84Aab3hUbOnOG8PrJy0kzlTMBDnoZvxO9XA8oqpds4GDsLVcRisJ LhMRSluURMY7g== Date: Mon, 15 Jun 2026 16:02:10 -0500 From: "Rob Herring (Arm)" To: Krzysztof Kozlowski Cc: linux-arm-msm@vger.kernel.org, Abel Vesa , devicetree@vger.kernel.org, linux-gpio@vger.kernel.org, Krzysztof Kozlowski , Conor Dooley , Linus Walleij , Bjorn Andersson , linux-kernel@vger.kernel.org Subject: Re: [PATCH v3] dt-bindings: pinctrl: qcom,pmic-gpio: Add Qualcomm PMK7750 Message-ID: <178155731026.1668856.13949680393199336333.robh@kernel.org> References: <20260612090426.23403-2-krzysztof.kozlowski@oss.qualcomm.com> Precedence: bulk X-Mailing-List: linux-gpio@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260612090426.23403-2-krzysztof.kozlowski@oss.qualcomm.com> On Fri, 12 Jun 2026 11:04:27 +0200, Krzysztof Kozlowski wrote: > Document Qualcomm PMK7750 GPIO used with Eliza SoC. PMIC is almost the > same as PMK8550, thus compatible with it. > > Cc: Abel Vesa > Signed-off-by: Krzysztof Kozlowski > > --- > > Changes in v3: > 1. Drop stale pmk7750 from main enum lisrt (the big one) - leftover of > previous version > > Changes in v2: > 1. Add fallback compatible. > --- > .../bindings/pinctrl/qcom,pmic-gpio.yaml | 151 +++++++++--------- > 1 file changed, 78 insertions(+), 73 deletions(-) > Acked-by: Rob Herring (Arm)