From patchwork Fri Sep 13 12:12:45 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sricharan Ramabadhran X-Patchwork-Id: 13803369 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 27FC5EEE26C for ; Fri, 13 Sep 2024 12:18:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Type: Content-Transfer-Encoding:MIME-Version:References:In-Reply-To:Message-ID:Date :Subject:CC:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=uTVfbexG7Vc6xnRTBTBjFm7+W/lIDuV8svAHyrwZ0Us=; b=tQnOnyHht+6n0cWi5T3kcjdDNP 5pTUQ9IZvHr0X6y0Rjd7w1qUDctK4YPx3e1YU9BjXkH4DxMze3eu9iOzQlFnUNkg5x1e3X5iZNp7k EIIDnaiQfhmv/oyxeoWCDL2VwhyFH8uZjAffOmyLChK1q2W+hdbi11VAOvKmKxfkKNRQ1GaqODNA9 Z/Z2rjBZqmEucITkk7x3HKh/7zsxNO+byQ0UOnFPlLd2NXPDl/LgGEedsz4EalF1nBdz/ar3NquPU sOJKJN3e95S8j7xxUILj4utY85vRUNSuCIrv6Mo7mbiQHgS6rGRC2tmght720I+ESymGRSvbCbNKD uNWcdz7A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sp5FM-0000000Fs2B-2xro; Fri, 13 Sep 2024 12:17:56 +0000 Received: from mx0a-0031df01.pphosted.com ([205.220.168.131]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sp5BJ-0000000Fqt3-06Po for linux-arm-kernel@lists.infradead.org; Fri, 13 Sep 2024 12:13:46 +0000 Received: from pps.filterd (m0279865.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 48DAXZRe015853; Fri, 13 Sep 2024 12:13:34 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to; s=qcppdkim1; bh= uTVfbexG7Vc6xnRTBTBjFm7+W/lIDuV8svAHyrwZ0Us=; b=WVsj3mE+RatihgpU 0tDqET9egFYMQjbPpGMWbkV961YLk6EXqu3zLXbJLXDWyyuTuR6LBT9wPHJhvZjN MvEBOee8gFvOII3vsyiS31qwdP4Sp5K3ANpHjhdg+NPSajKzclrqMi1aUEPhkyvA N/mPTVYhKc0HC9+cCxpEVlANG8zb5m21lm3DsJS9MkQVdv5vH1VzzIWFsCQffpeY 1R046xWdjSvCOWQchomtfU1sr8lIw3T62XHJe1OmSdFCCd08ET/ULKA2NJJkUwbP F7bQWw0484C9cAH+WWjXZataK/PXP+ZYvGJeMbtMzT625OBvX1gbSvpko5u9tCiJ YlL0lw== Received: from nalasppmta03.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 41he5e7x68-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 13 Sep 2024 12:13:34 +0000 (GMT) Received: from nalasex01c.na.qualcomm.com (nalasex01c.na.qualcomm.com [10.47.97.35]) by NALASPPMTA03.qualcomm.com (8.18.1.2/8.18.1.2) with ESMTPS id 48DCDXWf031436 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 13 Sep 2024 12:13:33 GMT Received: from hu-srichara-blr.qualcomm.com (10.80.80.8) by nalasex01c.na.qualcomm.com (10.47.97.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.9; Fri, 13 Sep 2024 05:13:26 -0700 From: Sricharan R To: , , , , , , , , , , , , , , , , , , , , CC: , Subject: [PATCH 3/8] dt-bindings: mmc: sdhci-msm: add IPQ5424 compatible Date: Fri, 13 Sep 2024 17:42:45 +0530 Message-ID: <20240913121250.2995351-4-quic_srichara@quicinc.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240913121250.2995351-1-quic_srichara@quicinc.com> References: <20240913121250.2995351-1-quic_srichara@quicinc.com> MIME-Version: 1.0 X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) To nalasex01c.na.qualcomm.com (10.47.97.35) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-ORIG-GUID: q4comTM6XDh6UJ7C7daLUX3AYr6IHLXq X-Proofpoint-GUID: q4comTM6XDh6UJ7C7daLUX3AYr6IHLXq X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1039,Hydra:6.0.680,FMLib:17.12.60.29 definitions=2024-09-06_09,2024-09-06_01,2024-09-02_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 clxscore=1015 priorityscore=1501 suspectscore=0 lowpriorityscore=0 impostorscore=0 malwarescore=0 mlxscore=0 phishscore=0 bulkscore=0 adultscore=0 mlxlogscore=999 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2408220000 definitions=main-2409130085 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240913_051345_091898_2BD3F294 X-CRM114-Status: GOOD ( 11.07 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: Sricharan Ramabadhran The IPQ5424 supports eMMC with an SDHCI controller. Add the appropriate compatible to the documentation. Signed-off-by: Sricharan Ramabadhran Acked-by: Rob Herring (Arm) --- Documentation/devicetree/bindings/mmc/sdhci-msm.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml index 11979b026d21..2b66c0f3129e 100644 --- a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml +++ b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml @@ -38,6 +38,7 @@ properties: - enum: - qcom,ipq5018-sdhci - qcom,ipq5332-sdhci + - qcom,ipq5424-sdhci - qcom,ipq6018-sdhci - qcom,ipq9574-sdhci - qcom,qcm2290-sdhci