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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id EB284C54EE9 for ; Sat, 17 Sep 2022 23:06:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229602AbiIQXGW (ORCPT ); Sat, 17 Sep 2022 19:06:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39944 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229483AbiIQXGS (ORCPT ); Sat, 17 Sep 2022 19:06:18 -0400 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1157D27146; Sat, 17 Sep 2022 16:06:15 -0700 (PDT) Received: from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id DA9EA440; Sun, 18 Sep 2022 01:06:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1663455974; bh=buQ+vcNkFux4MFWlMY+oZU6xi+/e3wiiWRWQ5EJCnik=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=jy6IGcnbOz1l9FvHCw6ESUpccY5gsU1sGuCypZxrUc6kZKACeETB5HL2SBYvvUd/o Db9R3C+pIE0F5zqMWW2Gg/bnlpF0FoDe+bFXHs4PGGyOlUiaJx/QmyjP4w3nqjqWXu hdeNH77Zk/Ym+fd4TwCiPsoVHZiiJDJyXV8cwqQk= Date: Sun, 18 Sep 2022 02:06:00 +0300 From: Laurent Pinchart To: Prabhakar Cc: Mauro Carvalho Chehab , Rob Herring , Krzysztof Kozlowski , Maxime Ripard , Dongchun Zhu , Sakari Ailus , Hans Verkuil , linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Lad Prabhakar Subject: Re: [PATCH] media: dt-bindings: i2c: ovti,ov02a10: Drop ref to video-interface-devices.yaml Message-ID: References: <20220916133728.73433-1-prabhakar.mahadev-lad.rj@bp.renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20220916133728.73433-1-prabhakar.mahadev-lad.rj@bp.renesas.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Prabhakar, Thank you for the patch. On Fri, Sep 16, 2022 at 02:37:28PM +0100, Prabhakar wrote: > From: Lad Prabhakar > > video-interface-devices.yaml isn't used so just drop it from the > DT binding doc. > > Signed-off-by: Lad Prabhakar > --- > Documentation/devicetree/bindings/media/i2c/ovti,ov02a10.yaml | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/Documentation/devicetree/bindings/media/i2c/ovti,ov02a10.yaml b/Documentation/devicetree/bindings/media/i2c/ovti,ov02a10.yaml > index 63a040944f3d..bd1914cf6c33 100644 > --- a/Documentation/devicetree/bindings/media/i2c/ovti,ov02a10.yaml > +++ b/Documentation/devicetree/bindings/media/i2c/ovti,ov02a10.yaml > @@ -17,9 +17,6 @@ description: |- > @ 1600x1200 (UXGA) resolution transferred over a 1-lane MIPI interface. The > sensor output is available via CSI-2 serial data output. > > -allOf: > - - $ref: /schemas/media/video-interface-devices.yaml# > - Same comment as for your ovti,ov5640.yaml patch. > properties: > compatible: > const: ovti,ov02a10 -- Regards, Laurent Pinchart