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 D148BC433EF for ; Thu, 3 Mar 2022 01:52:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231474AbiCCBw4 (ORCPT ); Wed, 2 Mar 2022 20:52:56 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45644 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231603AbiCCBw4 (ORCPT ); Wed, 2 Mar 2022 20:52:56 -0500 Received: from alexa-out.qualcomm.com (alexa-out.qualcomm.com [129.46.98.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D2F45113D; Wed, 2 Mar 2022 17:52:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; i=@quicinc.com; q=dns/txt; s=qcdkim; t=1646272332; x=1677808332; h=message-id:date:mime-version:subject:to:cc:references: from:in-reply-to:content-transfer-encoding; bh=icOWcKXZ8RLcuFhBmkMKn2v/xS0KeI078BnGvm3HMPU=; b=ONLY1Dr7j0Oaty1DwenBEHiIGXyj7/RIT2yIPXuT1vK+94TBv1oceJcv RnNC2UuHGRzvHXp6TpykYsc567nZjQ1wRmt4e06Xiumlc5VvxtaOBDe04 5gBlqBRcONdxs0veXALzYLABzc0Aj+N6fbYoK/Li5Q9xc61fKT/zlRuYK 0=; Received: from ironmsg09-lv.qualcomm.com ([10.47.202.153]) by alexa-out.qualcomm.com with ESMTP; 02 Mar 2022 17:52:11 -0800 X-QCInternal: smtphost Received: from nasanex01c.na.qualcomm.com ([10.47.97.222]) by ironmsg09-lv.qualcomm.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Mar 2022 17:52:10 -0800 Received: from nalasex01a.na.qualcomm.com (10.47.209.196) by nasanex01c.na.qualcomm.com (10.47.97.222) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.15; Wed, 2 Mar 2022 17:52:09 -0800 Received: from [10.216.42.174] (10.80.80.8) by nalasex01a.na.qualcomm.com (10.47.209.196) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.15; Wed, 2 Mar 2022 17:52:03 -0800 Message-ID: <6a1a4129-00af-4db2-6bd5-974784646e50@quicinc.com> Date: Thu, 3 Mar 2022 07:21:58 +0530 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.6.1 Subject: Re: [PATCH v6 1/3] soundwire: qcom: Add compatible name for v1.6.0 Content-Language: en-US To: Vinod Koul CC: , , , , , , , , , , , , , , , , , , , , Venkata Prasad Potturu References: <1646224982-3361-1-git-send-email-quic_srivasam@quicinc.com> <1646224982-3361-2-git-send-email-quic_srivasam@quicinc.com> From: Srinivasa Rao Mandadapu Organization: Qualcomm In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) To nalasex01a.na.qualcomm.com (10.47.209.196) Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 3/2/2022 9:13 PM, Vinod Koul wrote: Thanks for Your time Vinod!!! > On 02-03-22, 18:13, Srinivasa Rao Mandadapu wrote: >> Update compatible string and master data information in soundwire driver >> to support v1.6.0 in lpass sc7280 based platform. > Where is the documentation of this new compatible The compatible name already exists in Documentation/devicetree/bindings/soundwire/qcom,sdw.txt >> Signed-off-by: Srinivasa Rao Mandadapu >> Co-developed-by: Venkata Prasad Potturu >> Signed-off-by: Venkata Prasad Potturu >> --- >> drivers/soundwire/qcom.c | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/drivers/soundwire/qcom.c b/drivers/soundwire/qcom.c >> index 5481341..fc41210 100644 >> --- a/drivers/soundwire/qcom.c >> +++ b/drivers/soundwire/qcom.c >> @@ -1348,6 +1348,7 @@ static int qcom_swrm_remove(struct platform_device *pdev) >> static const struct of_device_id qcom_swrm_of_match[] = { >> { .compatible = "qcom,soundwire-v1.3.0", .data = &swrm_v1_3_data }, >> { .compatible = "qcom,soundwire-v1.5.1", .data = &swrm_v1_5_data }, >> + { .compatible = "qcom,soundwire-v1.6.0", .data = &swrm_v1_5_data }, >> {/* sentinel */}, >> }; >> >> -- >> 2.7.4