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 11DF43659EA; Tue, 16 Dec 2025 12:11:06 +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=1765887066; cv=none; b=YNaA1ckfW9nGH3f1JzxNpOx+0eJ0GIx6DBhgTs083uvw0JDY/tSqsae9UPZSu4fg8vIzLjj9mqTYhBDMcOEuCLsNxDjZz5h7/klScOxbwXBkxfHlBg4xV2U2wGgBZ8vUkqFkuaK7QphM1iCIc78l+zsGV59yc6FywiqcLhjAisg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1765887066; c=relaxed/simple; bh=EjWyinrpYO74XPKo+CLh0LSA/E0QX1s5P9bkHUNENHc=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Xai/MljE+FTmZ+c2O6gZqeBdsII/ssuzqRwdgPh/Ernby64mENllzPZp3PwUmI6UXokJ4NAdtKPQ1adRMtE7F7L10yHVOtABoCI/VTOMkMnjemyYoJAXnV0U1uQdNdXRhKJiJwuVYt80G4TgaCVRtcwro+iPF51hcXVSKY11rAw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=ozpLBHGO; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="ozpLBHGO" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 76FCEC4CEF1; Tue, 16 Dec 2025 12:11:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1765887065; bh=EjWyinrpYO74XPKo+CLh0LSA/E0QX1s5P9bkHUNENHc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ozpLBHGOJPQIWKI4j4OmVjIgPHCaDT0QahiZ34J0BlL+Fxn162GdMRG0m89g/DlI/ RrVBnV1F2osmfzyg+GTD0M1t0A7lC2NUgSjaMpz5DEDKVsoubLKhvZjBecjUu9j1pO IzkrFmbR1LK8G/a1zXtAcSqBuwik0zRp+UWWh8D8= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Gergo Koteles , David Heidelberg , Konrad Dybcio , Bjorn Andersson , Sasha Levin Subject: [PATCH 6.18 116/614] arm64: dts: qcom: sdm845-oneplus: Correct gpio used for slider Date: Tue, 16 Dec 2025 12:08:03 +0100 Message-ID: <20251216111405.539241656@linuxfoundation.org> X-Mailer: git-send-email 2.52.0 In-Reply-To: <20251216111401.280873349@linuxfoundation.org> References: <20251216111401.280873349@linuxfoundation.org> User-Agent: quilt/0.69 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.18-stable review patch. If anyone has any objections, please let me know. ------------------ From: Gergo Koteles [ Upstream commit d7ec7d34237498fab7a6afed8da4b7139b0e387c ] The previous GPIO numbers were wrong. Update them to the correct ones and fix the label. Fixes: 288ef8a42612 ("arm64: dts: sdm845: add oneplus6/6t devices") Signed-off-by: Gergo Koteles Signed-off-by: David Heidelberg Reviewed-by: Konrad Dybcio Link: https://lore.kernel.org/r/20250927-slider-correct-v1-1-fb8cc7fdcedf@ixit.cz Signed-off-by: Bjorn Andersson Signed-off-by: Sasha Levin --- arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi b/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi index dcfffb271fcf3..51a9a276399ac 100644 --- a/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi +++ b/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi @@ -803,8 +803,8 @@ hall_sensor_default: hall-sensor-default-state { bias-disable; }; - tri_state_key_default: tri-state-key-default-state { - pins = "gpio40", "gpio42", "gpio26"; + alert_slider_default: alert-slider-default-state { + pins = "gpio126", "gpio52", "gpio24"; function = "gpio"; drive-strength = <2>; bias-disable; -- 2.51.0