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 CCBA83597B; Thu, 14 Aug 2025 21:12:25 +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=1755205945; cv=none; b=hZDtR7n2AnjGlfbi7FpY0yachuJyjgb9QU5DCDRdSXdOj8e7vV+5U4lxl0p7AJ/WQO1qlhVutfReLT7sjTF70753wlWCBJNvGEjrNhV4JxUsYLQyjV5VTFasuGcTTzrWClurT1kLL9bmgGcM+7yCvPsDJg+XGBG88HvjzBoUeuk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755205945; c=relaxed/simple; bh=7QZaE8oo44a3hYjhoB1A0+u5s3r77l5Hwj7B/t3szLI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=gI2hew+I39wGklJMzYhfesKtcCFlRklPfKdlbv6LxmxSmJ/Z8PQ6UU1ex6ItYxcuuXRx7gkRFfrd0JSz1xsNjY/7KI8LVL7GdH7lngxZCJcpkqDpMpkpeaPmUYY6/uV2XCiF2twlBqwj7oNAi5QzEp9eODwzE+FWdhNpXgxCCtY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=u3mLTxc+; 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="u3mLTxc+" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 30E66C4CEED; Thu, 14 Aug 2025 21:12:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1755205945; bh=7QZaE8oo44a3hYjhoB1A0+u5s3r77l5Hwj7B/t3szLI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=u3mLTxc+L9jdNvAx1uNjhvCnXnxHRXoLi4oXzEKAX1Zjeb/2hu6ak9EYXz0ZDuNCL IPCWug3YsskWSP8BExrDXNMqvx10RoXWwx8G/kD6AWBO807cxSxWGcS6mNExHT6SPD /mWfkISKdgA4R0CSHV/yNcZXKbMpKJYH1fnnhUdqIR4BwLaxi8+yOrY9TisUpnsJZ8 noXprwMZsi92ZzJr4sbrMIDtt7AB2ETQ4SfcIZFioD6xIHk/hgOcL0+0IFjpt+mKIm gEX+2PqY+ejS26Kwr2sr9pzaWlxorbQYankCmkyb98c+4eiR57guKi1SY5qcGKWayz Q7lonV8WfQQIQ== Date: Thu, 14 Aug 2025 16:12:24 -0500 From: "Rob Herring (Arm)" To: Krzysztof Kozlowski Cc: Fabio Estevam , devicetree@vger.kernel.org, linux-leds@vger.kernel.org, Li Jun , Krzysztof Kozlowski , Pengutronix Kernel Team , linux-kernel@vger.kernel.org, Vinod Koul , Sascha Hauer , Kishon Vijay Abraham I , Lee Jones , Pavel Machek , Vincent Knecht , imx@lists.linux.dev, Shawn Guo , Conor Dooley , linux-phy@lists.infradead.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH RESEND 1/2] dt-bindings: leds: issi,is31fl319x: Drop 'db' suffix duplicating dtschema Message-ID: <175520594376.3919024.11270343433080389857.robh@kernel.org> References: <20250811-dt-bindings-db-v1-0-457301523bb5@linaro.org> <20250811-dt-bindings-db-v1-1-457301523bb5@linaro.org> 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: <20250811-dt-bindings-db-v1-1-457301523bb5@linaro.org> On Mon, 11 Aug 2025 15:54:03 +0200, Krzysztof Kozlowski wrote: > A common property unit suffix '-db' was added to dtschema, thus > in-kernel bindings should not reference the type. > > Signed-off-by: Krzysztof Kozlowski > > --- > > RFC because this depends on dtschema changes and should be accepted > after new dtschema is released with this merged: > https://github.com/devicetree-org/dt-schema/pull/166 > --- > Documentation/devicetree/bindings/leds/issi,is31fl319x.yaml | 1 - > 1 file changed, 1 deletion(-) > Acked-by: Rob Herring (Arm)