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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 55D95C27C4F for ; Sat, 15 Jun 2024 08:40:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=7KGoNaM/nKBdaFeyByaGEouk6XwjZQxq4XJBgfYLPYA=; b=STb/HqPdjvvALiY5jEEldMiyJC 8rUHGJQuLhOKgOUtzAehsw5B61wfJIQI3SgLbEcUkAivKN+g21UdaAYwn+hfTFv58S/qqXNIvwE2K 0XI8KtllTH7A3BuxHToMOemJI6GCZildIcdwUiPVThajavZI9TboJhu8yofKtSR5QhxK4mJ3t5/Y6 FVZJFlsX8UuDUwWHAZBLlhe9UBIuLl/0fbjhzyViJsCjYYCNqOFscw4WlQyCNmDOLxf/zt1g38ESR 9PScDnHRMEX9kGqVbuyGDvtL/eF0QRgqQjUodloXpLsvhijpVSyz391wi99ofGSe2nwv43RfMfS1p SEw5GStQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sIOwy-000000052YS-4BOB; Sat, 15 Jun 2024 08:39:53 +0000 Received: from mail-177132.yeah.net ([123.58.177.132]) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sIOwv-000000052Xb-0P5c for linux-arm-kernel@lists.infradead.org; Sat, 15 Jun 2024 08:39:51 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yeah.net; s=s110527; h=Date:From:Subject:Message-ID:MIME-Version: Content-Type; bh=7KGoNaM/nKBdaFeyByaGEouk6XwjZQxq4XJBgfYLPYA=; b=KX0pp4st4uZ9pja+iqpNVqe/CM0KP+5reCwg2b3/uyDIChfgrcI9RKcHBGyw8k gNlOGkO7BAB12jzqFk60WOTVZqDEdRwbeXeSRImmJ6JY+Qek+MRv3f+oDBI8S8g2 DiMHnnRGdavRq9IzKM2BcQTgu4b9indrD7ahEZXf5ZIMg= Received: from dragon (unknown [114.216.76.201]) by smtp2 (Coremail) with SMTP id C1UQrABHrxhFU21mZTa1CA--.59962S3; Sat, 15 Jun 2024 16:39:35 +0800 (CST) Date: Sat, 15 Jun 2024 16:39:33 +0800 From: Shawn Guo To: Marek Vasut Cc: linux-arm-kernel@lists.infradead.org, Conor Dooley , Fabio Estevam , Krzysztof Kozlowski , NXP Linux Team , Pengutronix Kernel Team , Rob Herring , Sascha Hauer , Shawn Guo , devicetree@vger.kernel.org Subject: Re: [PATCH] ARM: dts: imx: Add LVDS port data mapping on M53 Menlo Message-ID: References: <20240522222229.366904-1-marex@denx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240522222229.366904-1-marex@denx.de> X-CM-TRANSID: C1UQrABHrxhFU21mZTa1CA--.59962S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxU3jg4DUUUU X-Originating-IP: [114.216.76.201] X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiDwf+ZVnxc0hK7QAAsn X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240615_013949_534418_8778FBEC X-CRM114-Status: UNSURE ( 6.39 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, May 23, 2024 at 12:22:02AM +0200, Marek Vasut wrote: > Describe LVDS data mapping of the LVDS-to-DPI decoder input port. > This fixes a warning reported by lvds-codec driver: > " > lvds-codec lvds-decoder: missing 'data-mapping' DT property > " > > Signed-off-by: Marek Vasut Applied, thanks!