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 442CFCCA47F for ; Tue, 12 Jul 2022 18:17:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230009AbiGLSRX (ORCPT ); Tue, 12 Jul 2022 14:17:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42468 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229534AbiGLSRW (ORCPT ); Tue, 12 Jul 2022 14:17:22 -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 EBF22BDB82; Tue, 12 Jul 2022 11:17:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; i=@quicinc.com; q=dns/txt; s=qcdkim; t=1657649842; x=1689185842; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=U+ur8iT4ScaOUnaqmK3MBjevV5wHwWVNU9dyycOmwqo=; b=WYQTWMU0/gQcdsa2+kVWIObYm2EVuELB+k0RK0XzaYU5SWeyCorHvPd+ N5zNxJfO3oDtIVEvQ+u+iKaEOBYO/S1Is3H/JrY2UkW95a5vdQ2YtW0+P PWM9Suzh5VYPPTJ+TlPhocZ8m1l3+MboJ8xFHirizKSrauzcGeUJbOmYj c=; Received: from unknown (HELO ironmsg03-sd.qualcomm.com) ([10.53.140.143]) by alexa-out-sd-01.qualcomm.com with ESMTP; 12 Jul 2022 11:17:21 -0700 X-QCInternal: smtphost Received: from nasanex01b.na.qualcomm.com ([10.46.141.250]) by ironmsg03-sd.qualcomm.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jul 2022 11:17:21 -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.22; Tue, 12 Jul 2022 11:17:21 -0700 Date: Tue, 12 Jul 2022 11:17:19 -0700 From: Guru Das Srinagesh To: David Heidelberg CC: Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Robert Marko , <~okias/devicetree@lists.sr.ht>, , , Subject: Re: [PATCH v5] dt-bindings: firmware: convert Qualcomm SCM binding to the yaml Message-ID: <20220712181719.GA31435@quicinc.com> References: <20220708090431.30437-1-david@ixit.cz> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20220708090431.30437-1-david@ixit.cz> 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 Jul 08 2022 11:04, David Heidelberg wrote: > Convert Qualcomm SCM firmware binding to the yaml format. > > This commit also: > - adds qcom,scm-mdm9607 into list which has only core clock > - adds qcom,scm-sm6125, qcom,scm-ipq6018 > - #reset-cells, because the property is already used > > Signed-off-by: David Heidelberg Acked-by: Guru Das Srinagesh