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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DC99CC433F5 for ; Wed, 17 Nov 2021 17:20:56 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 8F42261B50 for ; Wed, 17 Nov 2021 17:20:56 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 8F42261B50 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ideasonboard.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=iuibPlccAyDCr1c0eaqp71z+o20ggvQ2p3Ud7HDqNeI=; b=fPAxBZMdXpoRsc 3E9lvQoJoY7JsGbt8uOL453fWU7fL8FBjShbTg8NMd5jwYi9yhuzXzoUUj8Sfy1r22LD1c/NrJY5b eUqKwsBV12NSKgII6lUyrWwaZ+q+CyROj4lphJo0xDwWbbL3B7E5aAC/QCu6tHYxnJTHZ6D0PjNpT +VMPXUinEKDWWHPTdGT/qF5oyrOUHaTFF5OI38c+TaSmSEUwHQ6yJyZaonOu+EuOEcoVAspfY6jHB RMGWe78m2rVg8pLXWLEP+FWMeSuDXxyVU8IQKWZ16b/e46lIGIxO0c8nx40DajbRKWtF4CYRrZd4n g8zVkg9zUbF5vfv4OrMA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mnOb1-005pS0-2Q; Wed, 17 Nov 2021 17:19:43 +0000 Received: from perceval.ideasonboard.com ([213.167.242.64]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mnOax-005pRB-IE for linux-arm-kernel@lists.infradead.org; Wed, 17 Nov 2021 17:19:40 +0000 Received: from pendragon.ideasonboard.com (85-76-75-165-nat.elisa-mobile.fi [85.76.75.165]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 52CF1E7; Wed, 17 Nov 2021 18:19:37 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1637169578; bh=i85HkmfsVufd/ppr7LYU9Ftt+cP5kKVfCIqqo3Ckf1I=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=KQ3Uw0AtZuJXpID7xp3NjydkJfLwjlOej/d0InW72YeBX9229aUV0oopeULzOzTFx qz2qahSgV++DFvG56+k68h7YAqVHfdqn8I29Ncaggw79MezSkrLCZbkydcG+D4fYV/ KV/3BQNIrTPAPajhW+3H8HXi3y1m3IBqUpDUaJRY= Date: Wed, 17 Nov 2021 19:19:12 +0200 From: Laurent Pinchart To: Martin Kepplinger Cc: rmfrfs@gmail.com, mchehab@kernel.org, robh@kernel.org, shawnguo@kernel.org, kernel@pengutronix.de, kernel@puri.sm, linux-imx@nxp.com, linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] dt-bindings: media: document imx8mq support for imx7-csi Message-ID: References: <20211117092710.3084034-1-martin.kepplinger@puri.sm> <20211117092710.3084034-2-martin.kepplinger@puri.sm> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211117092710.3084034-2-martin.kepplinger@puri.sm> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211117_091939_774978_833F8F70 X-CRM114-Status: GOOD ( 14.41 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Martin, Thank you for the patch. On Wed, Nov 17, 2021 at 10:27:10AM +0100, Martin Kepplinger wrote: > Add the fsl,imx8mq-csi compatible string to the bindings for nxp,imx7-csi > since the driver explicitly handles that now. The commit message should describe why a different compatible string is needed, without mentioning the driver, as DT bindings are not driver-dependent. With that fixed, Reviewed-by: Laurent Pinchart > Signed-off-by: Martin Kepplinger > --- > Documentation/devicetree/bindings/media/nxp,imx7-csi.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/media/nxp,imx7-csi.yaml b/Documentation/devicetree/bindings/media/nxp,imx7-csi.yaml > index 5922a2795167..4f7b78265336 100644 > --- a/Documentation/devicetree/bindings/media/nxp,imx7-csi.yaml > +++ b/Documentation/devicetree/bindings/media/nxp,imx7-csi.yaml > @@ -17,6 +17,7 @@ properties: > compatible: > oneOf: > - enum: > + - fsl,imx8mq-csi > - fsl,imx7-csi > - fsl,imx6ul-csi > - items: -- Regards, Laurent Pinchart _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel