From patchwork Thu Oct 12 06:19:32 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vivek Gautam X-Patchwork-Id: 10001101 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 80EF560216 for ; Thu, 12 Oct 2017 06:22:10 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7000D28D01 for ; Thu, 12 Oct 2017 06:22:10 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 5DA1628D1C; Thu, 12 Oct 2017 06:22:10 +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 4B1BF28D01 for ; Thu, 12 Oct 2017 06:21:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752474AbdJLGUD (ORCPT ); Thu, 12 Oct 2017 02:20:03 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:58214 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751302AbdJLGUA (ORCPT ); Thu, 12 Oct 2017 02:20:00 -0400 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id 3F629607E1; Thu, 12 Oct 2017 06:20:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1507789200; bh=LsoDsZ2YM7C8RLCgISZHax+9aDCxZ7bXQm6zuRBkvhI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=FABw8MAGuJt5q1lwppu4gSCnbjobypPPLIZA+gUV/3eozq9m/Mki3r9nMLoNbBqmH ZZmaHR0qcivIen1QJx9QdpOC7ZK22tjziBupvQpqOg3TmRpKSXBiMtKv8Krl9bALw4 0atQnxLWRJnc5ro3vUV0MEYjIl8g6z6DLtMYG/vQ= 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 B216960763; Thu, 12 Oct 2017 06:19:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1507789199; bh=LsoDsZ2YM7C8RLCgISZHax+9aDCxZ7bXQm6zuRBkvhI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=aGkNCpeNQuVhixcrwdEMBaZ3R9zBbkEFCvl1qEb24CrALHL/IGcQHnw0l05u2EoEH YppI5f5iSvW0CVb95Z1iaVcAviIgxiVGo6Oxqx/DJIKg5SrnBCiu+Llyt5ki7a+uOk H3zMiikacCoLzpJy0psJ3by4Uk2NqdygqxeulDlg= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org B216960763 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 Cc: subhashj@codeaurora.org, robh+dt@kernel.org, bjorn.andersson@linaro.org, devicetree@vger.kernel.org, Vivek Gautam Subject: [PATCH v2 1/5] dt-bindings: phy: Add PHY_TYPE_UFS definition Date: Thu, 12 Oct 2017 11:49:32 +0530 Message-Id: <1507789176-2760-2-git-send-email-vivek.gautam@codeaurora.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1507789176-2760-1-git-send-email-vivek.gautam@codeaurora.org> References: <1507789176-2760-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 --- Changes since v1: - none. 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 */