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 BF689C433FE for ; Wed, 2 Nov 2022 17:51:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230139AbiKBRvo (ORCPT ); Wed, 2 Nov 2022 13:51:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52416 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229704AbiKBRvo (ORCPT ); Wed, 2 Nov 2022 13:51:44 -0400 Received: from alexa-out-sd-01.qualcomm.com (alexa-out-sd-01.qualcomm.com [199.106.114.38]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B10D02D1C8; Wed, 2 Nov 2022 10:51:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; i=@quicinc.com; q=dns/txt; s=qcdkim; t=1667411503; x=1698947503; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=osroUKWDK6R36kkp7No9NzAj/w4+ub0gq1/3KEb7bE0=; b=lBakJiTk4WyxYOPOlfi6XHZaY+fXL23QT1Utvnzo0ba9WadjtSzbdM/K 4nt+98T9NfWrvX2pGEx9HM4dl4VBeOBQKFGP0uBbi6+2uQn+t3P4gSJj/ zKG1vFykYJuaSo6sRZNuP0EiG80zDeSDtJa+J6XpteI1iKDt4zlwRC5DR Q=; Received: from unknown (HELO ironmsg04-sd.qualcomm.com) ([10.53.140.144]) by alexa-out-sd-01.qualcomm.com with ESMTP; 02 Nov 2022 10:51:43 -0700 X-QCInternal: smtphost Received: from nasanex01b.na.qualcomm.com ([10.46.141.250]) by ironmsg04-sd.qualcomm.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Nov 2022 10:51:42 -0700 Received: from quicinc.com (10.80.80.8) by nasanex01b.na.qualcomm.com (10.46.141.250) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.29; Wed, 2 Nov 2022 10:51:41 -0700 Date: Wed, 2 Nov 2022 10:51:40 -0700 From: Guru Das Srinagesh To: Richard Acayan CC: Rob Herring , Krzysztof Kozlowski , Andy Gross , Bjorn Andersson , Konrad Dybcio , Vinod Koul , Robin Murphy , Chanho Park , Thierry Reding , Stephan Gerhold , Lorenzo Pieralisi , Robert Marko , , , , <~postmarketos/upstreaming@lists.sr.ht>, Subject: Re: [PATCH 3/4] dt-bindings: firmware: scm: add sdm670 compatible Message-ID: <20221102175140.GA16769@quicinc.com> References: <20221101235722.53955-1-mailingradian@gmail.com> <20221101235722.53955-4-mailingradian@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20221101235722.53955-4-mailingradian@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) To nasanex01b.na.qualcomm.com (10.46.141.250) Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Nov 01 2022 19:57, Richard Acayan wrote: > The Snapdragon 670 uses SCM as for PSCI power management. Document the > appropriate compatible string for it. > > Signed-off-by: Richard Acayan Reviewed-by: Guru Das Srinagesh