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 6ED22FC5903 for ; Thu, 26 Feb 2026 07:44:51 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 9F79610E123; Thu, 26 Feb 2026 07:44:50 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="b1s/ljrs"; 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 3137A10E090 for ; Thu, 26 Feb 2026 07:44:49 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id A9ABC44589; Thu, 26 Feb 2026 07:44:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 01532C19425; Thu, 26 Feb 2026 07:44:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772091888; bh=BAJW1pkkJkdB9Hftla0w6vh2oS0fQJVtk41GNO1eC+c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=b1s/ljrs45DZiI2VP2FWaQts6aCnHBhP6Sa9eMSEZFRXZAsYUe+Bk3zDrug1APmk6 YU8xdtEC08g5oZ6/Tw62ML+PbHooL00yMLMBKhJ6pvcQEguuB6d/iLiRJVNNpKMWuu wPhLSZK/btLv4ewrhOiN+JYkSZi/4jX+emH2AV7GCwoPGh94KWa/vhqEdMuWR+511M y0w4eWqmnNgFrIj5Vsj3qdKl6WrVZm1foJWKPXj6gq6Af4bSsLLnHu3UYXR5jH6Kya a4g4XEE1C8H0rRPFJUy1QqeAtrQU2pTmXn8GLFWBsL56juoZox9V0DUNPzJE0VJXob /zxKAAvZCAB9Q== Date: Thu, 26 Feb 2026 08:44:46 +0100 From: Krzysztof Kozlowski To: Manikandan Muralidharan Cc: andrzej.hajda@intel.com, neil.armstrong@linaro.org, rfoss@kernel.org, Laurent.pinchart@ideasonboard.com, jonas@kwiboo.se, jernej.skrabec@gmail.com, airlied@gmail.com, simona@ffwll.ch, maarten.lankhorst@linux.intel.com, mripard@kernel.org, tzimmermann@suse.de, robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, nicolas.ferre@microchip.com, alexandre.belloni@bootlin.com, claudiu.beznea@tuxon.dev, linux@armlinux.org.uk, ebiggers@google.com, martin.petersen@oracle.com, ardb@kernel.org, tytso@mit.edu, dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 2/6] dt-bindings: display: bridge: microchip,sam9x75-lvds: document SAMA7D65 binding Message-ID: <20260226-lean-elk-of-excellence-9b95c9@quoll> References: <20260225085430.480052-1-manikandan.m@microchip.com> <20260225085430.480052-3-manikandan.m@microchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20260225085430.480052-3-manikandan.m@microchip.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 Wed, Feb 25, 2026 at 02:24:26PM +0530, Manikandan Muralidharan wrote: > Update the microchip LVDS bridge device tree bindings to support the > SAMA7D65 SoC LVDS controller > > Signed-off-by: Manikandan Muralidharan > --- > .../bindings/display/bridge/microchip,sam9x75-lvds.yaml | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > A nit, subject: drop second/last, redundant "binding". The "dt-bindings" prefix is already stating that these are bindings. See also: https://elixir.bootlin.com/linux/v6.17-rc3/source/Documentation/devicetree/bindings/submitting-patches.rst#L18 Acked-by: Krzysztof Kozlowski Best regards, Krzysztof