From patchwork Fri Dec 7 17:51:49 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Manivannan Sadhasivam X-Patchwork-Id: 10718631 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 54EAA18A7 for ; Fri, 7 Dec 2018 17:52:20 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 46BCC2F435 for ; Fri, 7 Dec 2018 17:52:20 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 449652F43E; Fri, 7 Dec 2018 17:52:20 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E951F2F454 for ; Fri, 7 Dec 2018 17:52:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726153AbeLGRwO (ORCPT ); Fri, 7 Dec 2018 12:52:14 -0500 Received: from mail-pg1-f195.google.com ([209.85.215.195]:33130 "EHLO mail-pg1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726148AbeLGRwO (ORCPT ); Fri, 7 Dec 2018 12:52:14 -0500 Received: by mail-pg1-f195.google.com with SMTP id z11so2044424pgu.0 for ; Fri, 07 Dec 2018 09:52:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=rwWQPcwAG5bL0jLJ466vv4VF+mkIHlpaX2C3j57q9XM=; b=MoWLEQByCfeN2DbJfumm8qytGeZSXqamSjDSyUv9e6MWFbr7zB1DusGQVy7vobbyTd Az2LkPbXG2Vsi6Fss7OU3EWrgTfIxqqNM6sCLa/TeDKw7YaQ1W6arHQYHnNGwroEOKBG Wfu6NbwBvaJp7FB9prZOjbmLtREUWuWfZ8zF8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=rwWQPcwAG5bL0jLJ466vv4VF+mkIHlpaX2C3j57q9XM=; b=NqOmgpYZJkH1oKsZJA5bfKvVnNM58SXV3yn8UpYcmuehbOuvT8iUVQU/b3Yfq84ho3 o0cknSESyWUe3ZOC5U6mIDsAnF1g1w/jols//JXiCEhGwBrg52BPsNQE4ss3b7G+GTJ0 r/Uwrh+lDRonJIU1HIX3bRUnoXk3/OqV+/hHSJeMWAM9/48DbEV1rbaeJ4CGWpykawjP j3N9uQ9+IBl83X450w9ZBMUB+Uk8mgA6wRV5AxrMA41LPWDCEDgcDsHULrhHPnyZgq5H H9QWtgQLsd/N3MdJ8eypYxC6mAILNB9RJsNldewpIeD+Kl5ta1P4F5Kx8Nbzg6aatMe4 zGPA== X-Gm-Message-State: AA+aEWaCOZRc/s/AuSIIldXMGaHSvgp/GBcss/W+n5Sq3oLwZScN8KwQ ydQ045Hc9cbuaxldgjWDAc9f X-Google-Smtp-Source: AFSGD/V7dL40rNgO91I6OaI5GVtS41dTEMu50J0EKyYp/qjaRceIItuadQJPqsBc2viOfsxA134pig== X-Received: by 2002:a63:451a:: with SMTP id s26mr2826299pga.150.1544205133658; Fri, 07 Dec 2018 09:52:13 -0800 (PST) Received: from localhost.localdomain ([2405:204:7207:e9c8:7189:c4b2:429f:42db]) by smtp.gmail.com with ESMTPSA id k191sm4611387pgd.9.2018.12.07.09.52.06 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 07 Dec 2018 09:52:13 -0800 (PST) From: Manivannan Sadhasivam To: vinholikatti@gmail.com, jejb@linux.vnet.ibm.com, martin.petersen@oracle.com, liwei213@huawei.com, robh+dt@kernel.org Cc: linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, john.stultz@linaro.org, amit.kucheria@linaro.org, guodong.xu@linaro.org, Manivannan Sadhasivam Subject: [PATCH 1/3] dt-bindings: ufs: Add HI3670 UFS controller binding Date: Fri, 7 Dec 2018 23:21:49 +0530 Message-Id: <20181207175151.8969-2-manivannan.sadhasivam@linaro.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20181207175151.8969-1-manivannan.sadhasivam@linaro.org> References: <20181207175151.8969-1-manivannan.sadhasivam@linaro.org> Sender: linux-scsi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Add devicetree binding for HI3670 UFS controller. HI3760 SoC is very similar to HI3660 SoC with almost same IPs. Only major difference interms of UFS is the PHY. HI3670 has 10nm PHY. Signed-off-by: Manivannan Sadhasivam --- Documentation/devicetree/bindings/ufs/ufs-hisi.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/ufs/ufs-hisi.txt b/Documentation/devicetree/bindings/ufs/ufs-hisi.txt index a48c44817367..a327c1e24365 100644 --- a/Documentation/devicetree/bindings/ufs/ufs-hisi.txt +++ b/Documentation/devicetree/bindings/ufs/ufs-hisi.txt @@ -6,7 +6,9 @@ Each UFS Host Controller should have its own node. Required properties: - compatible : compatible list, contains one of the following - "hisilicon,hi3660-ufs", "jedec,ufs-1.1" for hisi ufs - host controller present on Hi36xx chipset. + host controller present on Hi3660 chipset. + "hisilicon,hi3670-ufs", "jedec,ufs-2.1" for hisi ufs + host controller present on Hi3670 chipset. - reg : should contain UFS register address space & UFS SYS CTRL register address, - interrupt-parent : interrupt device - interrupts : interrupt number