From patchwork Wed Nov 17 09:27:10 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Martin Kepplinger X-Patchwork-Id: 12692881 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 05A53C433F5 for ; Wed, 17 Nov 2021 09:30:48 +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 C929A63238 for ; Wed, 17 Nov 2021 09:30:45 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org C929A63238 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=puri.sm 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:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=kz3x8XEsls7wFHaNz9nLrwQOGmyJguHKMDPCeLAMjXU=; b=qhjADncglRegYt fxbHnVmWUwvKnWaGXp4+5M4kzUFXbSU22XrZqBDPyGsQ6LHJOBKTpM2sX8sOwzM3BNz3FTo7v+kUf GADZtJX0BqK03XeR1o1jJgZaFeDa7pKa6Hu5CgPonKxV29zuiRiB60XlDjH1ZWQ1FqfJaKVHmViY+ QBGNMJsY+zxMegrZpf1P2eZbJlrBzZy48TGMf9S47dznKePoW0PRTuihng5lNkTYEFZnRlSY7fBtv JhPzZ5g2MWgoJuyTrHfmlsIyKrG+u5VxwaIng880oenB56y4zCySbUAWJVI+NGAg5ScCJGexmZxX3 TofupnHfYwRZ8XIpOHqg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mnHFb-004FWm-Fs; Wed, 17 Nov 2021 09:29:09 +0000 Received: from comms.puri.sm ([159.203.221.185]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mnHEb-004FBc-Q9 for linux-arm-kernel@lists.infradead.org; Wed, 17 Nov 2021 09:28:08 +0000 Received: from localhost (localhost [127.0.0.1]) by comms.puri.sm (Postfix) with ESMTP id 5B7B5DF734; Wed, 17 Nov 2021 01:27:35 -0800 (PST) Received: from comms.puri.sm ([127.0.0.1]) by localhost (comms.puri.sm [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Oa6fksCSCQFO; Wed, 17 Nov 2021 01:27:34 -0800 (PST) From: Martin Kepplinger To: rmfrfs@gmail.com, laurent.pinchart@ideasonboard.com, mchehab@kernel.org, robh@kernel.org, shawnguo@kernel.org Cc: 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, Martin Kepplinger Subject: [PATCH 2/2] dt-bindings: media: document imx8mq support for imx7-csi Date: Wed, 17 Nov 2021 10:27:10 +0100 Message-Id: <20211117092710.3084034-2-martin.kepplinger@puri.sm> In-Reply-To: <20211117092710.3084034-1-martin.kepplinger@puri.sm> References: <20211117092710.3084034-1-martin.kepplinger@puri.sm> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211117_012805_869403_DD6C95FB X-CRM114-Status: UNSURE ( 7.46 ) 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 Add the fsl,imx8mq-csi compatible string to the bindings for nxp,imx7-csi since the driver explicitly handles that now. Signed-off-by: Martin Kepplinger Reviewed-by: Laurent Pinchart --- 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: