From patchwork Wed Jan 27 14:20:28 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Baruch Siach X-Patchwork-Id: 12050391 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=-17.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_GIT autolearn=ham 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 2FEA5C433E0 for ; Wed, 27 Jan 2021 15:27:39 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C5F3820771 for ; Wed, 27 Jan 2021 15:27:38 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C5F3820771 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=tkos.co.il Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=fDeJbiu+XU1seXcuqO3LVpSgHfRB5ucU/ewIFNgKYI8=; b=NSG315yisG4iQrVA5gybhvlsh qdqRAuSeRp/p3AkJc+OeXCk4ku98S689OFcP1io1rveWGys63NB4jlqZjKZe88ndhK+GbNc4yVv5w uEH1gTIhPnL48Z7ohFBMNa9opT4ioQRLjnUwpnAmLvC2Fw8MoWSvDFkNqeSwqFQB2l71kTHn8eZsX QSOEqrjlcOERZJHH8x7K2PuyOuM15iGc7aBiLyqD0Z9n+xo4FvR1HCKgQOx5Vh5pseCyAx/jTHGUd UM/sGD4L3qd0t+udioetoCPDIrrPc75a67sZ1tBnmcymZzKmwJD8o8o/EYTP88NHJXV8TSrhiQIya aoYQoG4Tw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l4mhu-0000S7-OZ; Wed, 27 Jan 2021 15:26:10 +0000 Received: from casper.infradead.org ([2001:8b0:10b:1236::1]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1l4mho-0007Ur-P2 for linux-arm-kernel@merlin.infradead.org; Wed, 27 Jan 2021 15:26:04 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=dR7wehMcFIIdWdNfaqDImD5QaMaz5UGqx5LRnOsurkg=; b=Jofv10upGon64jyiAU8CZXhO+r wk/PeJroIiLyEtQKVP+HyqP70VgDz1riS+ejXAMLhM150xg3A5leEiXHKv1V2fToPnB7Mwiq1i0zj dICovlSjn8kEdzfCmGX3/pv6hBHMWyxT6l7FOkGvhHNkpmZcEDk+bT6zLjzF830R9mI+pSBuPEjZK XZSqedGwMsFGt24C+KoQCFOKpa1weebumf5FdquyuNDgjiOa0vTLvyC9n++lBIBlGt7saGXLzJBup vENq0N5CbdGOo6XWpu9zlCvKixMYAo/cLHeMtqj38qSp8oi3PKHDc/bGmGzmnoPVDhEzZWuMfyha+ hV51C5AQ==; Received: from guitar.tcltek.co.il ([192.115.133.116] helo=mx.tkos.co.il) by casper.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1l4llZ-0077NK-SK for linux-arm-kernel@lists.infradead.org; Wed, 27 Jan 2021 14:26:02 +0000 Received: from tarshish.tkos.co.il (unknown [10.0.8.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mx.tkos.co.il (Postfix) with ESMTPS id CE62E44056C; Wed, 27 Jan 2021 16:25:41 +0200 (IST) From: Baruch Siach To: Kishon Vijay Abraham I , Vinod Koul Subject: [PATCH 2/3] dt-bindings: phy: qcom, qusb2: document ipq6018 compatible Date: Wed, 27 Jan 2021 16:20:28 +0200 Message-Id: <7e1e7bda6ccdaab9adeeb956fac1acc39908a8dc.1611756920.git.baruch@tkos.co.il> X-Mailer: git-send-email 2.29.2 In-Reply-To: References: MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210127_142602_318948_23CAD821 X-CRM114-Status: GOOD ( 12.56 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Baruch Siach , linux-arm-msm@vger.kernel.org, Bjorn Andersson , Kathiravan T , Andy Gross , linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org This compatible string is for the USB PHY on IPQ60xx systems. Signed-off-by: Baruch Siach --- Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml index 582abbbd8b32..9f9cf07b7d45 100644 --- a/Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml +++ b/Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml @@ -22,6 +22,7 @@ properties: - qcom,msm8996-qusb2-phy - qcom,msm8998-qusb2-phy - qcom,sdm660-qusb2-phy + - qcom,ipq6018-qusb2-phy - items: - enum: - qcom,sc7180-qusb2-phy