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 0CB01C4332F for ; Thu, 16 Dec 2021 15:18:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238402AbhLPPSg (ORCPT ); Thu, 16 Dec 2021 10:18:36 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55214 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235343AbhLPPSf (ORCPT ); Thu, 16 Dec 2021 10:18:35 -0500 Received: from mail-pf1-x430.google.com (mail-pf1-x430.google.com [IPv6:2607:f8b0:4864:20::430]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2EBECC06173E for ; Thu, 16 Dec 2021 07:18:35 -0800 (PST) Received: by mail-pf1-x430.google.com with SMTP id k26so23861663pfp.10 for ; Thu, 16 Dec 2021 07:18:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=/hWBxeW6VlEgpDPPN9ifq8EfRvPJP/oCX5izdzH+swI=; b=mAR5fDmMXQIvVskLPJjPpzFYtgqpAb+p/l3hcmwzC/gf8H7scPh4eOUPGGj4wrZked YUVJjhhSMTUETart1AhsQDJWSHuwZz/CmqWPxlPlcxDXHpgw/42qlx+U2Fg4DkLuIiEe /QuHPKr+w0IlrmUNcuPnYfbJioF6oEMdR6D9M= 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=/hWBxeW6VlEgpDPPN9ifq8EfRvPJP/oCX5izdzH+swI=; b=yHkymVIARfntdQImMcSTFsytU7kHsxdq/JZ1t1+JH4EVVMNA/dH0y7xEDitfy9SIlU V+5CgLn5AuTdqhVPv5T4uIgzh3Std5cmNjQbqjub1KG+4LnsqP2OBGkjNuvov8Nig6cQ uca9ZV9HLZ6dTF+qxxp6EjLT9PVIN8ZZkFdvqaMv6t+j2MPVMLRVMv4W5IpO96X3JVh/ m65kQGY4EBrUXt3KCDR1tNRyStmllPp+sF/9ClvmRxWT7WE2xITZkL1l8Rdxdg53O+6H 2GwL1Nxq9TYUjLWNnNJYslcQx2KB78pp/x372zY+POVOrVd+0vW0md8rXyneiMB7pmka MrYQ== X-Gm-Message-State: AOAM533RWgjb8/ye+A/VdXkORo0OHcgxKYwYFNLilFhzryep0DgdQUBt CiEEtFIFJY2n4CnfWeC7YIy3Lw== X-Google-Smtp-Source: ABdhPJyxpNj1L9Kqw5yYSecNAZGlhLDa9HNH65jFKPYkKNfSMgB2+YARIfpqOrssyAcpCH+6YS3F4Q== X-Received: by 2002:a63:f14:: with SMTP id e20mr12320083pgl.218.1639667914695; Thu, 16 Dec 2021 07:18:34 -0800 (PST) Received: from localhost ([2620:15c:202:201:81:c257:d961:22b7]) by smtp.gmail.com with UTF8SMTPSA id m2sm196514pjh.36.2021.12.16.07.18.33 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 16 Dec 2021 07:18:34 -0800 (PST) Date: Thu, 16 Dec 2021 07:18:32 -0800 From: Matthias Kaehlcke To: Stephen Boyd Cc: Andy Gross , Bjorn Andersson , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, Douglas Anderson Subject: Re: [PATCH v2] arm64: dts: sc7180: Add board regulators for MIPI camera trogdor boards Message-ID: References: <20211216044529.733652-1-swboyd@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20211216044529.733652-1-swboyd@chromium.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Dec 15, 2021 at 08:45:29PM -0800, Stephen Boyd wrote: > Some trogdor boards have on-board regulators for the MIPI camera > components. Add nodes describing these regulators so boards with these > supplies can consume them. > > Cc: Douglas Anderson > Cc: Matthias Kaehlcke > Signed-off-by: Stephen Boyd Reviewed-by: Matthias Kaehlcke