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 7F36ECCA482 for ; Thu, 30 Jun 2022 07:55:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233234AbiF3Hzv (ORCPT ); Thu, 30 Jun 2022 03:55:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48104 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233297AbiF3Hzt (ORCPT ); Thu, 30 Jun 2022 03:55:49 -0400 Received: from mail-ej1-x630.google.com (mail-ej1-x630.google.com [IPv6:2a00:1450:4864:20::630]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C094B3FD8E for ; Thu, 30 Jun 2022 00:55:47 -0700 (PDT) Received: by mail-ej1-x630.google.com with SMTP id pk21so37397510ejb.2 for ; Thu, 30 Jun 2022 00:55:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amarulasolutions.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=aF/vEDhaI5UVVLV88GtQNx4eslB+Jp6D1zXXDLVk0z0=; b=SdAzaqx0a2HqVvHti2rhUsh4ejd+qNYnUrNZk75ymkYzwt1/6LoGUcBrepuEpk0tEf NY60QN6MuAUGwQNI0pmmgTokJBXmKwOo3/dKRbMaRZAoWxngW0zgvzxzrAJPrAN1voiB Nfbc1Q6DNzFRVi7zOCSyfVsTLyCKlnJgF0CQI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=aF/vEDhaI5UVVLV88GtQNx4eslB+Jp6D1zXXDLVk0z0=; b=Mujyr4gjuGBzBL8T3ajrRq2nkDZjPZNU7LLgNbsx4v5H2fFG4CHh0nWvua6kyh+Khe EKwaa+cdgV3xbGYTO+S4PJ1vd3krhF5iwjosNwaQcS67WwhqxarkAH3nMdSzfqH3fWl/ o7Hyp8ZZbqwWo8A7bbuA6Q2GtH5zxrERLWd26e4/isx3a7hLqUlpfqOaAvdiFKYKuApW Y3EyPz9+CdqwXlFQWnpcnUT+QJkPnLDf3PdLkZeuzL3SxW+7ZhlY3wdAIfs8HxBrlRIr xcNb82IZIMo0Smda9ULNl+C81PbZZghQ0tItidbxxCEofAvhKGBnRQrLCK0F5jVG1cTU /Zkw== X-Gm-Message-State: AJIora9MXfuUHkfTqefHjmIWN1gx+oWntFkHPV7hU/pHJSJKLaL5MIyv m3cKxPKfhfw0JP+8nspKuDZSUN5yEf8jZA== X-Google-Smtp-Source: AGRyM1sFxgnCxjRqgI34Ka4G2ur+BiufICOZE9Ek9zsmUXbnylVTyNwys7genpkhFF1IKXTYPS9oWg== X-Received: by 2002:a17:906:51cf:b0:722:e994:948e with SMTP id v15-20020a17090651cf00b00722e994948emr7380018ejk.656.1656575746195; Thu, 30 Jun 2022 00:55:46 -0700 (PDT) Received: from tom-ThinkPad-T14s-Gen-2i (net-188-217-58-216.cust.vodafonedsl.it. [188.217.58.216]) by smtp.gmail.com with ESMTPSA id le23-20020a170906ae1700b006f3ef214dbesm8660122ejb.36.2022.06.30.00.55.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Jun 2022 00:55:45 -0700 (PDT) Date: Thu, 30 Jun 2022 09:55:43 +0200 From: Tommaso Merciai To: Krzysztof Kozlowski Cc: linuxfancy@googlegroups.com, linux-amarula@amarulasolutions.com, quentin.schulz@theobroma-systems.com, Daniel Scally , Mauro Carvalho Chehab , Rob Herring , Krzysztof Kozlowski , linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 5/6] media: dt-bindings: ov5693: document YAML binding Message-ID: <20220630075543.GA482517@tom-ThinkPad-T14s-Gen-2i> References: <20220629152933.422990-1-tommaso.merciai@amarulasolutions.com> <20220629152933.422990-6-tommaso.merciai@amarulasolutions.com> <673c2e59-d1c5-f6b8-df80-b5a46a7aa92e@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <673c2e59-d1c5-f6b8-df80-b5a46a7aa92e@linaro.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Krzysztof, On Wed, Jun 29, 2022 at 08:14:52PM +0200, Krzysztof Kozlowski wrote: > On 29/06/2022 17:29, Tommaso Merciai wrote: > > Add documentation of device tree in YAML schema for the OV5693 > > CMOS image sensor from Omnivision > > > > Signed-off-by: Tommaso Merciai > > --- > > Changes since v1: > > - Fix allOf position as suggested by Krzysztof > > - Remove port description as suggested by Krzysztof > > - Fix EOF as suggested by Krzysztof > > > > Changes since v2: > > - Fix commit body as suggested by Krzysztof > > You received a tag, so if you decided to send v3, you need to include it. > > Reviewed-by: Krzysztof Kozlowski Thanks for suggestion. Regards, Tommaso > > > Best regards, > Krzysztof -- Tommaso Merciai Embedded Linux Engineer tommaso.merciai@amarulasolutions.com __________________________________ Amarula Solutions SRL Via Le Canevare 30, 31100 Treviso, Veneto, IT T. +39 042 243 5310 info@amarulasolutions.com www.amarulasolutions.com