From nobody Fri Apr 3 08:01:45 2026 Received: from layka.disroot.org (layka.disroot.org [178.21.23.139]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 26CDC28643A; Tue, 24 Feb 2026 19:15:32 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=178.21.23.139 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771960533; cv=none; b=dINEQ6yx/EDY+JAHPqSn2GcQFWVduH1N2yA9vuUqCt8HRLYNB5mKuoCN8GypW8i1SJd+LZFyaX02Rur4e7Hif1X4PgIwgWGXtepViRa6xfGTtk6qUcMhKTk+4wK+Wo8hTxvfkPVumgtIu97IVO82cJBD0pul6F+rE74S16Sh3GA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771960533; c=relaxed/simple; bh=clcZ5FJmgMM6ci6aJDybExNNe8nVcW5PdNKApgjNU0o=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=b6FZgNEFVpL07xLHdwYuArvpTJI5+jV7KOFPTWDENJ+0zvMc2tkdKE87yDIyFOZicmm/WsPOjUwZd0qtIyYBDOmSaqAJS6gG2vqLvOAuxCKOOnFNXLF+BrTQM2anRrcMiCvMGNQJUrfmnz6cS0fsLvk6oUCo9CFGhQREX+jflms= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=disroot.org; spf=pass smtp.mailfrom=disroot.org; dkim=pass (2048-bit key) header.d=disroot.org header.i=@disroot.org header.b=Kicg9aJg; arc=none smtp.client-ip=178.21.23.139 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=disroot.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=disroot.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=disroot.org header.i=@disroot.org header.b="Kicg9aJg" Received: from [127.0.0.1] (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 7FD3A26F9E; Tue, 24 Feb 2026 20:15:30 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavis, port 10024) with ESMTP id McWapyWDJkpn; Tue, 24 Feb 2026 20:15:29 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1771960529; bh=clcZ5FJmgMM6ci6aJDybExNNe8nVcW5PdNKApgjNU0o=; h=From:Date:Subject:References:In-Reply-To:To:Cc; b=Kicg9aJgmgwEcghpV1nVMKNxzeGp5gyyba7Dlrydl58HmnqRNWanPOhfSFBOI596F Z19N4UHHT/2GDRNGRTGUnCtWRCMbtNDp/TVwot50pPkLjM7+T9/K1iJomdHr0TcSk2 FG+hQzRD3pw7HNtxPidQycIlMMZIGTLEcBLEveCFMDC+rxOMV4CPotisppMtjVPqV5 L6pPlM7DsKMgPHNgv4s/whM0s5zCCdlQkNNAcPVe0MaKA6XIrxsGF8ZgfhOJNwEZuw ZMA4XIN+vDH3QOzV8j+dBep1r4M2yAuGmHH61thBL7B7D06QVhGew75STqLrNaCNQg 5B0ZOpJ4F7/3g== From: Kaustabh Chakraborty Date: Wed, 25 Feb 2026 00:45:04 +0530 Subject: [PATCH v3 02/13] dt-bindings: leds: document Samsung S2M series PMIC RGB LED device 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: <20260225-s2mu005-pmic-v3-2-b4afee947603@disroot.org> References: <20260225-s2mu005-pmic-v3-0-b4afee947603@disroot.org> In-Reply-To: <20260225-s2mu005-pmic-v3-0-b4afee947603@disroot.org> To: Lee Jones , Pavel Machek , Rob Herring , Krzysztof Kozlowski , Conor Dooley , MyungJoo Ham , Chanwoo Choi , Sebastian Reichel , Krzysztof Kozlowski , =?utf-8?q?Andr=C3=A9_Draszik?= , Alexandre Belloni , Jonathan Corbet , Shuah Khan , Nam Tran Cc: linux-leds@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, linux-samsung-soc@vger.kernel.org, linux-rtc@vger.kernel.org, linux-doc@vger.kernel.org, Kaustabh Chakraborty Certain Samsung S2M series PMICs have a three-channel LED device with independent brightness control for each channel, typically used as status indicators in mobile phones. Document the devicetree schema for this device. Signed-off-by: Kaustabh Chakraborty --- .../bindings/leds/samsung,s2mu005-rgb.yaml | 34 ++++++++++++++++++= ++++ 1 file changed, 34 insertions(+) diff --git a/Documentation/devicetree/bindings/leds/samsung,s2mu005-rgb.yam= l b/Documentation/devicetree/bindings/leds/samsung,s2mu005-rgb.yaml new file mode 100644 index 0000000000000..6806b6d869ff7 --- /dev/null +++ b/Documentation/devicetree/bindings/leds/samsung,s2mu005-rgb.yaml @@ -0,0 +1,34 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/leds/samsung,s2mu005-rgb.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: RGB LED Controller for Samsung S2M series PMICs + +maintainers: + - Kaustabh Chakraborty + +description: | + The Samsung S2M series PMIC RGB LED is a three-channel LED device with + 8-bit brightness control for each channel, typically used as status + indicators in mobile phones. + + This is a part of device tree bindings for S2M and S5M family of Power + Management IC (PMIC). + + See also Documentation/devicetree/bindings/mfd/samsung,s2mps11.yaml for + additional information and example. + +allOf: + - $ref: common.yaml# + +properties: + compatible: + enum: + - samsung,s2mu005-rgb + +required: + - compatible + +unevaluatedProperties: false --=20 2.52.0