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 914625DF19; Tue, 23 Jan 2024 01:46:37 +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=1705974397; cv=none; b=EtQUP6pVyl3Dee+VziSdHp2X7yPUDluv4KL/oWkw4vEixEazbytunPHZGdNXnu+MPm0gX7VO99fu4dCiUcdRWMKCNgLOXEy9EJoKKlHd+fNjrag/rupqx/KQhiuV4QoFDshipErCTYYakwYm6sVZA4OSVDh4B+5nIgtJHqohucI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1705974397; c=relaxed/simple; bh=NGnFmn9BAeXpVzWDWZMLhxJwYHfsPvurquAmPybd2QM=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=DCx74HT8huT65spRmQ81B6ugEAZ+Oe+1kgGGU3X36bRHVvLIaDNcJlDsGmidL1/x6+wxm59LeVOKEfN9HbJwGES0gTQ7ZIbQhMvGJLetazRbghxvCv9E8uKgGjmM6GYw2fyuGXmRg49RBI0GcYPfbPdhotlfctp3YMfSQERZsAU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=XuvEdDJO; 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="XuvEdDJO" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 58B3EC43394; Tue, 23 Jan 2024 01:46:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1705974397; bh=NGnFmn9BAeXpVzWDWZMLhxJwYHfsPvurquAmPybd2QM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=XuvEdDJOBleXUIx/vMxgY3kSKVkgvKylhd6pB27oBFdz7dEG9sVTcZ5UDHXpdxoH4 1qk20bGTxu2OsGjw/Wg9b1KnAGihF2nFnk/NncLzTGLZ1xiFLbTlNbyaDHtr7+zdPe kQ7iVF7WlCXouUvI/8vSL++EfraBzrHqp29fyD4o= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Konrad Dybcio , Johan Hovold , Bjorn Andersson , Sasha Levin Subject: [PATCH 6.6 084/583] arm64: dts: qcom: sc8280xp-x13s: add missing camera LED pin config Date: Mon, 22 Jan 2024 15:52:15 -0800 Message-ID: <20240122235814.730832881@linuxfoundation.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240122235812.238724226@linuxfoundation.org> References: <20240122235812.238724226@linuxfoundation.org> User-Agent: quilt/0.67 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.6-stable review patch. If anyone has any objections, please let me know. ------------------ From: Johan Hovold [ Upstream commit a3457cc5bc30ad053c90ae9f14e9b7723d204a98 ] Add the missing pin configuration for the recently added camera indicator LED. Fixes: 1c63dd1c5fda ("arm64: dts: qcom: sc8280xp-x13s: Add camera activity LED") Cc: Konrad Dybcio Signed-off-by: Johan Hovold Link: https://lore.kernel.org/r/20231003093647.3840-1-johan+linaro@kernel.org Signed-off-by: Bjorn Andersson Signed-off-by: Sasha Levin --- .../boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts b/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts index 6a4c6cc19c09..f2055899ae7a 100644 --- a/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts +++ b/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts @@ -82,6 +82,9 @@ switch-lid { leds { compatible = "gpio-leds"; + pinctrl-names = "default"; + pinctrl-0 = <&cam_indicator_en>; + led-camera-indicator { label = "white:camera-indicator"; function = LED_FUNCTION_INDICATOR; @@ -1278,6 +1281,13 @@ hstp-sw-ctrl-pins { }; }; + cam_indicator_en: cam-indicator-en-state { + pins = "gpio28"; + function = "gpio"; + drive-strength = <2>; + bias-disable; + }; + edp_reg_en: edp-reg-en-state { pins = "gpio25"; function = "gpio"; -- 2.43.0