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 E61DC379C5F; Wed, 13 May 2026 23:26:48 +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=1778714809; cv=none; b=OK5y3Dg19tIXXacGufmnlmwpXtzs4FEMy9kfymt+bPcSJpFPMqAOs6JNIZopu+dSfrMijXB/liytQ/U9ffxhDmprl8xtY6hu6LUXHA1/UYMofzuN9/GS3yC06dYJByW8hJsOfT9E32SQp++b0GhoA01PRZIkfTh84vrAZagLWdU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778714809; c=relaxed/simple; bh=q3i21lJvhVy9opCji1T4ar4kNcI5PZwWn8BflTqdQ3s=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=dDv23wZqixtV/9R8P1v1uUNbtpdJob0zimuj7NDkk2Ye+beCcQcqOafyPV7JqiMgJTw5nfiwRil1SnL18KIv6WI59xlsHzWb/sHfuyTjGcHMzpVnKwX0ogn/dSCcnEcBn+8i0AJXl6KLww+yDGmec++q9WeXxvebgVvC6rcnuQA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=gzRCoaHw; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="gzRCoaHw" Received: by smtp.kernel.org (Postfix) with ESMTPSA id EC0CEC19425; Wed, 13 May 2026 23:26:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778714808; bh=q3i21lJvhVy9opCji1T4ar4kNcI5PZwWn8BflTqdQ3s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gzRCoaHwgfpMxXtV5i7hcsOfWpF4L1ft/Q9VIAyK5ZJzkTiS454hh2sAIGpggmoIS B9j0knU5zEFe/qnB7P0JctaEghBvxW6W76RHLeddbrQ1CdZ6VYJDEjfnHpsZ/Qa8Th jKP3jJrqVwoINxJbxqY10pEHStpSlELHor+xoC79qPymPpXbzTaIZB0WXChSoYmsPY Lt10Kj5huXqpAvdKD88ox8f7uLKY9cVwUHH+ie6+argLgDZZDAugk3f902RWGX1eAN dTnan5PrrRuN4doIBw1aRAoURp3Z/3JPBI3LxwY4jeWjo7vesG0WPAFL6SoEkvC7bB 1e87ClxSOCDqw== Date: Wed, 13 May 2026 18:26:35 -0500 From: "Rob Herring (Arm)" To: Jun Yan Cc: Andrew Lunn , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Krzysztof Kozlowski , Jesper Nilsson , Paul Barker , Grant Feng , Manivannan Sadhasivam , linux-arm-msm@vger.kernel.org, Sebastian Hesselbarth , Robert Marko , Lee Jones , Vincent Knecht , Viresh Kumar , Enric Balletbo i Serra , Pavel Machek , Andre Przywara , Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, Bjorn Andersson , Pavel Machek , linux-leds@vger.kernel.org, Gregory Clement , Conor Dooley , Peter Rosin , Baruch Siach , Konrad Dybcio Subject: Re: [PATCH 1/5] dt-bindings: leds: issi,is31fl319x: Add description for the shutdown-gpios property Message-ID: <177871479468.2298897.389759358706715014.robh@kernel.org> References: <20260508152435.21389-1-jerrysteve1101@gmail.com> <20260508152435.21389-2-jerrysteve1101@gmail.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260508152435.21389-2-jerrysteve1101@gmail.com> On Fri, 08 May 2026 23:24:18 +0800, Jun Yan wrote: > The IS31FL319X series features an SDB shutdown pin. > Driving it low (active low) places the chip into hardware shutdown > mode for power saving, while all register contents are preserved > and registers are not reset. > > Add description for the shutdown down (SDB) pin and fix the example > device tree binding. > > Fixes: dbc801b472c1 ("dt-bindings: leds: Convert is31fl319x to dtschema") > Signed-off-by: Jun Yan > --- > .../devicetree/bindings/leds/issi,is31fl319x.yaml | 9 +++++++-- > 1 file changed, 7 insertions(+), 2 deletions(-) > Reviewed-by: Rob Herring (Arm)