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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C44B8C433EF for ; Mon, 4 Oct 2021 09:34:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A0D4161222 for ; Mon, 4 Oct 2021 09:34:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231821AbhJDJgH (ORCPT ); Mon, 4 Oct 2021 05:36:07 -0400 Received: from so254-9.mailgun.net ([198.61.254.9]:30524 "EHLO so254-9.mailgun.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229957AbhJDJgG (ORCPT ); Mon, 4 Oct 2021 05:36:06 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1633340057; h=Content-Transfer-Encoding: Content-Type: MIME-Version: Message-ID: Date: Subject: In-Reply-To: References: Cc: To: From: Sender; bh=qUNHZb0uOBf23YbH/IKy0LIqI7m7T3i+2/LOp8jLh68=; b=wzk3BLF2ULRZZcvS/+1WPYWs40PT56MCGTq+MlI2xYnjAnuFhb/+zikp2b8idzRX297NPwfb YyZTwLYElMlNxikmCQ6OW5ulfliyTfuiBW6ugLBKfGrrMOa0NYMKTKVVcJa3PzdpEmzwv7Uk 8ViDH11tKZ29G3Pz5hvRh9CFOQw= X-Mailgun-Sending-Ip: 198.61.254.9 X-Mailgun-Sid: WyI1YmJiNiIsICJkZXZpY2V0cmVlQHZnZXIua2VybmVsLm9yZyIsICJiZTllNGEiXQ== Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n07.prod.us-east-1.postgun.com with SMTP id 615aca7c63b1f18658e7cafb (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Mon, 04 Oct 2021 09:33:48 GMT Sender: pillair=codeaurora.org@mg.codeaurora.org Received: by smtp.codeaurora.org (Postfix, from userid 1001) id DD34FC4360C; Mon, 4 Oct 2021 09:33:46 +0000 (UTC) Received: from PILLAIR1 (unknown [103.155.223.104]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: pillair) by smtp.codeaurora.org (Postfix) with ESMTPSA id 76272C43460; Mon, 4 Oct 2021 09:33:42 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.codeaurora.org 76272C43460 Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; spf=fail smtp.mailfrom=codeaurora.org From: To: , , , Cc: , , , , , References: <1631874884-5166-1-git-send-email-pillair@codeaurora.org> In-Reply-To: <1631874884-5166-1-git-send-email-pillair@codeaurora.org> Subject: RE: [PATCH v4] arm64: dts: qcom: sc7280: Add WPSS remoteproc node Date: Mon, 4 Oct 2021 15:03:39 +0530 Message-ID: <004601d7b902$ed85a1b0$c890e510$@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 16.0 thread-index: AQG/dyCBpBhr7yDJIbp2QEPSU1NhJ6vzF1uw Content-Language: en-us Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org > -----Original Message----- > From: Rakesh Pillai > Sent: Friday, September 17, 2021 4:05 PM > To: agross@kernel.org; bjorn.andersson@linaro.org; robh+dt@kernel.org; > swboyd@chromium.org > Cc: linux-arm-msm@vger.kernel.org; devicetree@vger.kernel.org; linux- > kernel@vger.kernel.org; sibis@codeaurora.org; mpubbise@codeaurora.org; > kuabhs@chromium.org; Rakesh Pillai > Subject: [PATCH v4] arm64: dts: qcom: sc7280: Add WPSS remoteproc node > > Add the WPSS remoteproc node in dts for > PIL loading. > > Signed-off-by: Rakesh Pillai > --- > Changes from v3: > - Fix the qcom,halt-regs > --- > arch/arm64/boot/dts/qcom/sc7280-idp.dts | 4 +++ > arch/arm64/boot/dts/qcom/sc7280.dtsi | 63 > +++++++++++++++++++++++++++++++++ > 2 files changed, 67 insertions(+) > I have sent v5 after rebasing to latest linux-next. Thanks, Rakesh Pillai