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 42CCFC43217 for ; Mon, 28 Nov 2022 13:28:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230392AbiK1N2u (ORCPT ); Mon, 28 Nov 2022 08:28:50 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54600 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230241AbiK1N2s (ORCPT ); Mon, 28 Nov 2022 08:28:48 -0500 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 B5D681144F for ; Mon, 28 Nov 2022 05:28:46 -0800 (PST) Received: from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 20027501; Mon, 28 Nov 2022 14:28:45 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1669642125; bh=jj3Q5w4nDi++LCHmvDM+vZ8t7/9LC+giR9BKGuQisjQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vQIO+oa6OWx+F0Gx78VaWBmfQXFQaURi3AJddTSLW+1tVzZA17Ecv9SC075Xhzilc f6uDejjjUEIhk0jd9EXTWUqzclYGXMfg7/j1RRIl1miHCQWRP4+6N8JhRexrYPTUme amFd87s1MVY670qWiqxq2w4mulXwQ7b+NKeSB14s= Date: Mon, 28 Nov 2022 15:28:30 +0200 From: Laurent Pinchart To: Petko Manolov Cc: linux-media@vger.kernel.org, sakari.ailus@iki.fi Subject: Re: [PATCH v1 1/5] DT bindings for imx492 Message-ID: References: <20221125153120.541298-1-petko.manolov@konsulko.com> <20221125153120.541298-2-petko.manolov@konsulko.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org On Mon, Nov 28, 2022 at 03:07:22PM +0200, Petko Manolov wrote: > On 22-11-28 06:37:58, Laurent Pinchart wrote: > > Hi Petko, > > > > Thank you for the patch. > > > > The subject line should start with the proper prefix. Look at the git > > log in the directory to see what is customary. Furthermore, > > s/imx492/Sony IMX492/. > > > > On Fri, Nov 25, 2022 at 05:31:16PM +0200, Petko Manolov wrote: > > > Here goes the DT bindings file. > > > > This is also a peculiar commit message :-) > > Short and to the point, isn't it? :) > > Honestly, i'm not sure what else i should put as subject line, apart from "Sony > IMX492". media: dt-bindings: Add binding for Sony IMX492 camera sensor would be a good subject line. > > > Signed-off-by: Petko Manolov > > > --- > > > .../bindings/media/i2c/sony,imx492.yaml | 101 ++++++++++++++++++ > > > 1 file changed, 101 insertions(+) > > > create mode 100644 Documentation/devicetree/bindings/media/i2c/sony,imx492.yaml > > > > > > diff --git a/Documentation/devicetree/bindings/media/i2c/sony,imx492.yaml b/Documentation/devicetree/bindings/media/i2c/sony,imx492.yaml > > > new file mode 100644 > > > index 000000000000..f4feef17c677 > > > --- /dev/null > > > +++ b/Documentation/devicetree/bindings/media/i2c/sony,imx492.yaml > > > @@ -0,0 +1,101 @@ > > > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > > > +%YAML 1.2 > > > +--- > > > +$id: http://devicetree.org/schemas/media/i2c/sony,imx492.yaml# > > > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > > + > > > +title: Sony imx492 Sensor > > > > s/imx492/IMX492/. Same below. When referring to the hardware, it's > > customary to use uppercase. > > OK. > > > > + > > > +maintainers: > > > + - Petko Manolov > > > + > > > +description: > > > + > > > + imx492 is a diagonal 23.1 mm (Type 1.4) CMOS image sensor with color or > > > + monochrome square pixel array and approximately 47.08 M effective pixels. > > > + 12-bit digital output makes it possible to output the signals with high > > > + definition for moving pictures. It is programmable through I2C interface. The > > > + I2C client address can be either 0x10 or 0x1a depending on SLASEL pin. Image > > > + data is sent through MIPI CSI-2. > > > + > > > +properties: > > > + compatible: > > > + const: sony,imx492 > > > > Missing blank line. > > OK. > > > > + reg: > > > + description: I2C address > > > > You can drop the description. > > > > > + maxItems: 1 > > > + > > > + assigned-clocks: true > > > + assigned-clock-parents: true > > > + assigned-clock-rates: true > > > > This shouldn't be needed. > > OK. > > > > + > > > + clocks: > > > + description: Clock frequency 6MHz, 12MHz, 18MHz and 24MHz > > > > If you know the name of the clock pin, I would include it here. > > OK. > > > > + maxItems: 1 > > > + > > > + dovdd-supply: > > > + description: Interface power supply. > > > > I would list the voltage. Same below. > > OK. > > > > + > > > + avdd-supply: > > > + description: Analog power supply. > > > + > > > + dvdd-supply: > > > + description: Digital power supply. > > > + > > > + reset-gpios: > > > + description: Reference to the GPIO connected to the XCLR pin, if any. > > > + maxItems: 1 > > > + > > > + port: > > > + additionalProperties: false > > > + $ref: /schemas/graph.yaml#/$defs/port-base > > > + > > > + properties: > > > + endpoint: > > > + $ref: /schemas/media/video-interfaces.yaml# > > > + unevaluatedProperties: false > > > + > > > + properties: > > > + data-lanes: true > > > + link-frequencies: true > > > + > > > + required: > > > + - data-lanes > > > + - link-frequencies > > > + > > > + required: > > > + - endpoint > > > + > > > +required: > > > + - compatible > > > + - reg > > > + - clocks > > > + - port > > > + > > > +additionalProperties: false > > > + > > > +examples: > > > + - | > > > + i2c0 { > > > + #address-cells = <1>; > > > + #size-cells = <0>; > > > + > > > + camera@10 { > > > + compatible = "sony,imx492"; > > > + reg = <0x10>; > > > + clocks = <&imx492_clk>; > > > + > > > + assigned-clocks = <&imx492_clk>; > > > + assigned-clock-parents = <&imx492_clk_parent>; > > > + assigned-clock-rates = <24000000>; > > > > You can drop this from the example, it doesn't showcase the DT bindings for > > the IMX492. > > OK. > > > > + > > > + port { > > > + imx492: endpoint { > > > > s/imx492/imx492_out/ > > > > > + remote-endpoint = <&cam>; > > > > s/cam/cam_in/ > > OK to both of the above. > > > > + data-lanes = <1 2 3 4>; > > > + link-frequencies = /bits/ 64 <600000000>; > > > + }; > > > + }; > > > + }; > > > + }; > > > +... -- Regards, Laurent Pinchart