From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B4CDB35977 for ; Sun, 21 Sep 2025 22:11:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.167.242.64 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758492686; cv=none; b=OKEtgNk0VMFuaJm81dPa0ywUykQdg7B6lTSNZwO9qKzAZubXPUxhRXRaE1B7ytRoHDJXWtDJkGCgrgqbl3KA7NQpbO//283l6u4eMeZC2t2MokYN5130NEP+pYDeXU9hPi479oFSdTueJV8332GSeklfxbv09/AYuEfPpf4R+uA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758492686; c=relaxed/simple; bh=LAVT7fd94Dqyvggjb7HfswE4SogprjltEzomfWvmFqE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=VCAjNL5qIoLNnYG6gNp+gq8QXpM7JkvcuXsjPcGLF9Ke2DYn9NP4yZcA5lKelcArvzb+1rdpjyjeevwBblhjPSBpmgwmZ0TOKfXsSetxdFeebV4Aneb/SGyQi6AtqxEmzzpAQrX41LZ7dxO9ONlk2kVGrPMJ7mTwtnIA1qonpGg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=ideasonboard.com; spf=pass smtp.mailfrom=ideasonboard.com; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b=il58Bdov; arc=none smtp.client-ip=213.167.242.64 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=ideasonboard.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=ideasonboard.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="il58Bdov" Received: from pendragon.ideasonboard.com (81-175-209-231.bb.dnainternet.fi [81.175.209.231]) by perceval.ideasonboard.com (Postfix) with UTF8SMTPSA id 3A82910C4; Mon, 22 Sep 2025 00:09:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1758492599; bh=LAVT7fd94Dqyvggjb7HfswE4SogprjltEzomfWvmFqE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=il58BdovW9wqLdI9J5VQ3MUe7NyCvg6VqG6B1dgcjzlpcqMPLbk0USxPOKK2NGoaS 605omlvMMFhiZ3tKn1QVSCg0F8FC2O9QSC2BEoGt6+oJJMlf09652v9iEgKlcNzEgx p3rXbh4WpjG9b5cIjcS6we/Md6PcdL9gxoFbHcIY= Date: Mon, 22 Sep 2025 01:10:50 +0300 From: Laurent Pinchart To: Guoniu Zhou Cc: Mauro Carvalho Chehab , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Frank Li , linux-media@vger.kernel.org, devicetree@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Alice Yuan , Krzysztof Kozlowski Subject: Re: [PATCH v2 1/5] media: dt-bindings: nxp,imx8-isi: Add i.MX91 ISI compatible string Message-ID: <20250921221050.GA10540@pendragon.ideasonboard.com> References: <20250905-isi_imx93-v2-0-37db5f768c57@nxp.com> <20250905-isi_imx93-v2-1-37db5f768c57@nxp.com> Precedence: bulk X-Mailing-List: imx@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20250905-isi_imx93-v2-1-37db5f768c57@nxp.com> On Fri, Sep 05, 2025 at 02:55:58PM +0800, Guoniu Zhou wrote: > From: Alice Yuan > > The ISI module on i.MX91 is reused from i.MX93 and implements one channel > and one camera input which only can be connected to parallel camera input. > So needn't to select camera source like i.MX93 in gasket ops. > > Signed-off-by: Alice Yuan > Reviewed-by: Krzysztof Kozlowski > Reviewed-by: Frank Li > Signed-off-by: Guoniu Zhou Reviewed-by: Laurent Pinchart > --- > Documentation/devicetree/bindings/media/nxp,imx8-isi.yaml | 13 ++++++++++++- > 1 file changed, 12 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/media/nxp,imx8-isi.yaml b/Documentation/devicetree/bindings/media/nxp,imx8-isi.yaml > index f43b91984f0152fbbcf80db3b3bbad7e8ad6c11e..001a0d9b71e096db3f543adaad40b84af378d707 100644 > --- a/Documentation/devicetree/bindings/media/nxp,imx8-isi.yaml > +++ b/Documentation/devicetree/bindings/media/nxp,imx8-isi.yaml > @@ -22,6 +22,7 @@ properties: > - fsl,imx8mn-isi > - fsl,imx8mp-isi > - fsl,imx8ulp-isi > + - fsl,imx91-isi > - fsl,imx93-isi > > reg: > @@ -66,7 +67,6 @@ required: > - interrupts > - clocks > - clock-names > - - fsl,blk-ctrl > - ports > > allOf: > @@ -77,6 +77,7 @@ allOf: > enum: > - fsl,imx8mn-isi > - fsl,imx8ulp-isi > + - fsl,imx91-isi > - fsl,imx93-isi > then: > properties: > @@ -109,6 +110,16 @@ allOf: > - port@0 > - port@1 > > + - if: > + properties: > + compatible: > + not: > + contains: > + const: fsl,imx91-isi > + then: > + required: > + - fsl,blk-ctrl > + > additionalProperties: false > > examples: -- Regards, Laurent Pinchart