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 CB1FAC0032E for ; Wed, 25 Oct 2023 08:32:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233708AbjJYIcL (ORCPT ); Wed, 25 Oct 2023 04:32:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44794 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234082AbjJYIcG (ORCPT ); Wed, 25 Oct 2023 04:32:06 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BEC3FB0; Wed, 25 Oct 2023 01:32:03 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EBF53C433C9; Wed, 25 Oct 2023 08:31:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1698222723; bh=3EvtUJ5jSxxg99ZPimDtfxabqbVmNmAQ52h/5Pp/l0k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ptuouP19h4Fln6k46PfSSy9lKo8ckzwutWDpiQMyK/hlbgrztNjE/GaxKGYo2qgSt fBtcIGypHyXkDyZ0oFCTNQ+dX1H/RYvYsioOOiT+8qqLcLfyXN5A/ZZczKsNurRkQr mvfeYB0/7qMEDHhe+9zMHh1AcFfdf3/BmXZmNoGsVMoSy17JUpLdg+q4AvpM4809mH XrY5Wef8yqLCCC8AWWEazUSJHnZEuTfAQGkt1848RNVhncp/GASku4DXhFDpLmTUyF 1xjLz+i6BF+HAQCCUiSqC9LLc/3CwCstmiVrxDTgN63dSR6Qt1vs14ulKNlmGJVN3c lM9nGW2gZXwWQ== Date: Wed, 25 Oct 2023 14:01:56 +0530 From: Manivannan Sadhasivam To: Neil Armstrong Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , Jassi Brar , Rob Herring , Krzysztof Kozlowski , Conor Dooley , linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH v2] dt-bindings: mailbox: qcom-ipcc: document the SM8650 Inter-Processor Communication Controller Message-ID: <20231025083156.GH3648@thinkpad> References: <20231025-topic-sm8650-upstream-bindings-ipcc-v2-1-b1a4670ed6fa@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20231025-topic-sm8650-upstream-bindings-ipcc-v2-1-b1a4670ed6fa@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 25, 2023 at 10:25:47AM +0200, Neil Armstrong wrote: > Document the Inter-Processor Communication Controller on the SM8650 Platform. > > Signed-off-by: Neil Armstrong Reviewed-by: Manivannan Sadhasivam - Mani > --- > For convenience, a regularly refreshed linux-next based git tree containing > all the SM8650 related work is available at: > https://git.codelinaro.org/neil.armstrong/linux/-/tree/topic/sm85650/upstream/integ > --- > Changes in v2: > - Fixed typo in subject > - Link to v1: https://lore.kernel.org/r/20231025-topic-sm8650-upstream-bindings-ipcc-v1-1-acca4318d06e@linaro.org > --- > 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 cc6f66eccc84..a35f9483dc71 100644 > --- a/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml > +++ b/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml > @@ -34,6 +34,7 @@ properties: > - qcom,sm8350-ipcc > - qcom,sm8450-ipcc > - qcom,sm8550-ipcc > + - qcom,sm8650-ipcc > - const: qcom,ipcc > > reg: > > --- > base-commit: fe1998aa935b44ef873193c0772c43bce74f17dc > change-id: 20231016-topic-sm8650-upstream-bindings-ipcc-0b4e1924ee28 > > Best regards, > -- > Neil Armstrong > -- மணிவண்ணன் சதாசிவம்