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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 C5D89C433EF for ; Fri, 3 Sep 2021 16:42:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9BA0860FC4 for ; Fri, 3 Sep 2021 16:42:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1350099AbhICQn2 (ORCPT ); Fri, 3 Sep 2021 12:43:28 -0400 Received: from mail-ot1-f43.google.com ([209.85.210.43]:44763 "EHLO mail-ot1-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1350010AbhICQn0 (ORCPT ); Fri, 3 Sep 2021 12:43:26 -0400 Received: by mail-ot1-f43.google.com with SMTP id g66-20020a9d12c8000000b0051aeba607f1so7197511otg.11; Fri, 03 Sep 2021 09:42:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=8O553QXkgkuwMMx4xuK2FDXtpoRRzy04IFBIFedvM08=; b=oOUDmDdQ55As99vRQpFIYBWFCbUVOjO8RPuQbXk7I7i9r9zvbfmsaWGMfe7TlEFCtx s88+1oPCejyzfDjY+mBtr+xcguXCKDT/kcB/yfprF5Osygc97n6rRyD3yTiXiXMl4YP0 2UUSrj4ZhQy+9xbsB70boNiKwzyKFIwh2kq5KqlAeGXTpQWYdSfiWBRMpCxd/W0n5heu qRWT6wBURmFr6rxeE6Ws8CcrtCq1atmSfYAOMzNsS7Qe2e9ebBVeYasSlQ3ukSfWc26v woLgklTzUZqWKV241LbFyb8vNK7ebCvBB8Uh4HRf7lJJq/IqU5XnKazFXoQM3Dy7MXre Vhqg== X-Gm-Message-State: AOAM530ZBPeXZv/AXUuHjEqQkWWS7sNw4bjdAJAV1MBgNVAt5uGAnHZK yLgUecEBFEfNt9Rg3XC7GQ== X-Google-Smtp-Source: ABdhPJzKxJLD8KNWNiNHZ69KMIgWnGflhXeTgIUfiWO9M/9ZhqLis9HLwAG+gD/otbkVFIwofxPBCw== X-Received: by 2002:a9d:798f:: with SMTP id h15mr3923253otm.227.1630687346457; Fri, 03 Sep 2021 09:42:26 -0700 (PDT) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id c24sm1064194otf.71.2021.09.03.09.42.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 03 Sep 2021 09:42:25 -0700 (PDT) Received: (nullmailer pid 3071405 invoked by uid 1000); Fri, 03 Sep 2021 16:42:24 -0000 Date: Fri, 3 Sep 2021 11:42:24 -0500 From: Rob Herring To: Shengjiu Wang Cc: ohad@wizery.com, bjorn.andersson@linaro.org, kernel@pengutronix.de, festevam@gmail.com, shawnguo@kernel.org, shengjiu.wang@gmail.com, linux-imx@nxp.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, s.hauer@pengutronix.de, linux-arm-kernel@lists.infradead.org, mathieu.poirier@linaro.org, robh+dt@kernel.org, linux-remoteproc@vger.kernel.org Subject: Re: [PATCH v3 3/4] dt-bindings: remoteproc: Add fsl,imx-dsp-rproc binding document Message-ID: References: <1630661377-31244-1-git-send-email-shengjiu.wang@nxp.com> <1630661377-31244-4-git-send-email-shengjiu.wang@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1630661377-31244-4-git-send-email-shengjiu.wang@nxp.com> Precedence: bulk List-ID: X-Mailing-List: linux-remoteproc@vger.kernel.org On Fri, 03 Sep 2021 17:29:36 +0800, Shengjiu Wang wrote: > Define the compatible string and properties needed by imx_dsp_rproc > driver. > > Signed-off-by: Shengjiu Wang > --- > .../remoteproc/fsl,imx-dsp-rproc.yaml | 131 ++++++++++++++++++ > 1 file changed, 131 insertions(+) > create mode 100644 Documentation/devicetree/bindings/remoteproc/fsl,imx-dsp-rproc.yaml > 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 X-Spam-Level: X-Spam-Status: No, score=-14.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 3E51FC433EF for ; Fri, 3 Sep 2021 16:44:19 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 0526D60F42 for ; Fri, 3 Sep 2021 16:44:18 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 0526D60F42 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org 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=uUk8/IfawqFR1HefG8sSopShyUawdMbry1IIF2itOZI=; b=pgNm6/7mdSLwqe nhl+eIWooWMSNCsJWvdI9agA2y1dIzTVvkjyzCV2CYLvFMMGJocdrR5uVFc+V1X0KJsQtOWGc0WZB IeHppCmOtT1XxM6ixg83Mq2wK+ir8xHHc4rGXMtSHEodJZFvpzvUASWMC1Upg+9Nx8dQioViv2iXG dcvuDciUYusnvcXo1tID8HnwuF+my2zLvorzpbCt110SgJJt16Hzfa0Zgc9AcUvnVyE7VYxP2WtfR BM6TMeAYM1o0z7dnKhAkFFDHwmywVCo+IUk8kSNWPHmKUr+gQJN9sAPNuC3TQD2g0WYcEkC3x8i3Q Eo9RJFm1Ig0byrRBK7Bw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mMCGu-00CRJw-3H; Fri, 03 Sep 2021 16:42:32 +0000 Received: from mail-ot1-f41.google.com ([209.85.210.41]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mMCGp-00CRJF-N9 for linux-arm-kernel@lists.infradead.org; Fri, 03 Sep 2021 16:42:29 +0000 Received: by mail-ot1-f41.google.com with SMTP id m7-20020a9d4c87000000b0051875f56b95so7221381otf.6 for ; Fri, 03 Sep 2021 09:42:27 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=8O553QXkgkuwMMx4xuK2FDXtpoRRzy04IFBIFedvM08=; b=b8Z07aU3FoEEoLmMXn0My+6PhkDtEsViMJ8n27WXUBPwI/NWycbZQpjZsJe5s0FU9M oIglhP/wg8yzpCuwdMYFmvufxStKNJtaJ/yDH6egdmIMK1oId7dvQ99woSNIPqzM9KPx w5r3srxy5v+1JpozDYscFEqvpX1SI8YYv1/cV1Bbbc/hWBa1NmQOEE4jLGorOFEW7nuT 6QNh9cHhH01d8idEllPvJ9Frw/Kk8BglwesffryByrAzhtkc7e0TGqtj+I+vrBBa7hLU RDsMeHot6H7qGyPUZwv1gbY68hd9MCBj5kGJT4MAuhxTfhSfnSQrbDpWgwIsjfSY7z52 XMAw== X-Gm-Message-State: AOAM530yJ1Ydm7hva6qrFwygPPvlQkgNijQ2XuH+hcVaHgW7sTtW+USQ Cmv2E9hBEIHWnDFBNY1+9Q== X-Google-Smtp-Source: ABdhPJzKxJLD8KNWNiNHZ69KMIgWnGflhXeTgIUfiWO9M/9ZhqLis9HLwAG+gD/otbkVFIwofxPBCw== X-Received: by 2002:a9d:798f:: with SMTP id h15mr3923253otm.227.1630687346457; Fri, 03 Sep 2021 09:42:26 -0700 (PDT) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id c24sm1064194otf.71.2021.09.03.09.42.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 03 Sep 2021 09:42:25 -0700 (PDT) Received: (nullmailer pid 3071405 invoked by uid 1000); Fri, 03 Sep 2021 16:42:24 -0000 Date: Fri, 3 Sep 2021 11:42:24 -0500 From: Rob Herring To: Shengjiu Wang Cc: ohad@wizery.com, bjorn.andersson@linaro.org, kernel@pengutronix.de, festevam@gmail.com, shawnguo@kernel.org, shengjiu.wang@gmail.com, linux-imx@nxp.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, s.hauer@pengutronix.de, linux-arm-kernel@lists.infradead.org, mathieu.poirier@linaro.org, robh+dt@kernel.org, linux-remoteproc@vger.kernel.org Subject: Re: [PATCH v3 3/4] dt-bindings: remoteproc: Add fsl,imx-dsp-rproc binding document Message-ID: References: <1630661377-31244-1-git-send-email-shengjiu.wang@nxp.com> <1630661377-31244-4-git-send-email-shengjiu.wang@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1630661377-31244-4-git-send-email-shengjiu.wang@nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210903_094227_802551_E970D3EE X-CRM114-Status: GOOD ( 10.69 ) 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 Fri, 03 Sep 2021 17:29:36 +0800, Shengjiu Wang wrote: > Define the compatible string and properties needed by imx_dsp_rproc > driver. > > Signed-off-by: Shengjiu Wang > --- > .../remoteproc/fsl,imx-dsp-rproc.yaml | 131 ++++++++++++++++++ > 1 file changed, 131 insertions(+) > create mode 100644 Documentation/devicetree/bindings/remoteproc/fsl,imx-dsp-rproc.yaml > Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel