From patchwork Wed Jun 22 04:12:20 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bjorn Andersson X-Patchwork-Id: 583914 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 03845CCA480 for ; Wed, 22 Jun 2022 04:10:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1356052AbiFVEKY (ORCPT ); Wed, 22 Jun 2022 00:10:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42598 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1356516AbiFVEKX (ORCPT ); Wed, 22 Jun 2022 00:10:23 -0400 Received: from mail-oa1-x2d.google.com (mail-oa1-x2d.google.com [IPv6:2001:4860:4864:20::2d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C56DA33E12 for ; Tue, 21 Jun 2022 21:10:21 -0700 (PDT) Received: by mail-oa1-x2d.google.com with SMTP id 586e51a60fabf-101b4f9e825so16539435fac.5 for ; Tue, 21 Jun 2022 21:10:21 -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 :mime-version:content-transfer-encoding; bh=zjnIC6kku1LNGs5C6wxJSFgJUu5lrUfNmdEoTsf6hpw=; b=db4WmBtzFl7YpQwaRMaGVH01mEeJHk1VOnCuNCDdAz+y+E/zg2akJG3ZrJt8pJuyuK Q3MgdlGGKwDA0NuJx3w3CYfBMU2z2X6HXnIbBb/0biIf98J42AuPQzZU7V/OlYnNfkjY 7BuB1SC4hct4PhktN8Tc5JK0xZKRFClfrnGkNFcmTA+kAGZWVgdm+5L0mAOt+cPQJOem LFnVPwfUCjJai39l/k0F4zcEtx6YJqDEi+597Oz8QaHqiA9L3YEvf6Eyq0OjxqwGChmq osC+0mYrFxpLh7jVOThvsKpoEV1wYeg9vB8YvJt3Z4fIAaignVkHODlAgjWu0sEA0sAA f/Lg== 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:mime-version:content-transfer-encoding; bh=zjnIC6kku1LNGs5C6wxJSFgJUu5lrUfNmdEoTsf6hpw=; b=K8x0kw/GQWqKfSnMUPyl8PVq+BGS0w6nCEnFqy2D1ujeavPoygU2poL2fUQUeRq8eS N+HTpjMNGChiwHKeSvj8mS0XO0VIyExNJbwIHBg7WKSBojbhp5CyLQbdAYVMj4by3kOr +vJ18fYtxxjKxDrfrc489n2ahRIfId6lv43ZL8pU7TcNc7xUij2FTfrVIY5fBWDl6pl/ +dWTPlDgnX07Qmh3sk9gyCQTYEjPS+s65pOZzM+DgkrzPPCpjfAS4PgZh82DHgwOQSnw yOIB+08mNxUN+l8ODwN+m0ZUktoK5iZKxedsWD3/v/W0rjqVx7WC09fmmO77RRrZMfqx OfFw== X-Gm-Message-State: AJIora8m5OhYSjGt8l5FCzx+7cgT2uMqDZNtocE7PXdICFfKpEHx8k3U JN38IS8JkrEh/6IMPm43yDYDrA== X-Google-Smtp-Source: AGRyM1uajMmDarLjCSa8/IRfeCMFHaAQYL8Ln05z+DpWxeTkp08O458IB+ni2/sxws9/IsGtApaV3w== X-Received: by 2002:a05:6871:78a:b0:101:f144:4bad with SMTP id o10-20020a056871078a00b00101f1444badmr990181oap.240.1655871021145; Tue, 21 Jun 2022 21:10:21 -0700 (PDT) Received: from ripper.. (104-57-184-186.lightspeed.austtx.sbcglobal.net. [104.57.184.186]) by smtp.gmail.com with ESMTPSA id b7-20020a056870918700b000f2455e26acsm2314718oaf.48.2022.06.21.21.10.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 21 Jun 2022 21:10:20 -0700 (PDT) From: Bjorn Andersson To: Jassi Brar Cc: Andy Gross , Rob Herring , Krzysztof Kozlowski , Manivannan Sadhasivam , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Krzysztof Kozlowski Subject: [PATCH v2 2/6] dt-bindings: mailbox: qcom-ipcc: Add NSP1 client Date: Tue, 21 Jun 2022 21:12:20 -0700 Message-Id: <20220622041224.627803-3-bjorn.andersson@linaro.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220622041224.627803-1-bjorn.andersson@linaro.org> References: <20220622041224.627803-1-bjorn.andersson@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Add a client for the NSP1 found in some recent Qualcomm platforms. Acked-by: Krzysztof Kozlowski Signed-off-by: Bjorn Andersson --- Changes since v1: - None include/dt-bindings/mailbox/qcom-ipcc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/dt-bindings/mailbox/qcom-ipcc.h b/include/dt-bindings/mailbox/qcom-ipcc.h index 9296d0bb5f34..fbfa3febc66d 100644 --- a/include/dt-bindings/mailbox/qcom-ipcc.h +++ b/include/dt-bindings/mailbox/qcom-ipcc.h @@ -30,6 +30,7 @@ #define IPCC_CLIENT_PCIE1 14 #define IPCC_CLIENT_PCIE2 15 #define IPCC_CLIENT_SPSS 16 +#define IPCC_CLIENT_NSP1 18 #define IPCC_CLIENT_TME 23 #define IPCC_CLIENT_WPSS 24