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 CDE88C433F5 for ; Tue, 17 May 2022 17:54:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1351576AbiEQRyk (ORCPT ); Tue, 17 May 2022 13:54:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44516 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243018AbiEQRyk (ORCPT ); Tue, 17 May 2022 13:54:40 -0400 Received: from mail-ot1-f41.google.com (mail-ot1-f41.google.com [209.85.210.41]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 95E6E3F8B5; Tue, 17 May 2022 10:54:39 -0700 (PDT) Received: by mail-ot1-f41.google.com with SMTP id m15-20020a9d608f000000b00606a788887aso12683192otj.0; Tue, 17 May 2022 10:54:39 -0700 (PDT) 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=Q3pXBmwavwziD8SwUU4NEpFWGeOwbylEbVMwnOPkG00=; b=KJheONebQKrxhJwaIhV+NBtIsawpnp8OFbqB8e1mEtvHoSrRnIev8ZtlRI7lzOPnid ckiIQli/zya3BYJnnP12WLiAUpzqVtI8HkYp1nog3C2nRSVW71eIPZeQ6tr6RInJd35W acAKSEhiSd4hxkFm4A16GcOuMnfrB+QV2HunNoar6XHbn4YKrAco0IjP4hX4cmMB2Cc6 O9bmzBWbzIJloKKSKlkjT0YqXy7uXrjybk68VDqpOzDRMlGzdXpXXN7Py/fmvW+YF+hi CESKkhVBTz3LZOj13P2SKJ1qSkyMkA6/T3CJcVj+U54sg2L6BQuYxZ425+DZpWdsNnBy kPGA== X-Gm-Message-State: AOAM530Jly+RDiUUMfKGqIUOxVvil5JrFaCzMhljOg6FKGrMRD0lfpyA JfO/dGQozA62Cqyn3qwyWQ== X-Google-Smtp-Source: ABdhPJzPT/Z9T9o6YXQNBXdn09c12aoEqcJ6YvwdDe5qqWANHdCAxOkoaMdxcgH4/Qg+M+hzeOhecg== X-Received: by 2002:a05:6830:4187:b0:605:4e15:de30 with SMTP id r7-20020a056830418700b006054e15de30mr8560872otu.182.1652810078881; Tue, 17 May 2022 10:54:38 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id l188-20020aca3ec5000000b00325cda1ff9dsm69525oia.28.2022.05.17.10.54.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 17 May 2022 10:54:38 -0700 (PDT) Received: (nullmailer pid 1317335 invoked by uid 1000); Tue, 17 May 2022 17:54:37 -0000 Date: Tue, 17 May 2022 12:54:37 -0500 From: Rob Herring To: Satya Priya Cc: Bjorn Andersson , quic_subbaram@quicinc.com, Lee Jones , linux-arm-msm@vger.kernel.org, quic_jprakash@quicinc.com, quic_collinsd@quicinc.com, devicetree@vger.kernel.org, Rob Herring , Liam Girdwood , Mark Brown , linux-kernel@vger.kernel.org, swboyd@chromium.org Subject: Re: [PATCH V12 2/9] dt-bindings: mfd: pm8008: Change the address cells Message-ID: <20220517175437.GA1317302-robh@kernel.org> References: <1652275113-10277-1-git-send-email-quic_c_skakit@quicinc.com> <1652275113-10277-3-git-send-email-quic_c_skakit@quicinc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1652275113-10277-3-git-send-email-quic_c_skakit@quicinc.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, 11 May 2022 18:48:26 +0530, Satya Priya wrote: > Change the address cells as '2' so that the first cell > describes the i2c address offset of the clients. > This helps us to define the child nodes of all > clients under the same parent mfd node, instead of > adding separate mfd DT nodes. > > Change the gpios reg value accordingly. > > Signed-off-by: Satya Priya > Reviewed-by: Stephen Boyd > --- > Changes in V12: > - None. > > Changes in V11: > - New patch added from V11. > > Documentation/devicetree/bindings/mfd/qcom,pm8008.yaml | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > Reviewed-by: Rob Herring