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 X-Spam-Level: X-Spam-Status: No, score=-16.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 025B1C433DB for ; Thu, 25 Mar 2021 06:09:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C2B59619F3 for ; Thu, 25 Mar 2021 06:09:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229508AbhCYGIl (ORCPT ); Thu, 25 Mar 2021 02:08:41 -0400 Received: from mail.kernel.org ([198.145.29.99]:52580 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229461AbhCYGI2 (ORCPT ); Thu, 25 Mar 2021 02:08:28 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 0490761A1E; Thu, 25 Mar 2021 06:08:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1616652507; bh=50XHICVED2w0OW9kAp/7/1VgbR+doRNa3zBU6nckmQA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JV+74+jd5KF87nLnt/1vq9jBMuxGUFf1ykdCuuDkVgN+OMviJaJtgUb/hgk19G3Xw 3N8MPm3eBpMGKG+UTTqQWT536Lngxtp4RxRYnvfkRrawuFQhN72/9zzKu7yOzvauJ5 SD9NXkvIjQSzGAvnk2Uzv4mB7D11apv0naOB9IYtudXcE5+NHZQJtPs/+/FCVipoZL aTGoqj2XiL0TIg3T1S8Q1N21TsISc5B99zJ2jSRqkL3qJhdJCyVwdS2uIGfa1haqua 8HymMgTQbtxo2HlpwCofsFeSRcUKx1xeEcHupwaX8G6aggeURGjcaheVgfpxM5y0g3 ioDIGL0fTXr5A== Date: Thu, 25 Mar 2021 11:38:24 +0530 From: Vinod Koul To: Bjorn Andersson , Jassi Brar Cc: linux-arm-msm@vger.kernel.org, Andy Gross , Manivannan Sadhasivam , Rob Herring , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] dt-bindings: mailbox: Add compatible for SM8350 IPCC Message-ID: References: <20210312051203.3555751-1-vkoul@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 12-03-21, 11:28, Bjorn Andersson wrote: > On Thu 11 Mar 23:12 CST 2021, Vinod Koul wrote: > > Adding Jassi as recipient. Please let Vinod know if you want him to > resend this patch to you. (I send a patch for MAINTAINERS yesterday) Jassi, should I resend or you can pick from lore? > > > Add the compatible string for SM8350 IPCC block on this SoC > > > > Reviewed-by: Bjorn Andersson > > Regards, > Bjorn > > > Signed-off-by: Vinod Koul > > --- > > Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml b/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml > > index 168beeb7e9f7..fe17ba9b84f2 100644 > > --- a/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml > > +++ b/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml > > @@ -25,6 +25,7 @@ properties: > > items: > > - enum: > > - qcom,sm8250-ipcc > > + - qcom,sm8350-ipcc > > - const: qcom,ipcc > > > > reg: > > -- > > 2.26.2 > > -- ~Vinod