From patchwork Thu Mar 22 08:50:45 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Manu Gautam X-Patchwork-Id: 10300997 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 D43D060386 for ; Thu, 22 Mar 2018 08:52:46 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C719F28429 for ; Thu, 22 Mar 2018 08:52:46 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id BBABF28514; Thu, 22 Mar 2018 08:52:46 +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=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 6DD4528429 for ; Thu, 22 Mar 2018 08:52:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753282AbeCVIwg (ORCPT ); Thu, 22 Mar 2018 04:52:36 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:39356 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753013AbeCVIvo (ORCPT ); Thu, 22 Mar 2018 04:51:44 -0400 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id DDE9560314; Thu, 22 Mar 2018 08:51:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1521708703; bh=YkKxYqCUoeT7eho50T2Qf8UjBm7aZV0q3kVjv62RL/E=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=JIuMbWyJaDbNO5Gt+LzOJwu0MJqmCn6vi23+kIIedO+PsmY9o1L+m+RQV6lLvUPQt 5nfHvrPhpGIXWzYLB4zHW9EMPdPJkO3zHbOKycNG3UU+N/MhzGwePjKG1egJATBEhQ 1p+XjHClNDm1Pi5ZMc208k+ErlmtMsZ4VbwVjrgQ= Received: from mgautam-linux.qualcomm.com (blr-c-bdr-fw-01_globalnat_allzones-outside.qualcomm.com [103.229.19.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: mgautam@smtp.codeaurora.org) by smtp.codeaurora.org (Postfix) with ESMTPSA id 06A1C60F78; Thu, 22 Mar 2018 08:51:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1521708703; bh=YkKxYqCUoeT7eho50T2Qf8UjBm7aZV0q3kVjv62RL/E=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=JIuMbWyJaDbNO5Gt+LzOJwu0MJqmCn6vi23+kIIedO+PsmY9o1L+m+RQV6lLvUPQt 5nfHvrPhpGIXWzYLB4zHW9EMPdPJkO3zHbOKycNG3UU+N/MhzGwePjKG1egJATBEhQ 1p+XjHClNDm1Pi5ZMc208k+ErlmtMsZ4VbwVjrgQ= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 06A1C60F78 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=mgautam@codeaurora.org From: Manu Gautam To: Kishon Vijay Abraham I Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Rob Herring , linux-arm-msm@vger.kernel.org, Manu Gautam , Mark Rutland , Vivek Gautam , Stephen Boyd Subject: [PATCH v2 5/6] dt-bindings: phy-qcom-usb2: Update bindings for sdm845 Date: Thu, 22 Mar 2018 14:20:45 +0530 Message-Id: <1521708646-5379-6-git-send-email-mgautam@codeaurora.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1521708646-5379-1-git-send-email-mgautam@codeaurora.org> References: <1521708646-5379-1-git-send-email-mgautam@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Update compatible strings for USB2 PHYs on sdm845. There are two QUSB2 PHYs present on sdm845. Few PHY registers programming is different for these PHYs related to electrical parameters, otherwise both are same. Signed-off-by: Manu Gautam --- Documentation/devicetree/bindings/phy/qcom-qusb2-phy.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/phy/qcom-qusb2-phy.txt b/Documentation/devicetree/bindings/phy/qcom-qusb2-phy.txt index 42c9742..b99a57f 100644 --- a/Documentation/devicetree/bindings/phy/qcom-qusb2-phy.txt +++ b/Documentation/devicetree/bindings/phy/qcom-qusb2-phy.txt @@ -6,7 +6,9 @@ QUSB2 controller supports LS/FS/HS usb connectivity on Qualcomm chipsets. Required properties: - compatible: compatible list, contains "qcom,msm8996-qusb2-phy" for 14nm PHY on msm8996, - "qcom,qusb2-v2-phy" for QUSB2 V2 PHY. + "qcom,qusb2-v2-phy" for QUSB2 V2 PHY, + "qcom,sdm845-qusb2-phy-1" for primary PHY on sdm845, + "qcom,sdm845-qusb2-phy-2" for secondary PHY on sdm845. - reg: offset and length of the PHY register set. - #phy-cells: must be 0.