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=-10.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=unavailable 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 D9982CA9EAF for ; Thu, 24 Oct 2019 07:48:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B078E21872 for ; Thu, 24 Oct 2019 07:48:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1571903325; bh=nEkaVq4FO8CG23Md1bkPeG2m5r7YUzla9UALRzU1j70=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=kATkH2Z3e2ClMAyBhG/pUfX1AfS0JDkZM/EyAA8myR/DiHnJ0b9mdDvhDZCec3KRo V9km93r/wswUqYD63o7kbd2MGv3hu7puU9CrIWl1EBxEEIGDpI1DIilXHmAtrEx0Vd 2bXeDSFAtf7E54gKXUkcUUM1K3o1sEUNVzfwkWLM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2408713AbfJXHsm (ORCPT ); Thu, 24 Oct 2019 03:48:42 -0400 Received: from mail.kernel.org ([198.145.29.99]:54272 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2404701AbfJXHsl (ORCPT ); Thu, 24 Oct 2019 03:48:41 -0400 Received: from localhost.localdomain (unknown [122.181.210.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id EA9162166E; Thu, 24 Oct 2019 07:48:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1571903320; bh=nEkaVq4FO8CG23Md1bkPeG2m5r7YUzla9UALRzU1j70=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=hO3qkVyVc663w59H6ohgAhIuoxUz6O5Mu7UFR6m9WQZMUjhG5Ng35FepQspy8909y dK8FENawcgQ4xhiGSo5RfkZKSSkwFg67+DRm2TQktjC46Io606SHpXJY0XjGbNVXMZ PnBGd+zGd8+Wpt3nqtQ4VBPye/il8uu8mj2/x4yA= From: Vinod Koul To: Kishon Vijay Abraham I Cc: linux-arm-msm@vger.kernel.org, Bjorn Andersson , Vinod Koul , Andy Gross , Rob Herring , Mark Rutland , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, "Martin K. Petersen" , Evan Green , Can Guo , Stanley Chu , Subhash Jadavani , Douglas Anderson , Stephen Boyd , Rob Herring Subject: [PATCH v3 1/3] dt-bindings: ufs: Add sm8150 compatible string Date: Thu, 24 Oct 2019 13:18:00 +0530 Message-Id: <20191024074802.26526-2-vkoul@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20191024074802.26526-1-vkoul@kernel.org> References: <20191024074802.26526-1-vkoul@kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Document "qcom,sm8150-ufshc" compatible string for UFS HC found on SM8150. Signed-off-by: Vinod Koul Reviewed-by: Bjorn Andersson Reviewed-by: Stephen Boyd Acked-by: Rob Herring --- Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt b/Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt index d78ef63935f9..415ccdd7442d 100644 --- a/Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt +++ b/Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt @@ -13,6 +13,7 @@ Required properties: "qcom,msm8996-ufshc", "qcom,ufshc", "jedec,ufs-2.0" "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" - interrupts : - reg : -- 2.20.1