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 X-Spam-Level: X-Spam-Status: No, score=-13.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0CCB0C4361B for ; Tue, 15 Dec 2020 11:45:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DAD3C22209 for ; Tue, 15 Dec 2020 11:45:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728629AbgLOLpY (ORCPT ); Tue, 15 Dec 2020 06:45:24 -0500 Received: from mail-oi1-f195.google.com ([209.85.167.195]:32808 "EHLO mail-oi1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726176AbgLOLpJ (ORCPT ); Tue, 15 Dec 2020 06:45:09 -0500 Received: by mail-oi1-f195.google.com with SMTP id d203so1815848oia.0; Tue, 15 Dec 2020 03:44:53 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=BbG51VDL4a3D3WxvKDwdNNij3DPMhXdykNgU9lNfhY4=; b=p/GCag1Ta/KIrktKek+HseIeF/7TTVxs6CL5lspMTTsoJX/cjNaqc8Md2drCGlwp3q ESOM4OQvYZQh5uxAs+ZLxkWpm/oigR+M53zeZqw/kqpGjuYi4y6NHkHuGNE47AKIHBaB 9wEUGOq3lQBbEVsjQ3lmmhrcH9cdt/3lKOrOLek0lwzm1Jy1LHFQSGElwk8oNKJ4JsEE Cg0oDyoX8a0WHruCYLgLzz6m2uW2WqzI0ufx/VZhoFemjLVuJeahWikZ5DUkdKMdcnyI MiEKsdnLwCuKyArQFsIUymCdtQDlrzD0D3WgIzBRJLTGFIgsIjfWikJCj3Y2g/UGGMMU k9OQ== X-Gm-Message-State: AOAM532nQZRDhmUw2vnsklfRovvWGeYYiuvWlpb+07fppBE0y9c8Figq cQb35w+COe8DIviPLXsI6tDWFUGJFio6i/SOrG8= X-Google-Smtp-Source: ABdhPJwTIsyWmDlBuDcxelxLOBIEQyA3zttZ+JMw3/42rMVSz+JSr/I6zBJ1mxVhoNfRZpLCvuATTM66b7ku9/kdKZc= X-Received: by 2002:aca:5c08:: with SMTP id q8mr21310941oib.54.1608032668032; Tue, 15 Dec 2020 03:44:28 -0800 (PST) MIME-Version: 1.0 References: <20201116135305.81319-1-jacopo+renesas@jmondi.org> <20201116135305.81319-3-jacopo+renesas@jmondi.org> <20201130220048.GA3104550@robh.at.kernel.org> <20201215111420.zpc67jkary3l5j4z@uno.localdomain> In-Reply-To: <20201215111420.zpc67jkary3l5j4z@uno.localdomain> From: Geert Uytterhoeven Date: Tue, 15 Dec 2020 12:44:17 +0100 Message-ID: Subject: Re: [PATCH v5 2/8] dt-bindings: media: max9286: Document 'maxim,initial-reverse-channel-mV' To: Jacopo Mondi Cc: Rob Herring , Jacopo Mondi , Kieran Bingham , Laurent Pinchart , =?UTF-8?Q?Niklas_S=C3=B6derlund?= , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Linux Media Mailing List , Linux-Renesas , Linux Kernel Mailing List , Hyun Kwon , Manivannan Sadhasivam , Sergei Shtylyov Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Jacopo, On Tue, Dec 15, 2020 at 12:14 PM Jacopo Mondi wrote: > On Mon, Nov 30, 2020 at 03:00:48PM -0700, Rob Herring wrote: > > On Mon, Nov 16, 2020 at 02:52:59PM +0100, Jacopo Mondi wrote: > > > Document the 'initial-reverse-channel-mV' vendor property in the > > > bindings document of the max9286 driver. > > > > > > The newly introduced property allows to specifying the initial > > > configuration of the GMSL reverse control channel to accommodate > > > remote serializers pre-programmed with the high threshold power > > > supply noise immunity enabled. > > > > > > Reviewed-by: Kieran Bingham > > > Signed-off-by: Jacopo Mondi > > > --- > > > .../bindings/media/i2c/maxim,max9286.yaml | 23 +++++++++++++++++++ > > > 1 file changed, 23 insertions(+) > > > > > > diff --git a/Documentation/devicetree/bindings/media/i2c/maxim,max9286.yaml b/Documentation/devicetree/bindings/media/i2c/maxim,max9286.yaml > > > index 9ea827092fdd..f61234d204fa 100644 > > > --- a/Documentation/devicetree/bindings/media/i2c/maxim,max9286.yaml > > > +++ b/Documentation/devicetree/bindings/media/i2c/maxim,max9286.yaml > > > @@ -51,6 +51,26 @@ properties: > > > '#gpio-cells': > > > const: 2 > > > > > > + maxim,initial-reverse-channel-mV: > > > > Use standard unit suffix. > > > > Which one ? :) Documentation/devicetree/bindings/property-units.txt > I see in v5.10 one 'mV', three 'mv', one 'millivolts', several > 'microvolts'. > > I'll go with the majority and make this > 'maxim,initial-reverse-channel-mv' Wrong guess ;-) Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds