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 33858C41604 for ; Wed, 7 Oct 2020 16:08:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D455C215A4 for ; Wed, 7 Oct 2020 16:08:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602086936; bh=GHH5d2YB5ajSnkIywxu/yJqqGc++/UXoBALNnpYIklQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=HpAvnfD3lmHNhmtBL6rs7Rvz59WuKO2fVRZ+Ri+XXLDw8OXVHujEZAIP8c+4kOF01 ERYbV/2YAiHj6h48rfzPts6j/i9AxPbmP/FOb2N8295Sb6aQLWnRxUrhbonxTTGjl4 jl9juza6DrePrPT90GMvz6by/yy+1Obts/aLEa0Q= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728702AbgJGQI4 (ORCPT ); Wed, 7 Oct 2020 12:08:56 -0400 Received: from mail-ot1-f67.google.com ([209.85.210.67]:39614 "EHLO mail-ot1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728655AbgJGQI4 (ORCPT ); Wed, 7 Oct 2020 12:08:56 -0400 Received: by mail-ot1-f67.google.com with SMTP id f10so2718372otb.6; Wed, 07 Oct 2020 09:08:55 -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=BE76KE49kn0FGOMxdjcYOjUU1JDZgDRMxDQt8Ruiufw=; b=lbJ80zKQf5DeY3JXJf5mNt6M6eNunL/8vdm9ZaCcwjfN5VrQ3wz4U7LNBRsHUfuYwq 7C6cOpV83ve8AtFR7MN5AF0vK3O2oR/vO8Mo0FinYTjpjeYE1d651Atg6Chg7o1YcYDx ZlHL0qUHOlcbuFZd3j05AKQtfcnrIIH1w0wUrEOapdbPCLJRIdq7EWLMiwKVFt0YG0Ty X9GXWu9H74J0xWSBB3GNeOZ2GUJi/B0ByNzVtOsyZXmNH2BBPnxJO/ndEKZPCDABiiAS oNu6nH+pWPxqWiJ1PPUC5bInmYgzUzRwdtGlClxMK/Y+zJzMipsuw2nzX0MBr7uUe+5f YnVQ== X-Gm-Message-State: AOAM530FdntxMi4fpBfFAxP9pimNpyY15L41jTdSQZLE9CoBjvgne45a iCG5iFLZI+6N+Op3gyfdaw== X-Google-Smtp-Source: ABdhPJxW3W8G4smZPO9G3K68Fvgl/bkPtSdBgKjlWRSJX0U+DR5Szj4YTYixLaCaxSAmu/MxRvW8Lg== X-Received: by 2002:a9d:bee:: with SMTP id 101mr2184200oth.257.1602086935407; Wed, 07 Oct 2020 09:08:55 -0700 (PDT) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id m1sm1946157otq.30.2020.10.07.09.08.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 07 Oct 2020 09:08:53 -0700 (PDT) Received: (nullmailer pid 309801 invoked by uid 1000); Wed, 07 Oct 2020 16:08:53 -0000 Date: Wed, 7 Oct 2020 11:08:53 -0500 From: Rob Herring To: Sakari Ailus Cc: linux-media@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH v2 054/106] dt-bindings: mipi,ccs: Add vcore and vio supplies Message-ID: <20201007160853.GA309749@bogus> References: <20201007084505.25761-1-sakari.ailus@linux.intel.com> <20201007084505.25761-10-sakari.ailus@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201007084505.25761-10-sakari.ailus@linux.intel.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, 07 Oct 2020 11:45:05 +0300, Sakari Ailus wrote: > Vcore and vio supplies are also part of the spec and used by many sensors. > Do not specify the voltages as they are generally sensor dependent. > > Signed-off-by: Sakari Ailus > --- > Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml | 8 ++++++++ > 1 file changed, 8 insertions(+) > Reviewed-by: Rob Herring