From nobody Thu Oct 2 13:05:37 2025 Received: from out-182.mta1.migadu.com (out-182.mta1.migadu.com [95.215.58.182]) (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 64C88246BB8 for ; Wed, 17 Sep 2025 01:10:45 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.182 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758071447; cv=none; b=i8OC7F+f+7l1SRtOJC2BM6waKPHJD1B/ezFkmTKCiaDbPETzssd/eNyUTvl0w2AvUzRSnl8VoahGE7axB2RgVmjFc46EgCHQMbnUv42xPt9jJOweugaBnt65w2kRni1JpqkwwHYw/mkqkzfGxSXviBONUnC7hWRDIO0MuTjeTz8= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758071447; c=relaxed/simple; bh=xZrvlCbh6KRTeGh7bMXMcKiazIl49qX+yWDASsQLlxw=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=e5aLKLssmH/402mKunymti8NtPGUrEhck2rA4qnZNq9IN70M8ntBPv1hEk7rYPT6VpMXNS0akucjI60VF/sgGwZRfxcIyCWeG3Kj/CN4TO60Z6xxtIMWBaj2mFw92I7cDMCLIiTIUcapmYH1XixtjPidCweC02yBbA0xrPvlrLg= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=postmarketos.org; spf=pass smtp.mailfrom=postmarketos.org; dkim=pass (2048-bit key) header.d=postmarketos.org header.i=@postmarketos.org header.b=V/EUBVEs; arc=none smtp.client-ip=95.215.58.182 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=postmarketos.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=postmarketos.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=postmarketos.org header.i=@postmarketos.org header.b="V/EUBVEs" X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=postmarketos.org; s=key1; t=1758071443; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=qdtVBhLjrCAT0UtTMMYkYZgI4fbXbm3xNfHPjzi99/4=; b=V/EUBVEs9b9esJvRv/ebDVvKukQ1b0hy0xrVe0JUt53ULdFRglZD8QauMH851zGUqReRs9 eRNPbIlnFl/ogHLFbZTP1sGLB0+X9ciMjBiFvQW6+hFPgOYdNyR9q4xWFSRFlE6TN/lPOx R5NFVmaE/Yh7sWw1dgcozyC8JFdEFpN7VAOJUU4EAWlmee25rKMHAFyF6Xv5RZ+tqCVw0J Crq3lAW4+SRHin+5B0yifmdq23INXcGqkUZhz53qqTD5elb4a5FxajXHQme71CWCcC7I2K gre+58Y4HbvVgf3b4cKKeawCVX/NH4AmuJfD00SIBwiJ9SpXvVP2v74XjPJ3Og== From: Paul Sajna Date: Tue, 16 Sep 2025 18:09:50 -0700 Subject: [PATCH v2 04/13] arm64: dts: qcom: sdm845-lg-common: Add leds Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <20250916-judyln-dts-v2-4-5e16e60263af@postmarketos.org> References: <20250916-judyln-dts-v2-0-5e16e60263af@postmarketos.org> In-Reply-To: <20250916-judyln-dts-v2-0-5e16e60263af@postmarketos.org> To: Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Conor Dooley , David Heidelberg Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, phone-devel@vger.kernel.org, Amir Dahan , Christopher Brown , Paul Sajna X-Developer-Signature: v=1; a=ed25519-sha256; t=1758071415; l=1305; i=sajattack@postmarketos.org; s=20250422; h=from:subject:message-id; bh=w23PMqpum8pcUJy81Rq3Il/ng8AVSkuyum+QLCF/jC8=; b=7qSoO8jUJuJ2BB0N4lwHtjXQyLif7MyytKHQ0zFO2+COp7+VYrUXXAyqY0dGzrfOTdMGLJ16a pnmjfpkMl6iB9y1T51a++MM1Uc+S2vVlRatumxhKJ2FdEKzcnvEABTz X-Developer-Key: i=sajattack@postmarketos.org; a=ed25519; pk=TwacvEOiRJ2P2oAdEqIDrtQTL18QS4FfcHfP/zNsxkQ= X-Migadu-Flow: FLOW_OUT From: Amir Dahan Add the multicolor status led in the phone's notch Signed-off-by: Amir Dahan --- arch/arm64/boot/dts/qcom/sdm845-lg-common.dtsi | 28 ++++++++++++++++++++++= ++++ 1 file changed, 28 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/sdm845-lg-common.dtsi b/arch/arm64/bo= ot/dts/qcom/sdm845-lg-common.dtsi index 911f5e614d0a4a85da61570ce400a85efa08623b..db28a2494a0cc4b9e9d997d11f1= acfb116e586e3 100644 --- a/arch/arm64/boot/dts/qcom/sdm845-lg-common.dtsi +++ b/arch/arm64/boot/dts/qcom/sdm845-lg-common.dtsi @@ -6,6 +6,7 @@ */ =20 #include +#include #include #include =20 @@ -504,6 +505,33 @@ &pm8998_resin { status =3D "okay"; }; =20 +&pmi8998_lpg { + status =3D "okay"; + + multi-led { + color =3D ; + function =3D LED_FUNCTION_STATUS; + + #address-cells =3D <1>; + #size-cells =3D <0>; + + led@3 { + reg =3D <3>; + color =3D ; + }; + + led@4 { + reg =3D <4>; + color =3D ; + }; + + led@5 { + reg =3D <5>; + color =3D ; + }; + }; +}; + &sdhc_2 { cd-gpios =3D <&tlmm 126 GPIO_ACTIVE_LOW>; =20 --=20 2.51.0