From nobody Sat Oct 4 14:13:12 2025 Received: from out-174.mta1.migadu.com (out-174.mta1.migadu.com [95.215.58.174]) (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 EECC122576C for ; Fri, 15 Aug 2025 10:48:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.174 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755254912; cv=none; b=Hsm7E/D3Ia/QcOmduvnNp+EMukyQLgkyvxGkiHHIF1b12hrcsJ3s2ox2+Bm+7EFLCXS2u7J3rQBMgyO67Hu6NDuAMkm5z3AT/8/jYZxbh8e91RYpbaJHNJU491jRkw8Z39cWWJi9QdU+VwplkjcPg/fzQIq/1g8P69x1JqO63lA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755254912; c=relaxed/simple; bh=42OCUCCiMqcxTgQxr3TgBWmcEl7+262s4gsEOcebIbs=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=VF+j+O06YZyOn4IfNoI7ZVnhYOR19sOIaUEHs/vR+OP6ZEwX2QbaoMveTGAVxDxDu/Gn4eSB20ZSN0GI74ta9/5uyKXOGNBd4r94/e/aqoxBs3ex5TTYCeR1t2Yx33BG/brNaByob/xC0U7FBhYuPopqdoakOFVMuCte/RTmP5Q= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=cknow.org; spf=pass smtp.mailfrom=cknow.org; dkim=pass (2048-bit key) header.d=cknow.org header.i=@cknow.org header.b=GRcUo7e8; arc=none smtp.client-ip=95.215.58.174 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=cknow.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=cknow.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=cknow.org header.i=@cknow.org header.b="GRcUo7e8" 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=cknow.org; s=key1; t=1755254898; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=PJd4mKAX6RdUpjrrwmUXazuqsCN2PZfrowEzcn0Hg5M=; b=GRcUo7e8ncadhrPZPmqSKbQBPcnbagqMUaNukDVPLohMx/EgcWoP+S1SAmrw3ZH7wJlwxq /x7+9s/aIOlalGm/ZFhCDNbV/I4dHZzxxE4uz0NKFjotzvv/6iGtkSA3wuav+M5Ssf6z5G rcJY7MdOL6jbSRN5BW9CwquNsFPaZwc1mFLsumV/xOLzglLjTa5RGJyo/jKy3e6ptyinG5 eDJe31rFJ2ev/mjNnNs46LBrjXH+/s6uw1yRaztJZUG4ukNK9LzNJN9FV+qe8FrvAPorRC tV71LF7msadNyAmRpiXbdDN/l0tsS/KQVzhSwQ9ktUjimUir8J+Ki/Ykm3DCCw== From: Diederik de Haas To: Lee Jones , Pavel Machek , Rob Herring , Krzysztof Kozlowski , Conor Dooley Cc: Jacek Anaszewski , linux-leds@vger.kernel.org, devicetree@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, Diederik de Haas Subject: [PATCH] dt-bindings: leds: Clearly mark label property as deprecated Date: Fri, 15 Aug 2025 12:47:46 +0200 Message-ID: <20250815104805.405009-1-didi.debian@cknow.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Migadu-Flow: FLOW_OUT Content-Type: text/plain; charset="utf-8" The text description already mentioned the label property was deprecated, but using the 'deprecated' property makes is clearer and more explicit. Signed-off-by: Diederik de Haas --- Documentation/devicetree/bindings/leds/common.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/leds/common.yaml b/Documenta= tion/devicetree/bindings/leds/common.yaml index 3e8319e44339..45ce9e13c7ff 100644 --- a/Documentation/devicetree/bindings/leds/common.yaml +++ b/Documentation/devicetree/bindings/leds/common.yaml @@ -58,6 +58,7 @@ properties: no other LED class device can be assigned the same label. This prope= rty is deprecated - use 'function' and 'color' properties instead. function-enumerator has no effect when this property is present. + deprecated: true =20 default-state: description: --=20 2.50.1