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=-9.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, 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 15C66C17440 for ; Tue, 12 Nov 2019 11:04:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DD8882084E for ; Tue, 12 Nov 2019 11:04:30 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=chromium.org header.i=@chromium.org header.b="C4hLLbX/" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727004AbfKLLEa (ORCPT ); Tue, 12 Nov 2019 06:04:30 -0500 Received: from mail-pf1-f195.google.com ([209.85.210.195]:35668 "EHLO mail-pf1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726976AbfKLLE2 (ORCPT ); Tue, 12 Nov 2019 06:04:28 -0500 Received: by mail-pf1-f195.google.com with SMTP id q13so680467pff.2 for ; Tue, 12 Nov 2019 03:04:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=zggh2jIdOWGK04q5zcQjKWWP+qeKwx7CXLJQykZLqEg=; b=C4hLLbX/8ln78IEV85sMEapAxG54Rnnc+sX1ZMqomtBFvmkK4z/PdDvPh34Bj9ZCWw vwNQfFFrqHrZhJFbNs+tCYmAFnCHsTcUsEMZTSu9w/PGvmSssPw7dtOqk2m0X3hC1p7E JTNQDF8Q5wgMz85Fb6XusJoBsxtUFAmfDtPO0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=zggh2jIdOWGK04q5zcQjKWWP+qeKwx7CXLJQykZLqEg=; b=MNDPSFU8OiueyRacrobO4uzN5O+dofoCc+5GXBcpMHQMDUADLoUa9uypIhKGQYMsdg MEAQCBtMIdbHV/EurWRAytTe+NPhhq0lNOf2857JAFBjbOe5mIzbs1Bckl4IDqAr74uv alPVLi1r6y4k98v0z7LZqgf2axUpMo0+7yQJ8GNxo+6Df2PCAoPHpahqRnL5sh9M2bzf znjMk0q7FiLQBmxI9TABR6Y5nlxBbMy6YwNY/hvbQwE7W/E3WjytHfTvXd5Ua7tPWQdY HegOu3cS/zOcXQg6jSoSb9MSIeuavXE2CPXUhEugekiqgX9CZtJu7XfxCzuOiIQftRvm Q5/w== X-Gm-Message-State: APjAAAXyyBizZz88YH8jtzfBIh+gyQ8AILYV4kpR1hsLd18PdtxREDrK LrlIUnVCJqxM1/qdOHAMtOmCLDI6qbg= X-Google-Smtp-Source: APXvYqwvTJVVFt/l+jdExvZ1uM8jy11Q514CnpJFNu9ovRjCnL/ndqBbR2yS89+qOkiPWJEzMKqBhw== X-Received: by 2002:a62:174d:: with SMTP id 74mr35392234pfx.145.1573556667081; Tue, 12 Nov 2019 03:04:27 -0800 (PST) Received: from pihsun-z840.tpe.corp.google.com ([2401:fa00:1:10:7889:7a43:f899:134c]) by smtp.googlemail.com with ESMTPSA id 6sm21528389pfy.43.2019.11.12.03.04.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 12 Nov 2019 03:04:26 -0800 (PST) From: Pi-Hsun Shih Cc: Pi-Hsun Shih , Erin Lo , Rob Herring , Ohad Ben-Cohen , Bjorn Andersson , Rob Herring , Mark Rutland , Matthias Brugger , linux-remoteproc@vger.kernel.org (open list:REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM), devicetree@vger.kernel.org (open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS), linux-arm-kernel@lists.infradead.org (moderated list:ARM/Mediatek SoC support), linux-mediatek@lists.infradead.org (moderated list:ARM/Mediatek SoC support), linux-kernel@vger.kernel.org (open list) Subject: [PATCH v21 1/4] dt-bindings: Add a binding for Mediatek SCP Date: Tue, 12 Nov 2019 19:03:24 +0800 Message-Id: <20191112110330.179649-2-pihsun@chromium.org> X-Mailer: git-send-email 2.24.0.rc1.363.gb1bccd3e3d-goog In-Reply-To: <20191112110330.179649-1-pihsun@chromium.org> References: <20191112110330.179649-1-pihsun@chromium.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit To: unlisted-recipients:; (no To-header on input) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Erin Lo Add a DT binding documentation of SCP for the MT8183 SoC from Mediatek. Signed-off-by: Erin Lo Signed-off-by: Pi-Hsun Shih Reviewed-by: Rob Herring --- Changes from v20 ... v6: - No change. Changes from v5: - Remove dependency on CONFIG_RPMSG_MTK_SCP. Changes from v4: - Add detail of more properties. - Document the usage of mtk,rpmsg-name in subnode from the new design. Changes from v3: - No change. Changes from v2: - No change. I realized that for this patch series, there's no need to add anything under the mt8183-scp node (neither the mt8183-rpmsg or the cros-ec-rpmsg) for them to work, since mt8183-rpmsg is added directly as a rproc_subdev by code, and cros-ec-rpmsg is dynamically created by SCP name service. Changes from v1: - No change. --- .../bindings/remoteproc/mtk,scp.txt | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Documentation/devicetree/bindings/remoteproc/mtk,scp.txt diff --git a/Documentation/devicetree/bindings/remoteproc/mtk,scp.txt b/Documentation/devicetree/bindings/remoteproc/mtk,scp.txt new file mode 100644 index 000000000000..3ba668bab14b --- /dev/null +++ b/Documentation/devicetree/bindings/remoteproc/mtk,scp.txt @@ -0,0 +1,36 @@ +Mediatek SCP Bindings +---------------------------------------- + +This binding provides support for ARM Cortex M4 Co-processor found on some +Mediatek SoCs. + +Required properties: +- compatible Should be "mediatek,mt8183-scp" +- reg Should contain the address ranges for the two memory + regions, SRAM and CFG. +- reg-names Contains the corresponding names for the two memory + regions. These should be named "sram" & "cfg". +- clocks Clock for co-processor (See: ../clock/clock-bindings.txt) +- clock-names Contains the corresponding name for the clock. This + should be named "main". + +Subnodes +-------- + +Subnodes of the SCP represent rpmsg devices. The names of the devices are not +important. The properties of these nodes are defined by the individual bindings +for the rpmsg devices - but must contain the following property: + +- mtk,rpmsg-name Contains the name for the rpmsg device. Used to match + the subnode to rpmsg device announced by SCP. + +Example: + + scp: scp@10500000 { + compatible = "mediatek,mt8183-scp"; + reg = <0 0x10500000 0 0x80000>, + <0 0x105c0000 0 0x5000>; + reg-names = "sram", "cfg"; + clocks = <&infracfg CLK_INFRA_SCPSYS>; + clock-names = "main"; + }; -- 2.24.0.rc1.363.gb1bccd3e3d-goog