From patchwork Tue May 29 14:41:15 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sibi Sankar X-Patchwork-Id: 10435675 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 2674260327 for ; Tue, 29 May 2018 14:41:43 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 16C43285EE for ; Tue, 29 May 2018 14:41:43 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 0B40228628; Tue, 29 May 2018 14:41:43 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI, T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B0292285EE for ; Tue, 29 May 2018 14:41:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934857AbeE2Ol3 (ORCPT ); Tue, 29 May 2018 10:41:29 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:36474 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934608AbeE2Ol2 (ORCPT ); Tue, 29 May 2018 10:41:28 -0400 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id CDD3660242; Tue, 29 May 2018 14:41:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1527604887; bh=mQ6dRs1eFoWSRI0YJKmI6Fgpnvz2FlVLh/5xdnr9QGE=; h=From:To:Cc:Subject:Date:From; b=QKLyZq89OMuhWCtDQRCmEtKLxt26wnQ7iDpV1drlYEwSDo6B0cwXlzGZxZauaH4PC Ro2ytWai8VjwNHXpFvFiqvBt9cc7yOa3ddcq6popcskBuHsp9vLRRJJgQrI/Nyd9kM BK1vzMwkYgpSn+tn/88q0wh97UVyQhoy/kWnSDa4= Received: from blr-ubuntu-87.qualcomm.com (blr-bdr-fw-01_globalnat_allzones-outside.qualcomm.com [103.229.18.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: sibis@smtp.codeaurora.org) by smtp.codeaurora.org (Postfix) with ESMTPSA id B6BEB60261; Tue, 29 May 2018 14:41:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1527604887; bh=mQ6dRs1eFoWSRI0YJKmI6Fgpnvz2FlVLh/5xdnr9QGE=; h=From:To:Cc:Subject:Date:From; b=QKLyZq89OMuhWCtDQRCmEtKLxt26wnQ7iDpV1drlYEwSDo6B0cwXlzGZxZauaH4PC Ro2ytWai8VjwNHXpFvFiqvBt9cc7yOa3ddcq6popcskBuHsp9vLRRJJgQrI/Nyd9kM BK1vzMwkYgpSn+tn/88q0wh97UVyQhoy/kWnSDa4= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org B6BEB60261 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=sibis@codeaurora.org From: Sibi Sankar To: robh+dt@kernel.org Cc: bjorn.andersson@linaro.org, linux-remoteproc@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, p.zabel@pengutronix.de, ohad@wizery.com, mark.rutland@arm.com, kyan@codeaurora.org, sricharan@codeaurora.org, akdwived@codeaurora.org, linux-arm-msm@vger.kernel.org, tsoni@codeaurora.org, Sibi Sankar Subject: [PATCH v5 5/8] dt-bindings: remoteproc: Add Q6v5 Modem PIL binding for SDM845 Date: Tue, 29 May 2018 20:11:15 +0530 Message-Id: <20180529144115.28981-1-sibis@codeaurora.org> X-Mailer: git-send-email 2.17.0 Sender: linux-remoteproc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-remoteproc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Add new compatible string for Qualcomm SDM845 SoCs Reviewed-by: Rob Herring Signed-off-by: Sibi Sankar --- Documentation/devicetree/bindings/remoteproc/qcom,q6v5.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/remoteproc/qcom,q6v5.txt b/Documentation/devicetree/bindings/remoteproc/qcom,q6v5.txt index 00d3d58a102f..d90182425450 100644 --- a/Documentation/devicetree/bindings/remoteproc/qcom,q6v5.txt +++ b/Documentation/devicetree/bindings/remoteproc/qcom,q6v5.txt @@ -11,6 +11,7 @@ on the Qualcomm Hexagon core. "qcom,msm8916-mss-pil", "qcom,msm8974-mss-pil" "qcom,msm8996-mss-pil" + "qcom,sdm845-mss-pil" - reg: Usage: required