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 8D96BC6FA82 for ; Mon, 12 Sep 2022 04:33:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229585AbiILEdQ (ORCPT ); Mon, 12 Sep 2022 00:33:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33504 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229468AbiILEdO (ORCPT ); Mon, 12 Sep 2022 00:33:14 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E7481186E3; Sun, 11 Sep 2022 21:33:13 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id 244C3CE0E90; Mon, 12 Sep 2022 04:33:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5F78DC433C1; Mon, 12 Sep 2022 04:33:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1662957190; bh=DMQ+sxIyLswWvHP3+zJbCqQBrGsYh656ROvOi0OPCoE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=LuwNCfCdW91UgMz5U/j36uF6Zveo1OJJmPNvgj7AhMXjX2dCQnp5YwF10QU2j3tZ8 sPWM6JS5rBdSqElWNEtqozNj2/O8r6mY279xK1rQNQn/PaDD3JxR9Jo0a/WJar3RgJ 8WrfYqA6fZqBdJa4lAXx2YLfXANh4vwo0FWvtmGHb6edmjpmM9FK4RnAHYr9UxjxjM EDJHI6oDDjlIHS+zPlIK5IbjRj73wNMPMtmd7k6FsHFdQAUhOG2LD3/zP+39qS7JYo hQz0Os4/L+nAgaTB7SC22Y6xD71+QOqoNAdqTQa4Z7mfnYAB4Qh8r2oYFOEkFOYlv3 K/rnWcbAfFffw== Date: Mon, 12 Sep 2022 10:03:05 +0530 From: Vinod Koul To: Anjelique Melendez Cc: corbet@lwn.net, sre@kernel.org, robh+dt@kernel.org, agross@kernel.org, andersson@kernel.org, krzysztof.kozlowski+dt@linaro.org, linux-doc@vger.kernel.org, linux-pm@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, quic_collinsd@quicinc.com Subject: Re: [RESEND PATCH v5 1/2] dt-bindings: power: reset: qcom-pon: Add new compatible "qcom,pmk8350-pon" Message-ID: References: <20220909204207.15820-1-quic_amelende@quicinc.com> <20220909204207.15820-2-quic_amelende@quicinc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220909204207.15820-2-quic_amelende@quicinc.com> Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org On 09-09-22, 13:42, Anjelique Melendez wrote: > From: David Collins > > Add a new compatible string "qcom,pmk8350-pon" for GEN3 PMIC PON > peripherals and update "reg" property. > Also, Add an optional "reg-names" property to differentiate between > GEN1/GEN2 and GEN3 peripherals. GEN1/GEN2 peripherals only need one > register address to be specified (e.g. "pon") whereas GEN3 peripherals > can have two register addresses specified ("hlos", "pbs"). Reviewed-by: Vinod Koul -- ~Vinod