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 5A1C4347FCC for ; Sat, 28 Feb 2026 18:14:18 +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=1772302458; cv=none; b=lj+gkvVBG06OvQkucug5GWwgoer7C3XapeFGg37KPbJiSVrDiC8tb8ZqPITCKu0F/s/aBGm0LeDPeiExqGV/6JcaeqJa/zttzRFdRbDfw6Ac1fKeuRDWHmap9WpRfBoy7i3KEbwpNspGCnagFfJW+WGmFzUg5w5IWYo12zZcKro= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772302458; c=relaxed/simple; bh=hKiIiP1O+Vn2+TTtA1YiNQ6Yn+w4gybn1L/M7ivmQZ8=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=bmy4jJgw0LRgnGuIQ1VckKP+H08Tpmj35mddQV30YGz0bGv+UXdTi6cgl2EFdR2R/xcSo2Qg+jonrj7YBzo2pvA7Bmd9AYU7bsxJaP1IILiP72OPZImR9aEyVt43rdHA3kHmtG4W1kDSCsUB2WhVOEPsglDdL/Ds2Ev9N58kfHE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=RHuYIFHe; 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="RHuYIFHe" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 85229C19423; Sat, 28 Feb 2026 18:14:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772302458; bh=hKiIiP1O+Vn2+TTtA1YiNQ6Yn+w4gybn1L/M7ivmQZ8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=RHuYIFHe/OE6baOs0TYyal2R/IRpUfk5z+z1lXqKXvDnOWodcMjziFx6g3kHRqtEa kPVxNHCClI/iM5KUXh7KAIROVcNtI8pm2pDRcmrhRZeil7wF4CBESvyPZ4ihamhYsX xo5fKiHXi8XTxPjUo3rEqAjdNXmB4sIr25kxZkVsAc0U5BaWTxNot4ktVE1mrZ7DQw jnFY24OXKDs6dTp8Fp9yuFWFiwnrPaO8Z12b55V6cFsuS8VvKdJuSVvMXqEBnx9YNj lrnv2zP4MvTpUpdpIkxkq8aVcX2jSv848WVEWq16bSdL7ATXtg7KUoQs7ARelV7B4s T+K+aanrlVY6g== From: Sasha Levin To: patches@lists.linux.dev Cc: Luca Weiss , Dmitry Baryshkov , Konrad Dybcio , Linus Walleij , Sasha Levin Subject: [PATCH 6.1 199/232] pinctrl: qcom: sm8250-lpass-lpi: Fix i2s2_data_groups definition Date: Sat, 28 Feb 2026 13:10:52 -0500 Message-ID: <20260228181127.1592657-199-sashal@kernel.org> X-Mailer: git-send-email 2.51.0 In-Reply-To: <20260228181127.1592657-1-sashal@kernel.org> References: <20260228181127.1592657-1-sashal@kernel.org> Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-stable: review X-Patchwork-Hint: Ignore Content-Transfer-Encoding: 8bit From: Luca Weiss [ Upstream commit eabf273c8466af3f033473c2d2267a6ea7946d57 ] The i2s2_data function is available on both gpio12 and gpio13. Fix the groups definition. Fixes: 6e261d1090d6 ("pinctrl: qcom: Add sm8250 lpass lpi pinctrl driver") Signed-off-by: Luca Weiss Reviewed-by: Dmitry Baryshkov Reviewed-by: Konrad Dybcio Signed-off-by: Linus Walleij Signed-off-by: Sasha Levin --- drivers/pinctrl/qcom/pinctrl-sm8250-lpass-lpi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pinctrl/qcom/pinctrl-sm8250-lpass-lpi.c b/drivers/pinctrl/qcom/pinctrl-sm8250-lpass-lpi.c index ddbc6317f2a74..422ef44b86423 100644 --- a/drivers/pinctrl/qcom/pinctrl-sm8250-lpass-lpi.c +++ b/drivers/pinctrl/qcom/pinctrl-sm8250-lpass-lpi.c @@ -88,7 +88,7 @@ static const char * const i2s1_ws_groups[] = { "gpio7" }; static const char * const i2s1_data_groups[] = { "gpio8", "gpio9" }; static const char * const wsa_swr_clk_groups[] = { "gpio10" }; static const char * const wsa_swr_data_groups[] = { "gpio11" }; -static const char * const i2s2_data_groups[] = { "gpio12", "gpio12" }; +static const char * const i2s2_data_groups[] = { "gpio12", "gpio13" }; static const struct lpi_pingroup sm8250_groups[] = { LPI_PINGROUP(0, 0, swr_tx_clk, qua_mi2s_sclk, _, _), -- 2.51.0