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 8EAAEC54798 for ; Fri, 23 Feb 2024 13:25:02 +0000 (UTC) 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=CB78V2ASqK3281MYRddohTWmSpse/1Mu5t4vOqn6J8E=; b=LItP5cRvYzi5Pz yW4lGWiZrjtKtsFqAWHTgg35zvUi2nRRfRv3OQM2gS6LcXHmh611wirjeVIY9A9RftDkb+1BHpHVR XvTdtq32kGhXq03pzJ4+noikMatftQuNLI6tINesW0FAhgCfmA3GpjDXG+yin6mWiTZf3Isg0Mvb9 w7HhptITS7zGBR518SG5Ba7g7futiZrcGnMCBvzjYx0pYF2WHkQ9UUTmL2CvIWzPuwpNn/ekXWcal q+rJxXb+XNDN8Eq0ItpgSJbOVJ9iO+O9MhQ5X/f6xpR79KpBHx272fRZrzldllyVecijzHzHPH2IH EjfNn9WJwIksVd822YKw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rdVXe-00000009Vl2-3Jty; Fri, 23 Feb 2024 13:24:42 +0000 Received: from perceval.ideasonboard.com ([213.167.242.64]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rdVXW-00000009Vhi-2Isr for linux-arm-kernel@lists.infradead.org; Fri, 23 Feb 2024 13:24:41 +0000 Received: from pendragon.ideasonboard.com (89-27-53-110.bb.dnainternet.fi [89.27.53.110]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id E1B352E7; Fri, 23 Feb 2024 14:16:46 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1708694207; bh=kuhSbkfLotn64KU5R+E9zFCP0ypAKyPyBykBVgHSyzc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Ke9j/1EXb4LXw1bMq5TnnRxr9RSZRYFXQbZIdNw/ByatKZDP53KS7sHvJLBh9BGnG 35siAB/rDB6PKQZR0GrUHBabYkkPgV7lbY4J6utVUSsN3kIQx4sx02s7JyTK6zECMi 4Is6y3V6TC+cVZpsycN5xcXzs94uuPFTrQ07XwxI= Date: Fri, 23 Feb 2024 15:16:59 +0200 From: Laurent Pinchart To: Alexander Stein Cc: Manivannan Sadhasivam , Mauro Carvalho Chehab , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/1] media: dt-bindings: sony,imx290: Allow props from video-interface-devices Message-ID: <20240223131659.GX31348@pendragon.ideasonboard.com> References: <20240223124744.545955-1-alexander.stein@ew.tq-group.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20240223124744.545955-1-alexander.stein@ew.tq-group.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240223_052438_360921_856A3663 X-CRM114-Status: GOOD ( 19.36 ) 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 Alexander, Thank you for the patch. On Fri, Feb 23, 2024 at 01:47:43PM +0100, Alexander Stein wrote: > Allow properties from video-interface-devices. This aligns the bindings > to sony,imx415.yaml. Changes inspired by commit e2e73ed46c395 ("media: > dt-bindings: sony,imx415: Allow props from video-interface-devices") > > Signed-off-by: Alexander Stein > --- > Documentation/devicetree/bindings/media/i2c/sony,imx290.yaml | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/media/i2c/sony,imx290.yaml b/Documentation/devicetree/bindings/media/i2c/sony,imx290.yaml > index a531badc16c98..e957b5dd4284d 100644 > --- a/Documentation/devicetree/bindings/media/i2c/sony,imx290.yaml > +++ b/Documentation/devicetree/bindings/media/i2c/sony,imx290.yaml > @@ -23,6 +23,9 @@ description: |- > is treated the same as this as it was the original compatible string. > imx290llr is the mono version of the sensor. > > +allOf: > + - $ref: ../video-interface-devices.yaml# I think this should be - $ref: /schemas/media/video-interface-devices.yaml# Reviewed-by: Laurent Pinchart Bonus points if you would like to send patches to the DT bindings of the gc0308, gc2145, imx214 and imx415 to fix that :-) > + > properties: > compatible: > oneOf: > @@ -101,7 +104,7 @@ required: > - vdddo-supply > - port > > -additionalProperties: false > +unevaluatedProperties: false > > examples: > - | -- Regards, Laurent Pinchart _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel