From patchwork Fri Aug 4 06:48:48 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vivek Gautam X-Patchwork-Id: 9880689 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 4CE3E6031B for ; Fri, 4 Aug 2017 06:50:48 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3EDF9289A9 for ; Fri, 4 Aug 2017 06:50:48 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 33CE6289AE; Fri, 4 Aug 2017 06:50:48 +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=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=unavailable 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 CE97B289A9 for ; Fri, 4 Aug 2017 06:50:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751383AbdHDGtT (ORCPT ); Fri, 4 Aug 2017 02:49:19 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:56356 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751269AbdHDGtO (ORCPT ); Fri, 4 Aug 2017 02:49:14 -0400 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id D2443605A8; Fri, 4 Aug 2017 06:49:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1501829353; bh=s8exTBUsoSod2y0Q5VELTW5bGwr2AAThCjH6Y8QKwPc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=JdinyNU5u1jt9wadfxwMaqEkwhi6H1PY1Ltn4FjgxIJYe3TeYyu5s+D53uzEST4dM asT2MyDQlE8TNT92hnDrIprOXKr+knAZ2aR3SNFyasmRmMz4m5GJ1VYJ6M90CkVvk9 WErBI1bgvLRoMgllf0B6UKdcpRH62jMFrogImuWg= Received: from blr-ubuntu-41.ap.qualcomm.com (blr-bdr-fw-01_globalnat_allzones-outside.qualcomm.com [103.229.18.19]) (using TLSv1.1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: vivek.gautam@smtp.codeaurora.org) by smtp.codeaurora.org (Postfix) with ESMTPSA id E27CC60729; Fri, 4 Aug 2017 06:49:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1501829352; bh=s8exTBUsoSod2y0Q5VELTW5bGwr2AAThCjH6Y8QKwPc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=IkFJeOZcHwgBeiVYH/WbpbcQB5kgaGCZFVN/6SFlzqm6mtVZrXSP1OpAnXvm6XlPx py6T5fHU+oaeJy489HdH8QTQFH/jMYQRGNW4xV+DiT5KCWtwUypfbnVozOZccfUir1 fPBsnX+/f/BCev+Pju84GMwandJmdKU0iNxSGsR8= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org E27CC60729 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=vivek.gautam@codeaurora.org From: Vivek Gautam To: kishon@ti.com, martin.petersen@oracle.com, linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org, robh+dt@kernel.org Cc: linux-arm-msm@vger.kernel.org, subhashj@codeaurora.org, bjorn.andersson@linaro.org, devicetree@vger.kernel.org, jejb@linux.vnet.ibm.com, vinholikatti@gmail.com, Vivek Gautam Subject: [PATCH 1/5] dt-bindings: phy: Add PHY_TYPE_UFS definition Date: Fri, 4 Aug 2017 12:18:48 +0530 Message-Id: <1501829332-5183-2-git-send-email-vivek.gautam@codeaurora.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1501829332-5183-1-git-send-email-vivek.gautam@codeaurora.org> References: <1501829332-5183-1-git-send-email-vivek.gautam@codeaurora.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 definition for UFS phy type. Signed-off-by: Vivek Gautam --- include/dt-bindings/phy/phy.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/dt-bindings/phy/phy.h b/include/dt-bindings/phy/phy.h index 6c901930eb3e..d16e8755f6a9 100644 --- a/include/dt-bindings/phy/phy.h +++ b/include/dt-bindings/phy/phy.h @@ -15,5 +15,6 @@ #define PHY_TYPE_PCIE 2 #define PHY_TYPE_USB2 3 #define PHY_TYPE_USB3 4 +#define PHY_TYPE_UFS 5 #endif /* _DT_BINDINGS_PHY */