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 X-Spam-Level: X-Spam-Status: No, score=-19.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 500ECC433E0 for ; Thu, 4 Feb 2021 16:54:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 155B964F44 for ; Thu, 4 Feb 2021 16:54:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238201AbhBDQyR (ORCPT ); Thu, 4 Feb 2021 11:54:17 -0500 Received: from mail.kernel.org ([198.145.29.99]:52280 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238193AbhBDQxY (ORCPT ); Thu, 4 Feb 2021 11:53:24 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 0DCF660202; Thu, 4 Feb 2021 16:52:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1612457564; bh=FzKfo2TmGyyfV4NYpyLI3+sqHILLXsk6ekUI9XU5YlE=; h=From:To:Cc:Subject:Date:From; b=QGz0OWQyajXk2MRCWIbcObehiEXJqfkWv9nq+ZW4lXSGeXB+oWUt2pbdN8b3q6M2m uaCrD+7sngzW+LCQhA3LiNPDcsrwU27GLBurC+oBwPEsDVgNafWOHPa56jzb1uhXnI 0EtncDJnYiyFsw9FNrCC5TubHIyYQEQjddCH7vyOKD7MyAxmWB0sPaOkcpqjcxhIen obi/1MNcHTiRjwGh+3jr5fCCyiEmHYY71h0hgmk5mxwwRa7bfHqYxOpucbJxg1SR1Z VPXtqpUoRpkPmLcbz4ySHgixC8hHOzPBLvJ6ds1xZA4cDdCuZHFl0dWT8VmnTn/nPT eBymoGWbbz/nQ== From: Vinod Koul To: "Martin K . Petersen" Cc: linux-arm-msm@vger.kernel.org, Bjorn Andersson , Vinod Koul , "James E . J . Bottomley" , Asutosh Das , Rob Herring , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2] scsi: dt-bindings: ufs: Add sm8250, sm8350 compatible strings Date: Thu, 4 Feb 2021 22:22:34 +0530 Message-Id: <20210204165234.61939-1-vkoul@kernel.org> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Document "qcom,sm8250-ufshc" and "qcom,sm8350-ufshc" compatible string. Use of "qcom,sm8250-ufshc" is already present upstream, so add misiing documentation. "qcom,sm8350-ufshc" is for UFS HC found in SM8350 SoC. Reviewed-by: Bjorn Andersson Signed-off-by: Vinod Koul --- - add Bjorn's ack - split from phy series Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt b/Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt index 415ccdd7442d..d8fd4df81743 100644 --- a/Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt +++ b/Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt @@ -14,6 +14,8 @@ Required properties: "qcom,msm8998-ufshc", "qcom,ufshc", "jedec,ufs-2.0" "qcom,sdm845-ufshc", "qcom,ufshc", "jedec,ufs-2.0" "qcom,sm8150-ufshc", "qcom,ufshc", "jedec,ufs-2.0" + "qcom,sm8250-ufshc", "qcom,ufshc", "jedec,ufs-2.0" + "qcom,sm8350-ufshc", "qcom,ufshc", "jedec,ufs-2.0" - interrupts : - reg : -- 2.26.2