From patchwork Tue Sep 14 01:40:49 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 511026 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=-18.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER, INCLUDES_PATCH, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS, USER_AGENT_GIT 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 41085C433FE for ; Tue, 14 Sep 2021 01:41:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1F43B61165 for ; Tue, 14 Sep 2021 01:41:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236326AbhINBmW (ORCPT ); Mon, 13 Sep 2021 21:42:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58362 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235366AbhINBmV (ORCPT ); Mon, 13 Sep 2021 21:42:21 -0400 Received: from mail-pj1-x1036.google.com (mail-pj1-x1036.google.com [IPv6:2607:f8b0:4864:20::1036]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9C296C061574 for ; Mon, 13 Sep 2021 18:41:04 -0700 (PDT) Received: by mail-pj1-x1036.google.com with SMTP id on12-20020a17090b1d0c00b001997c60aa29so1058881pjb.1 for ; Mon, 13 Sep 2021 18:41:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=vzWWgarNRy2l997k27Lj6Cug9P7VmcYleT6gc3UMahQ=; b=s4X/ORL/owEy1Ueh/AsqdBKckUlm6IFkkz5864T0OecenaCS1GD3YN6kPeP1i5So+j aPjuOoGRz6vD1GnmcniWT7Yk00PT8LEHgiaUEnUXfBXyotV6rwcJhbzdtRgZ/gYVMmh7 2sRuA7xAP4Shyf/3rHSu+6Qn2NXQshxBJFpwHufRbdH1LpjhwIzHcWgQPpGD6rdGI4en nSDKerFaRTtC8WZsrPxTg40Xw/B06grxFTgFrllMTM+3PSEhhEhm1im8ZUQEB4XclQ1O DGt1hprxSC5wav7QNs947vzaJt4waoHmb4T54qSgexSHOV8W1yOdEn53+U5MJeUSiEBL p47A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=vzWWgarNRy2l997k27Lj6Cug9P7VmcYleT6gc3UMahQ=; b=OJmIOzBD3yCVelSlBfbr7kIgwlSSk7eTlqH2+rbPmp8NDR00qmh0GdxNGCvSQOVnen +aprAsUVfXiuuDab+X1W2pVwAVfifPDz2cBvIa6nVGfTtXGhbCIDxwKJehZL4iw8Fl+p aTz7AInx0vM5yfQk1sErhmDSsyrCMHHXzXK7Nra8Bt6RR29L5VsS75ignK6MJuJCLXtK cDDAKGcoTKqzP4AuEf9sA0O/13hok3rKUvwchzjCQgbd3oi1/t0mp7CNu7ddKD+bn7q+ qb/Vbd/UQJQdE3szX5m/RtCQn+V7Vfzf4dnyNGL9tEhZdV6tHFgh6NIBnQ5yuz+COmyZ E2wQ== X-Gm-Message-State: AOAM532Ku6T9zCIX+P+PQ5wfdl8aS7vMSHyeGvagc/2JHgogJIfQVelb RrvZxd+40itdSjNdP8VrludM8w== X-Google-Smtp-Source: ABdhPJxySZQk80ZFePcbZIAmR4136ZeoOCdTSjHUKhJg1l7LKIq6onVTwKeVI4RdjcuyVC2CzozdRg== X-Received: by 2002:a17:90a:eac4:: with SMTP id ev4mr2634089pjb.244.1631583664218; Mon, 13 Sep 2021 18:41:04 -0700 (PDT) Received: from localhost.localdomain (80.251.214.228.16clouds.com. [80.251.214.228]) by smtp.gmail.com with ESMTPSA id 4sm8037615pjb.21.2021.09.13.18.41.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 13 Sep 2021 18:41:03 -0700 (PDT) From: Shawn Guo To: Jassi Brar Cc: Rob Herring , Sivaprakash Murugesan , Bjorn Andersson , Loic Poulain , devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, Shawn Guo Subject: [PATCH 2/3] dt-bindings: mailbox: qcom: Add QCM2290 APCS compatible Date: Tue, 14 Sep 2021 09:40:49 +0800 Message-Id: <20210914014050.28788-3-shawn.guo@linaro.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210914014050.28788-1-shawn.guo@linaro.org> References: <20210914014050.28788-1-shawn.guo@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Add compatible for the Qualcomm QCM2290 APCS block. Signed-off-by: Shawn Guo --- .../devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml b/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml index 6395281b0cec..a6c5c66b7804 100644 --- a/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml +++ b/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml @@ -24,6 +24,7 @@ properties: - qcom,msm8994-apcs-kpss-global - qcom,msm8996-apcs-hmss-global - qcom,msm8998-apcs-hmss-global + - qcom,qcm2290-apcs-hmss-global - qcom,qcs404-apcs-apps-global - qcom,sc7180-apss-shared - qcom,sc8180x-apss-shared