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 E411B3264EE; Fri, 13 Mar 2026 14:12:13 +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=1773411134; cv=none; b=dPiXLk/i9efp/2aQL3GNVTzqvTHFzTeS1DmpijQzNVqVRyorlRyKgNCJYP5dtT+8ehH3bfhRaGAGfA02SATM8k1vJ29TbOBswOLx1ddHmDEstQ9MsQmFrahoFKuZZo7nM7lOEwdyGgqXfD08dLplQQ/4MM7z3wd4qs2VZDm2Sp4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773411134; c=relaxed/simple; bh=fCDSGdh45iA1riKZcxhhDtMhhbaysPCQejZ0j7VYQ/k=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=CByBt7pdNHbtcnaF5tPZkN6Dcy8yEvPe0i4XUwJfWYwhkAKJ0wGkxJBgvNGHan7YqVmpZtSq3iK41BCPNz+ACYA3kJ0PXtmM4RU/fp06jt7bbiqqXBlRzK/qHiEF53lQhnrKQ6OhLC5S0S7GSfja1hBFHEFoPWW4giCl5s4bPpg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=uR/8lat9; 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="uR/8lat9" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3528BC2BC87; Fri, 13 Mar 2026 14:12:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773411133; bh=fCDSGdh45iA1riKZcxhhDtMhhbaysPCQejZ0j7VYQ/k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uR/8lat9dmWVqSArt2oms9SCCRV1D7aER4Ee/1m8itl5hzbSrC9MkLTHho6AeHWuJ sqXUKFedbkly9Fc/cosYvvLRAFzLZ6vxjz1cMrnbto3KK2BWcu3fXQsj0I/ROkL8Nm fNl5+tXIntQhNtU+MiZ0Owh1zzHsSqrtUjg4JYVmDPPErwhS802P+Ocb/WXozR65IS QVQeQs4Fl7e1MwUTS7dxKlzuhs2wllwvPmYJVof3coDX10aYfP9YXJgB1P+ugwvuct 7sdnDCcOkVO9iCWy/BKspaZSOQM9L85s0nVn3Ne5W9tVdC6IpeAWz9Ygu8rfB5dL5y OWXcdjIZFQbSg== Date: Fri, 13 Mar 2026 09:12:12 -0500 From: Rob Herring To: Frank Li Cc: Dmitry Torokhov , Krzysztof Kozlowski , Conor Dooley , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Lee Jones , linux-input@vger.kernel.org, devicetree@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/3] dt-bindings: input: touchscreen: convert fsl-mx25-tcq.txt to yaml Message-ID: <20260313141212.GA1847704-robh@kernel.org> References: <20260211-yaml_mfd-v1-0-05cb48bc6f09@nxp.com> <20260211-yaml_mfd-v1-1-05cb48bc6f09@nxp.com> Precedence: bulk X-Mailing-List: linux-input@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: <20260211-yaml_mfd-v1-1-05cb48bc6f09@nxp.com> On Wed, Feb 11, 2026 at 04:41:04PM -0500, Frank Li wrote: > Convert fsl-mx25-tcq.txt to yaml. > > Signed-off-by: Frank Li > --- > .../bindings/input/touchscreen/fsl,imx25-tcq.yaml | 69 ++++++++++++++++++++++ > .../bindings/input/touchscreen/fsl-mx25-tcq.txt | 34 ----------- > 2 files changed, 69 insertions(+), 34 deletions(-) Linux-next is broken as the MFD binding has been picked up without this one, so I've applied it. Rob