From patchwork Wed Nov 16 10:43:09 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Neil Armstrong X-Patchwork-Id: 625204 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 7EED1C4332F for ; Wed, 16 Nov 2022 10:54:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238999AbiKPKyw (ORCPT ); Wed, 16 Nov 2022 05:54:52 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36076 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232991AbiKPKy2 (ORCPT ); Wed, 16 Nov 2022 05:54:28 -0500 Received: from mail-wr1-x434.google.com (mail-wr1-x434.google.com [IPv6:2a00:1450:4864:20::434]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1375341980 for ; Wed, 16 Nov 2022 02:43:14 -0800 (PST) Received: by mail-wr1-x434.google.com with SMTP id g12so28994588wrs.10 for ; Wed, 16 Nov 2022 02:43:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=cc:to:message-id:date:from:content-transfer-encoding:mime-version :subject:from:to:cc:subject:date:message-id:reply-to; bh=okM9Wiovfxx2M89jLoRegEEMGS+MvapreaG9LEAz58o=; b=d2piSQ/40HvtMwtfAwnyDyxe3TYG3DctQms+bf0T4E0Ix9PSsX1/ounfD6Gx6WGw2p nhgY3OGm8JCHgqCsCAwi5cAR7ygYpgrfQp+50+vzxEq52Lc8z5KpCp/jdRL87pLPb5/w 76Fji47KDrSApPjR0dHJOsxVQieT9V/1+l/D6k8NAptQ4IACVCQ0SI0VK0xVlDN1gnqc 0O801DnzltiZSj/yjOfeR5R4fslNZg7ZtdLOOBQR/+D2xOnJKOIgjVXpXi2BG8XBeMKs ssQLOf5+ecGAaF3PWEQKKAon4PvLBuLLmKdmXA4WkBb8kzXWqJ6fZmC8TUZRDpPskQwI x0oQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:message-id:date:from:content-transfer-encoding:mime-version :subject:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=okM9Wiovfxx2M89jLoRegEEMGS+MvapreaG9LEAz58o=; b=UA2RzVma9qKZ6h3k4VuuTdQ5g5fhmpaGaQ4mJXDiTq3QT5vBpp87v8QEBoCPnBF79Z 5LY6JczCNmJNerfEan9JqqfD5pgkODdks9GxZs2HF03wyxofA7tfDQtyZgYMTSZcz5ot LEdnefPNhKsYKhJQ4zeC0NURkfRVkTzJcCGIuvQ6CuZVm2swMWTHgK0JSLs2nXj1nR7t HrZXtGekX/oEBuaWmOhC7SUcSd7yDMJeQwaFji4oo8uf3D2Q38ze54f/15lqukEifDyi jW90Ju5HQtBaN2BAWBORAo69mjKjKpbshpWgC9Ob3EaR5SAX3MBytN92R+uoQ1FUIh8Z 0L6w== X-Gm-Message-State: ANoB5pluWQMTH4Kc5n4DwoznlJ+70oAy1Y/0VHCg6IZnHksJTCahnFsg gWR5XmVvyiCOxk9uZOMV9vEqkkk8qzm4Tg== X-Google-Smtp-Source: AA0mqf5cBNvOEYTLCSWxA180ibJxOfn0Al19NUVt6kYS0j9LSgcAoNL0kd0Ax8bi3ymr4mhhPjMYag== X-Received: by 2002:a5d:4a4d:0:b0:241:784b:1e2e with SMTP id v13-20020a5d4a4d000000b00241784b1e2emr11615361wrs.434.1668595392560; Wed, 16 Nov 2022 02:43:12 -0800 (PST) Received: from arrakeen.starnux.net ([2a01:e0a:982:cbb0:8261:5fff:fe11:bdda]) by smtp.gmail.com with ESMTPSA id t8-20020adff048000000b002238ea5750csm18010846wro.72.2022.11.16.02.43.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 16 Nov 2022 02:43:12 -0800 (PST) Subject: [PATCH 0/3] arm64: dts: qcom: Add ADSP, CDSP & MDSS support to SM8550 and MTP board MIME-Version: 1.0 X-b4-tracking: H4sIAL2+dGMC/w3MOw7DIAwA0KtEnmsJqKzQ3oaAlSCFj2zSJcrdy/iWd4OyZFb4LjcI/7LmVifsa4 F4hLoz5jQNzjhnrSUcreeIWjyRwavrEA4F01AULm1wlxaRnKe0Guv5/YFZbUEZNwk1HjOr13k+zx/Z cYVCewAAAA== From: Neil Armstrong Date: Wed, 16 Nov 2022 11:43:09 +0100 Message-Id: <20221115-topic-sm8550-upstream-dts-remoteproc-v1-0-379eec11d841@linaro.org> To: Bjorn Andersson , Andy Gross , Krzysztof Kozlowski , Rob Herring , Konrad Dybcio Cc: linux-arm-msm@vger.kernel.org, Abel Vesa , Neil Armstrong , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org X-Mailer: b4 0.10.1 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org This adds support for the aDSP, cDSP and MPSS Subsystems found in the SM8550 SoC. The aDSP, cDSP and MPSS needs: - smp2p support nodes to get event back from the subsystems - remoteproc nodes with glink-edge subnodes providing all needed resources to start and run the subsystems In addition, the MPSS Subsystem needs a rmtfs_mem dedicated memory zone. Finally the firmwares file paths are added in the MTP board DT. For the MPSS to successfully start the MPSS DSM driver [3] will be needed. This patchset depends on: - bindings changes at [1] - base SM8550 DT at [2] To: Andy Gross To: Bjorn Andersson To: Konrad Dybcio To: Rob Herring To: Krzysztof Kozlowski Cc: linux-arm-msm@vger.kernel.org Cc: devicetree@vger.kernel.org Cc: linux-kernel@vger.kernel.org Cc: Abel Vesa Signed-off-by: Neil Armstrong [1] https://lore.kernel.org/all/20221114-narmstrong-sm8550-upstream-remoteproc-v1-0-104c34cb3b91@linaro.org/ [2] https://lore.kernel.org/all/20221116103146.2556846-1-abel.vesa@linaro.org/ [3] https://lore.kernel.org/all/20221114-narmstrong-sm8550-upstream-mpss_dsm-v1-0-158dc2bb6e96@linaro.org/ --- Abel Vesa (1): arm64: dts: qcom: sm8550: Add interconnect path to SCM node Neil Armstrong (2): arm64: dts: qcom: sm8550: add adsp, cdsp & mdss support nodes arm64: dts: qcom: sm8550-mtp: enable adsp, cdsp & mdss arch/arm64/boot/dts/qcom/sm8550-mtp.dts | 18 ++ arch/arm64/boot/dts/qcom/sm8550.dtsi | 338 ++++++++++++++++++++++++++++++++ 2 files changed, 356 insertions(+) --- base-commit: a237afe452d9079aa024e465642b4cde0a04c7ff change-id: 20221115-topic-sm8550-upstream-dts-remoteproc-5285d7018e39 Best regards,