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=-7.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 784F9C41604 for ; Wed, 7 Oct 2020 16:07:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0E63720789 for ; Wed, 7 Oct 2020 16:07:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602086865; bh=8dFg5FaaEj6oGu4FFdbPGOk8QKwRhfdF7BMzW/Z6ZQI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=AyWJPJHekyXLTlWC6y0C61GXHxDgmMwVsTLZ0yuBGxAGWizT5yzrMleMAI3EnraoL 7nOHbtdpMHHkxGOh/ATN/Xdq+N9LGLnr3O2D7Xd/5NduUKI2lXNcAf8uCbBWsN+ip9 CxmzGgOFImXUyQ6TmWxeFOG/PfLzf4Fz37zkqfoQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728670AbgJGQHo (ORCPT ); Wed, 7 Oct 2020 12:07:44 -0400 Received: from mail-oi1-f195.google.com ([209.85.167.195]:46565 "EHLO mail-oi1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728177AbgJGQHo (ORCPT ); Wed, 7 Oct 2020 12:07:44 -0400 Received: by mail-oi1-f195.google.com with SMTP id u126so2936001oif.13; Wed, 07 Oct 2020 09:07:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=5ifK7dZcuC3mI6fP7nhFwpOaO1IsCVRhcG2IzlT/Ifg=; b=KWbNqeLK6K1b8gfQVLbDmkTM96TM+l2U1u7Thh/Xcsy5QQJIsw/SKJnbosEHT45nt8 0vnczAkcvkyR3/272lIvNAvYZlB71VhZBgksEqHnbMN72QuOUlTXaxM51d5c0YsQeWWj i9BaPGXd+JLYPcwgebAGUzugfukWx5kruZbke3SZjjTpnvTVmdMqS6hBERKm3JKWqQUC /zKWpZqULLSTMFV/wA7wVVvEjzGaN+/u49r7lQxspPtxg8D+2xJ4GWBp5vn4UQEl+/7p 4FJeuPlu7H46ZuEMOQJNIWnIt1PE4qWPtqZM8YRm/uRJK7KHDwDAMTcDm1kCfMnc8jBB Y/8Q== X-Gm-Message-State: AOAM5305mUKtiHFlF/h9V5AIRAksYJvZE063Pgf7FY1SuWHYqKTEfO48 52hyVV0SUUVZT88HAFD34F4x5qNWJUPl X-Google-Smtp-Source: ABdhPJxcIGceVljG/6BHoZN6bQvWsD9X8UnyfX8Vvxv/u73D53BE0omChGVs96rnEEcTCqT/Apa4rQ== X-Received: by 2002:a05:6808:1c8:: with SMTP id x8mr2459569oic.100.1602086863771; Wed, 07 Oct 2020 09:07:43 -0700 (PDT) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id k128sm2226747oib.52.2020.10.07.09.07.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 07 Oct 2020 09:07:43 -0700 (PDT) Received: (nullmailer pid 308124 invoked by uid 1000); Wed, 07 Oct 2020 16:07:42 -0000 Date: Wed, 7 Oct 2020 11:07:42 -0500 From: Rob Herring To: Sakari Ailus Cc: devicetree@vger.kernel.org, linux-media@vger.kernel.org Subject: Re: [PATCH v2 053/106] dt-bindings: mipi,ccs: Don't mention vana voltage Message-ID: <20201007160742.GA308073@bogus> References: <20201007084505.25761-1-sakari.ailus@linux.intel.com> <20201007084505.25761-9-sakari.ailus@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201007084505.25761-9-sakari.ailus@linux.intel.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, 07 Oct 2020 11:45:04 +0300, Sakari Ailus wrote: > It was mentioned vana voltage is typically 2,8 volts. This is truly sensor > dependent, and nowadays 2,8 volts is a lot. > > Signed-off-by: Sakari Ailus > --- > Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > Reviewed-by: Rob Herring