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 2379DC43219 for ; Tue, 4 Oct 2022 15:19:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229675AbiJDPTh (ORCPT ); Tue, 4 Oct 2022 11:19:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47912 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230034AbiJDPTW (ORCPT ); Tue, 4 Oct 2022 11:19:22 -0400 Received: from alexa-out-sd-01.qualcomm.com (alexa-out-sd-01.qualcomm.com [199.106.114.38]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 87D3465242; Tue, 4 Oct 2022 08:19:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; i=@quicinc.com; q=dns/txt; s=qcdkim; t=1664896748; x=1696432748; h=message-id:date:mime-version:subject:to:cc:references: from:in-reply-to:content-transfer-encoding; bh=omAFcdMgbGlbSBSuocNjCy6I8nE3wuP/HRnNBjIcC/k=; b=pUbCSi5dowJ04e/2QGFiYuKLTUbeLgs/FDcmYLsVT9+pJug/jHfUEyAv dxcRAsafojKaHg11+0AU0Zdt7Mrxe3JzYYy7c+RqIicvmL5Y5Zf6QnDjd vF340DjmBtVX5mPRJFM4047xKPB1Aad4v7rtTdXBlCTQvce4mKLKR/4wp k=; Received: from unknown (HELO ironmsg-SD-alpha.qualcomm.com) ([10.53.140.30]) by alexa-out-sd-01.qualcomm.com with ESMTP; 04 Oct 2022 08:19:07 -0700 X-QCInternal: smtphost Received: from nasanex01b.na.qualcomm.com ([10.46.141.250]) by ironmsg-SD-alpha.qualcomm.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Oct 2022 08:19:07 -0700 Received: from [10.110.73.50] (10.80.80.8) by nasanex01b.na.qualcomm.com (10.46.141.250) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.29; Tue, 4 Oct 2022 08:19:06 -0700 Message-ID: Date: Tue, 4 Oct 2022 10:19:05 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 Subject: Re: [PATCH 3/5] dt-bindings: power: rpmpd: Add QDU1000/QRU1000 to rpmpd binding Content-Language: en-US To: Krzysztof Kozlowski , Andy Gross , Bjorn Andersson , Stephen Boyd , Rob Herring , Krzysztof Kozlowski , Ulf Hansson CC: Bhupesh Sharma , , , , References: <20221001030641.29354-1-quic_molvera@quicinc.com> <20221001030641.29354-4-quic_molvera@quicinc.com> From: Melody Olvera In-Reply-To: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) To nasanex01b.na.qualcomm.com (10.46.141.250) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/1/2022 4:27 AM, Krzysztof Kozlowski wrote: > On 01/10/2022 05:06, Melody Olvera wrote: >> Add compatible and constants for the power domains exposed by the RPMH >> in the Qualcomm QDU1000 and QRU1000 platforms. >> >> Signed-off-by: Melody Olvera >> --- >> Documentation/devicetree/bindings/power/qcom,rpmpd.yaml | 2 ++ >> include/dt-bindings/power/qcom-rpmpd.h | 6 ++++++ >> 2 files changed, 8 insertions(+) >> >> diff --git a/Documentation/devicetree/bindings/power/qcom,rpmpd.yaml b/Documentation/devicetree/bindings/power/qcom,rpmpd.yaml >> index 3934a2b44894..7343cfc91262 100644 >> --- a/Documentation/devicetree/bindings/power/qcom,rpmpd.yaml >> +++ b/Documentation/devicetree/bindings/power/qcom,rpmpd.yaml >> @@ -44,6 +44,8 @@ properties: >> - qcom,sm8250-rpmhpd >> - qcom,sm8350-rpmhpd >> - qcom,sm8450-rpmhpd >> + - qcom,qdu1000-rpmhpd >> + - qcom,qru1000-rpmhpd > Wrong order. Will fix. > > > Best regards, > Krzysztof Thanks, Melody