From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 6A9F0C83F25 for ; Wed, 23 Jul 2025 04:12:43 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 78A9110E32A; Wed, 23 Jul 2025 04:12:42 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="h7soUqhS"; dkim-atps=neutral Received: from sea.source.kernel.org (sea.source.kernel.org [172.234.252.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id B34D810E32A for ; Wed, 23 Jul 2025 04:12:41 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id 229AF459EC; Wed, 23 Jul 2025 04:12:41 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D01C4C4CEE7; Wed, 23 Jul 2025 04:12:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1753243961; bh=eVTqUw0f7/1nbbH+ENzIvcMr4jRuFi04bWinogCv0LU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=h7soUqhS33sWbErFUno1ZIAuuM4oKiJqTr3uQC1Gr/8lfj/V5e899lLDMvCx1qvZ+ P2BC+xDPIlyDS8C/d2a2zMC4CC+Y30mNeHmSdUYQos+1omuWpjNhZSLU84nbCCwQHm mFEK/pmAeezYduQBC4+ru667WR9ynBv0x5TtKyqlekWOJqCm4dA/UWBmK7GvbgpAIf CwC41H7A+7D30R+UVbRtZKI126fuk+ZsqKLhtQEcOI/umfWc5IVN19giVe13jCDg8V P1uQMJaxTP+zWhdvenr8cAdhEVefHxtnjuXjSAayTErQ+UxuHcIBhy4/PlGYxe9aG5 eR4ScutldhOjg== Date: Tue, 22 Jul 2025 23:12:40 -0500 From: Rob Herring To: Frank Li Cc: Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , Krzysztof Kozlowski , Conor Dooley , Stefan Agner , Alison Wang , "open list:DRM DRIVERS" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , open list , imx@lists.linux.dev Subject: Re: [RESEND v2 1/1] dt-bindings: display: imx: convert fsl,dcu.txt to yaml format Message-ID: <20250723041240.GA1085293-robh@kernel.org> References: <20250616182439.1989840-1-Frank.Li@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250616182439.1989840-1-Frank.Li@nxp.com> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Mon, Jun 16, 2025 at 02:24:38PM -0400, Frank Li wrote: > Convert fsl,dcu.txt to yaml format. > > Additional changes: > - remove label in example. > - change node to display-controller in example. > - use 32bit address in example. > - add interrupts property. > > Reviewed-by: Krzysztof Kozlowski > Signed-off-by: Frank Li > Reviewed-by: Stefan Agner > --- > Change from v1 to v2 > - add Reviewed-by: Stefan Agner review tag > - add interrupt > --- > .../devicetree/bindings/display/fsl,dcu.txt | 34 --------- > .../bindings/display/fsl,ls1021a-dcu.yaml | 71 +++++++++++++++++++ > MAINTAINERS | 2 +- > 3 files changed, 72 insertions(+), 35 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/display/fsl,dcu.txt > create mode 100644 Documentation/devicetree/bindings/display/fsl,ls1021a-dcu.yaml Applied, thanks. Rob