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 9107CC433F5 for ; Tue, 17 May 2022 15:19:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1349809AbiEQPTi (ORCPT ); Tue, 17 May 2022 11:19:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51182 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1349788AbiEQPTh (ORCPT ); Tue, 17 May 2022 11:19:37 -0400 Received: from mail-oi1-f169.google.com (mail-oi1-f169.google.com [209.85.167.169]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C52BA3BA51; Tue, 17 May 2022 08:19:30 -0700 (PDT) Received: by mail-oi1-f169.google.com with SMTP id q10so22639629oia.9; Tue, 17 May 2022 08:19:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=sk7To/cnY408tAi0eEPtXkxFL35aqCypY0kkg/jqdLw=; b=qXuq+37RMMViL9Fs9LXQM/JJwpqf3Ne9edCD8fuXYrN8jmeXs8TFcj9eukf/dxTuev fO4HgOv/QWWAd6or7PUTkUZ1CH0+JNSbeBRI6oLY5YB5L2nmoWOFG1ftZTNDZ211Da6E fCJI9aHDOxXnEaldvf4JQLOWljshL5vUjVV4TReTZ2EhJEjr0Btwd8YP2hksoofVzVh8 1VWWHEDpeMtFjNuNBjqaIQYb/Rt6OhpAvqTMfuw3Vp+juIonL/At7rLEyCJgQMqtwkkB 84LuGMGF8g5zQaa/RbmGzp5h0w+lB2lPQ77pXLge+nQis+TMOCJ8vjxdwn+mcLR0PFfQ tZOA== X-Gm-Message-State: AOAM533CC2JMG8T8bTaHHFkxLTg9MU9Sl2XCZyBfGndtxFa5mZbP5E1M ih58EGPv2XzPdvyz5DZNHg== X-Google-Smtp-Source: ABdhPJwkcmCqKlXiFmdWk4FKdCcrkh4JqOk5ARujtp8mTS1TQ2XWBLTKQX3OKemV6gUSZmTCnpa9nw== X-Received: by 2002:a05:6808:1201:b0:325:75e1:25a8 with SMTP id a1-20020a056808120100b0032575e125a8mr16753250oil.18.1652800770085; Tue, 17 May 2022 08:19:30 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id h9-20020a056870538900b000edae17a8cesm6801068oan.3.2022.05.17.08.19.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 17 May 2022 08:19:29 -0700 (PDT) Received: (nullmailer pid 1056432 invoked by uid 1000); Tue, 17 May 2022 15:19:28 -0000 Date: Tue, 17 May 2022 10:19:28 -0500 From: Rob Herring To: "Peng Fan (OSS)" Cc: shawnguo@kernel.org, festevam@gmail.com, devicetree@vger.kernel.org, krzysztof.kozlowski+dt@linaro.org, kernel@pengutronix.de, linux-imx@nxp.com, linux-kernel@vger.kernel.org, mathieu.poirier@linaro.org, linux-arm-kernel@lists.infradead.org, Peng Fan , s.hauer@pengutronix.de, bjorn.andersson@linaro.org, linux-remoteproc@vger.kernel.org, robh+dt@kernel.org Subject: Re: [PATCH V3 1/6] dt-bindings: remoteproc: imx_rproc: support i.MX8QXP Message-ID: <20220517151928.GA1056374-robh@kernel.org> References: <20220517064937.4033441-1-peng.fan@oss.nxp.com> <20220517064937.4033441-2-peng.fan@oss.nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220517064937.4033441-2-peng.fan@oss.nxp.com> Precedence: bulk List-ID: X-Mailing-List: linux-remoteproc@vger.kernel.org On Tue, 17 May 2022 14:49:32 +0800, Peng Fan (OSS) wrote: > From: Peng Fan > > Add i.MX8QXP compatible > > Add a new property fsl,resource-id for SoC which supports SCFW. > This property is used to check whether remote process is under control > of Linux or not. > > Add fsl,entry-address to specify the entry address which used by SCFW > to kick M4. > > To i.MX8QM/QXP, when M4 is in the same hardware partition with Cortex-A > cores, need power up M4 through SCFW, then M4 could start. So introduce > power-domains property > > Signed-off-by: Peng Fan > --- > .../bindings/remoteproc/fsl,imx-rproc.yaml | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) > Reviewed-by: Rob Herring 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 99386C433EF for ; Tue, 17 May 2022 15:20:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=5mZ32Z6cKUljUhRKFmXGbe6FQI3HhX4ZkW4hItQbulU=; b=yur83ufqK+JzI0 gE/HBhgd4oplHhQVoO2LgKyWbADU2qivrqM2NRWkEA8hoW/3ueslqtlg1F1P6n40FlbpwV4bnQ7W+ ybf4ex5HeEwRUmGV0MPJHvZBrcTqxMP4uSRZ1rEyP43kGdx2rmBuduTnnHYs5ID0pASbbRWeH1IJS QCWfJmbC57JKKqgLIxTrv72TfthtIJ8sKckAFaNpQ7YUQ6XqYAeBYHhUPNqZrWBkwkQaLGDJXSajC qnmZQK59mjTWOtNa8wL3J+UK2Yh3PXi1zJeaf6+5E9xEJwrhVdzU+PoWQUo7RL7X+3LktmhRoUSWh +1dlWRPH1fiRTpyL9zXg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nqyz0-00EeFs-Pa; Tue, 17 May 2022 15:19:34 +0000 Received: from mail-oi1-f181.google.com ([209.85.167.181]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nqyyx-00EeEa-Jv for linux-arm-kernel@lists.infradead.org; Tue, 17 May 2022 15:19:32 +0000 Received: by mail-oi1-f181.google.com with SMTP id w130so22715070oig.0 for ; Tue, 17 May 2022 08:19:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=sk7To/cnY408tAi0eEPtXkxFL35aqCypY0kkg/jqdLw=; b=MZuNl3onTuiMi2tpSFOeMflNph+u7dWyrOrSQEcPP8JnE6Pvn95dYh6C/9xSSvk96a n5XgAFSEmJhmkEASF4380E8q8vCeEhB7C0us4SCoUmnKoBSKe5DG7abNUdwyQWzW1E0c 8Q9yuRDwjgRW8/WRQPF9Zn6xzHJJGkiS/1fUquAhPTvJSqM1DdjFO4JDanS8TFvVwUdq VIipTCeMSOEnMXSs9U+qLyU6gzf0jFvoaFidfwoWyQ7Yd23PnCCn9IRCEybOIMHr49FI WUXdyuA7AaTy5YlRDiLeBLNX6xG3amiVmz32lbpCd3UTKTv03ayBSrfBazLgKLIWIRi/ jMuA== X-Gm-Message-State: AOAM533rPPYI1Qa2BUACMaQPl7F7AKSzBoLdutqKR26m2KXK6U7vw/Kh qQDqtjaeM5NIu0S6CYh/Qg== X-Google-Smtp-Source: ABdhPJwkcmCqKlXiFmdWk4FKdCcrkh4JqOk5ARujtp8mTS1TQ2XWBLTKQX3OKemV6gUSZmTCnpa9nw== X-Received: by 2002:a05:6808:1201:b0:325:75e1:25a8 with SMTP id a1-20020a056808120100b0032575e125a8mr16753250oil.18.1652800770085; Tue, 17 May 2022 08:19:30 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id h9-20020a056870538900b000edae17a8cesm6801068oan.3.2022.05.17.08.19.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 17 May 2022 08:19:29 -0700 (PDT) Received: (nullmailer pid 1056432 invoked by uid 1000); Tue, 17 May 2022 15:19:28 -0000 Date: Tue, 17 May 2022 10:19:28 -0500 From: Rob Herring To: "Peng Fan (OSS)" Cc: shawnguo@kernel.org, festevam@gmail.com, devicetree@vger.kernel.org, krzysztof.kozlowski+dt@linaro.org, kernel@pengutronix.de, linux-imx@nxp.com, linux-kernel@vger.kernel.org, mathieu.poirier@linaro.org, linux-arm-kernel@lists.infradead.org, Peng Fan , s.hauer@pengutronix.de, bjorn.andersson@linaro.org, linux-remoteproc@vger.kernel.org, robh+dt@kernel.org Subject: Re: [PATCH V3 1/6] dt-bindings: remoteproc: imx_rproc: support i.MX8QXP Message-ID: <20220517151928.GA1056374-robh@kernel.org> References: <20220517064937.4033441-1-peng.fan@oss.nxp.com> <20220517064937.4033441-2-peng.fan@oss.nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220517064937.4033441-2-peng.fan@oss.nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220517_081931_690191_9031C89F X-CRM114-Status: GOOD ( 12.93 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, 17 May 2022 14:49:32 +0800, Peng Fan (OSS) wrote: > From: Peng Fan > > Add i.MX8QXP compatible > > Add a new property fsl,resource-id for SoC which supports SCFW. > This property is used to check whether remote process is under control > of Linux or not. > > Add fsl,entry-address to specify the entry address which used by SCFW > to kick M4. > > To i.MX8QM/QXP, when M4 is in the same hardware partition with Cortex-A > cores, need power up M4 through SCFW, then M4 could start. So introduce > power-domains property > > Signed-off-by: Peng Fan > --- > .../bindings/remoteproc/fsl,imx-rproc.yaml | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) > Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel