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 1717734B19A; Thu, 5 Mar 2026 23:44:43 +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=1772754283; cv=none; b=LcWITbKYQvyjVGqyhXn9T968Cfywfejny63t6VIHFrsJXglp5vWZvkbwY9tJ7mvBOGEOrvtRnvk90+fI7wZGoWRyrBxYVZSqWWcIqQ1ogXhWOki92WUsEwAbk2R40x3lWadJpOPib1HB+BxDVG5Yvq6ag/jGXk0XTyhXDGooeEs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772754283; c=relaxed/simple; bh=8H5/ixWTCBmB68S6OPOuZGKRBwpz/tdQ/2Nru84zMW4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=emna9HYlPes71XEKqndZ44WfhhfsJ9PPxwcGaBInWv3RRtCEy3C6Ax9G8E8+iCxySiwvgEq3aFSXjf8gxMMhLPT2zFZdvhC7JZD8k3QmX2QMKOw2fOQX5av/RZoV6McsSK84xsZOyiSddKU09hdZrUwBES6HiBQxUIqRON+P80E= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=T0WoUXAX; 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="T0WoUXAX" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6E00EC116C6; Thu, 5 Mar 2026 23:44:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772754283; bh=8H5/ixWTCBmB68S6OPOuZGKRBwpz/tdQ/2Nru84zMW4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=T0WoUXAXtMYs6dfzoGfCw6Xqglu4yklsx2eBEEA/38nBLLGCfJRTEXpjy7V6tMK9k RrKkg7fhAWFWfwehR3EkD3nY27x6eG9Zm//jQjAc5kx8VEAcYeB+dEjD5A6aOwKh8H WEBNYLqfM1jrwJGlpcBL+6IlOQaeCxlE3IwZ9Yo5+eTfzuZg3mfVvnn4G+2DwCM9ys 6S5hYyR5Rx95l5cNgUMzBnqyIU3XEsikD8UsG1P52PXFU8Ax1IEX8u86oAYa74domW 8DrDJK7ZJMkb6mfBB4WK2QLWHbP944ejGLFWImN300md3cGDYrLO7k/uioldlw842X 0OGb+U7yLH2DQ== Date: Thu, 5 Mar 2026 17:44:40 -0600 From: "Rob Herring (Arm)" To: Frank Li Cc: Sascha Hauer , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Dmitry Torokhov , imx@lists.linux.dev, Conor Dooley , Krzysztof Kozlowski , Pengutronix Kernel Team , Fabio Estevam , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, Lee Jones Subject: Re: [PATCH 2/3] dt-bindings: mfd: convert fsl-imx25-tsadc.txt to yaml format Message-ID: <177275427981.796382.9876886275408916713.robh@kernel.org> References: <20260211-yaml_mfd-v1-0-05cb48bc6f09@nxp.com> <20260211-yaml_mfd-v1-2-05cb48bc6f09@nxp.com> Precedence: bulk X-Mailing-List: imx@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260211-yaml_mfd-v1-2-05cb48bc6f09@nxp.com> On Wed, 11 Feb 2026 16:41:05 -0500, Frank Li wrote: > Convert fsl-imx25-tsadc.txt to yaml format. > > Addtional changes: > - Add ranges. > > Signed-off-by: Frank Li > --- > .../devicetree/bindings/mfd/fsl,imx25-tsadc.yaml | 97 ++++++++++++++++++++++ > .../devicetree/bindings/mfd/fsl-imx25-tsadc.txt | 47 ----------- > 2 files changed, 97 insertions(+), 47 deletions(-) > Reviewed-by: Rob Herring (Arm)