From patchwork Mon Jul 22 07:10:20 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dang Huynh X-Patchwork-Id: 814254 Received: from mx1.riseup.net (mx1.riseup.net [198.252.153.129]) (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 D577C4C622; Mon, 22 Jul 2024 07:11:35 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.252.153.129 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1721632297; cv=none; b=TntQEDbQGB9gNEGjwFUU3TPDJaUTr8cai+LLb3FJbbuz5cY1PkSEWdstCUwQGiAx3wZoohP7ozrrub6D55xz9i6m+HFQadN6NwaFr1VqlrHJRPigyLKl5O1zf5oE2Ls/Ekp/ZqrQrq0pbwzG/HFXziKebhrcZ3fWOHPVwg3FDyw= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1721632297; c=relaxed/simple; bh=spsgb927J7oiD5gJ8p0esP6KuXgCov0C7rIhStML6Fo=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=GrEimszNlSC4mvcFlZghHcqSVdGJe93j68YKlVbHuZSEfCpIFrSSiehu3LN52dP+KrGJ2EkW0KopKQmNGfkHBLfukBjX9tDpEFlceVLC2c+ePPRoxtBg00j9exlP6n4trFFQ/keDtTAzlkzi4cWa23r9iOQ0+m4aXmeMVzJajks= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=riseup.net; spf=pass smtp.mailfrom=riseup.net; dkim=pass (1024-bit key) header.d=riseup.net header.i=@riseup.net header.b=niAyUhlT; arc=none smtp.client-ip=198.252.153.129 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=riseup.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=riseup.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=riseup.net header.i=@riseup.net header.b="niAyUhlT" Received: from fews01-sea.riseup.net (fews01-sea-pn.riseup.net [10.0.1.109]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx1.riseup.net (Postfix) with ESMTPS id 4WSBKM0Sn7zDqX6; Mon, 22 Jul 2024 07:11:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1721632295; bh=spsgb927J7oiD5gJ8p0esP6KuXgCov0C7rIhStML6Fo=; h=From:Date:Subject:References:In-Reply-To:To:Cc:From; b=niAyUhlT7AKLwURGiHBlcnoLZ23zk2DA4q/lXr6lqMM2Qv+Ips6wykd0ii7ic3Afq X1/1w6WnvRZpwZTXvs9WWUVl7FloEOlxyaHZBBw/Abd59Ikb3PJoW6jF2YZSBnbZ6/ YAuzs7o8dc6zFmMTmFdPfLUuWRs0IjtdMM+oxEAU= X-Riseup-User-ID: 0A8DA8C0466ACF1B233FBD76D672D900C82812DA02A75C0C9B95E30A46F762E0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews01-sea.riseup.net (Postfix) with ESMTPSA id 4WSBKJ1LjxzJmqy; Mon, 22 Jul 2024 07:11:31 +0000 (UTC) From: Dang Huynh Date: Mon, 22 Jul 2024 14:10:20 +0700 Subject: [PATCH 10/12] arm64: dts: qcom: sm6115-pro1x: Enable RGB LED Precedence: bulk X-Mailing-List: linux-arm-msm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Message-Id: <20240722-qx1050-feature-expansion-v1-10-c4d486435b96@riseup.net> References: <20240722-qx1050-feature-expansion-v1-0-c4d486435b96@riseup.net> In-Reply-To: <20240722-qx1050-feature-expansion-v1-0-c4d486435b96@riseup.net> To: Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Conor Dooley Cc: phone-devel@vger.kernel.org, ~postmarketos/upstreaming@lists.sr.ht, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Dang Huynh This device has an RGB LED. It is used for notifications. Signed-off-by: Dang Huynh --- arch/arm64/boot/dts/qcom/sm6115-fxtec-pro1x.dts | 27 +++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/sm6115-fxtec-pro1x.dts b/arch/arm64/boot/dts/qcom/sm6115-fxtec-pro1x.dts index 88df28fc8c7e..b434241a95b2 100644 --- a/arch/arm64/boot/dts/qcom/sm6115-fxtec-pro1x.dts +++ b/arch/arm64/boot/dts/qcom/sm6115-fxtec-pro1x.dts @@ -183,6 +183,33 @@ vol_up_n: vol-up-n-state { }; }; +&pmi632_lpg { + status = "okay"; + + multi-led { + color = ; + function = LED_FUNCTION_STATUS; + + #address-cells = <1>; + #size-cells = <0>; + + led@1 { + reg = <1>; + color = ; + }; + + led@2 { + reg = <2>; + color = ; + }; + + led@3 { + reg = <3>; + color = ; + }; + }; +}; + &pmi632_typec { status = "okay";