Received: from mail-il1-f194.google.com (mail-il1-f194.google.com [209.85.166.194]) by mail-b.sr.ht (Postfix) with ESMTPS id DE37AFF171 for <~postmarketos/upstreaming@lists.sr.ht>; Wed, 23 Sep 2020 15:33:07 +0000 (UTC) Received: by mail-il1-f194.google.com with SMTP id t13so21239596ile.9 for <~postmarketos/upstreaming@lists.sr.ht>; Wed, 23 Sep 2020 08:33:07 -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=w5w8Uvn8McZjjgkjEWVA++4pmoYoDvxFECyptYJKqC0=; b=bjaztxCxPLHvMegAJGQubMdPW1CfCO+ImyGP3vlhLL+mqzYxV3YD6DmROCEOT8Q965 PYsI01kZvrmEkzKesSUU4SVmMqqpneksJLNgUX2QXty/no9d/BiMylLLqcrX3msNF9nM u/Hgd4QpbZC6vSOsWGxV5/yDXhdM67Ww/u2pFN2+i8NMzZguvLYHJ9I/sftlUVACMWCX udW6pnOe2VF31XIycKA/MgQU6tdmLEzOKoYpivI746VokRyVtvNlLnvsUVmJzyzu63Qq v7Wa8HaZIU9QflyiJu28N5ydngSb5vI1xBzKZKtuA35fbpCYGJUeOcP7wgDXXMFmZ99e r1vg== X-Gm-Message-State: AOAM5314CMl+ESjohwtXP3UMx2VwxiRjsyuZm3oOGCNBiz6T8Aan6B8p TpXbu/oAFBT28yft3L5qkg== X-Google-Smtp-Source: ABdhPJxbVblo1SqKfxuo6P8z/VT/DbqU+Fmlgz8qI7+aeXmQ6bBTgFNGVWwbrry3rmmdgnLCi0iZyg== X-Received: by 2002:a05:6e02:13ae:: with SMTP id h14mr319531ilo.208.1600875187319; Wed, 23 Sep 2020 08:33:07 -0700 (PDT) Received: from xps15 ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id a23sm79204ioc.54.2020.09.23.08.33.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 23 Sep 2020 08:33:06 -0700 (PDT) Received: (nullmailer pid 787842 invoked by uid 1000); Wed, 23 Sep 2020 15:33:05 -0000 Date: Wed, 23 Sep 2020 09:33:05 -0600 From: Rob Herring To: Stephan Gerhold Cc: Andy Gross , devicetree@vger.kernel.org, ~postmarketos/upstreaming@lists.sr.ht, Ohad Ben-Cohen , Rob Herring , linux-remoteproc@vger.kernel.org, linux-arm-msm@vger.kernel.org, Bjorn Andersson , Rajendra Nayak Subject: Re: [PATCH 02/10] dt-bindings: power: rpmpd: Add MSM8916 RPM power domains Message-ID: <20200923153305.GA787788@bogus> References: <20200916104135.25085-1-stephan@gerhold.net> <20200916104135.25085-3-stephan@gerhold.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200916104135.25085-3-stephan@gerhold.net> On Wed, 16 Sep 2020 12:41:27 +0200, Stephan Gerhold wrote: > MSM8916 has two RPM power domains: VDDCX and VDDMX. > Add the device tree bindings to manage them through rpmpd. > > Signed-off-by: Stephan Gerhold > --- > Documentation/devicetree/bindings/power/qcom,rpmpd.yaml | 1 + > include/dt-bindings/power/qcom-rpmpd.h | 7 +++++++ > 2 files changed, 8 insertions(+) > Reviewed-by: Rob Herring