From patchwork Thu Jan 19 06:11:11 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Srinivasa Rao Mandadapu X-Patchwork-Id: 13107440 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 alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 8D117C38142 for ; Thu, 19 Jan 2023 06:13:11 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 24CF46516; Thu, 19 Jan 2023 07:12:19 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 24CF46516 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1674108789; bh=X8RUAAnCKWj2vCxCDW7x/vzM8oJU8PqsdAsZYxiXG/g=; h=From:To:Subject:Date:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:Cc:From; b=JLpLTf3FEc7NskXogHGGX39q3HBoXyuBrIDAOwPhFH51uGKGZwVhnNd3zuiqoWcJD jveehT9V7P86+WwbSDIAJXdTXWPfoppuz97I+5rJYF8BECMwpuM1VP2mtx4cDNWrqA h0J7hzavnSR1xaWDdnbAVIpR9CXM1jhBZqa/cT34= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 5A5A4F804F2; Thu, 19 Jan 2023 07:11:53 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 70D5FF8025D; Thu, 19 Jan 2023 07:11:51 +0100 (CET) Received: from mx0a-0031df01.pphosted.com (mx0a-0031df01.pphosted.com [205.220.168.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id B7E25F800F0 for ; Thu, 19 Jan 2023 07:11:37 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz B7E25F800F0 Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key, unprotected) header.d=quicinc.com header.i=@quicinc.com header.a=rsa-sha256 header.s=qcppdkim1 header.b=LycrCrxB Received: from pps.filterd (m0279864.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 30J4AB0J027488; Thu, 19 Jan 2023 06:11:34 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h=from : to : cc : subject : date : message-id : mime-version : content-type; s=qcppdkim1; bh=ndoih95BtyqHjZ2gHLIS1jsE7+cfyr3PpCgTpjy8BiY=; b=LycrCrxBz7+i4/oAYXkGYiPjaKAPLrt7qCOMil6i687H8BI0gMX+EN0s39QXrC3Zc29z nmGxwfbDfdBJmlY8aNluIQfWZV0kiYWgpKJtUnR0N9kEHyMYc4/hcXNshPXcLewQMzWz E/krbF+EJC2+4s6ga9Jh3yCKFgespNlF7LmcPjutL8aZBjAgxU+V1wfS2w6gWdbdEV2t J9zUrBDwySrOIvcn0MQgCxBRlTDSL/SapwoSSFDfWWEz++3sLMohoEqJ8xwpandvGV5q InE7amxzwpp6jwb39cWRYIBDxq/ayRVgrlGIc4lLOw6YJbj0onOgJcYvJ9PDzXNqSNbB Iw== Received: from nalasppmta05.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3n6vjbgcg7-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 19 Jan 2023 06:11:34 +0000 Received: from nalasex01a.na.qualcomm.com (nalasex01a.na.qualcomm.com [10.47.209.196]) by NALASPPMTA05.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 30J6BXf1021111 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 19 Jan 2023 06:11:33 GMT Received: from hu-srivasam-hyd.qualcomm.com (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.36; Wed, 18 Jan 2023 22:11:27 -0800 From: Srinivasa Rao Mandadapu To: , , , , , , , , , , , , , , , , Subject: [PATCH 0/3] Update lpass dt-bindings Date: Thu, 19 Jan 2023 11:41:11 +0530 Message-ID: <1674108674-8392-1-git-send-email-quic_srivasam@quicinc.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) To nalasex01a.na.qualcomm.com (10.47.209.196) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-ORIG-GUID: aSyoPueBklSXdRfDQUCx70P2AH-V-SrZ X-Proofpoint-GUID: aSyoPueBklSXdRfDQUCx70P2AH-V-SrZ X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.219,Aquarius:18.0.923,Hydra:6.0.562,FMLib:17.11.122.1 definitions=2023-01-18_05,2023-01-18_01,2022-06-22_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 lowpriorityscore=0 suspectscore=0 priorityscore=1501 clxscore=1011 phishscore=0 malwarescore=0 mlxscore=0 spamscore=0 impostorscore=0 mlxlogscore=861 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2212070000 definitions=main-2301190048 X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Srinivasa Rao Mandadapu Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" Update va-macro driver dt-bindings and add missing properties in sc7280 machine driver dt-bindings. Srinivasa Rao Mandadapu (3): ASoC: qcom: dt-bindings: lpass-va-macro: Update clock name ASoC: google: dt-bindings: sc7280: Add platform property ASoC: google: dt-bindings: sc7280: Add #sound-dai-cells property .../devicetree/bindings/sound/google,sc7280-herobrine.yaml | 14 ++++++++++++++ .../devicetree/bindings/sound/qcom,lpass-va-macro.yaml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-)