From patchwork Wed Mar 31 15:16:08 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dmitry Baryshkov X-Patchwork-Id: 412931 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=-18.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER, INCLUDES_PATCH, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS, 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 746DBC43460 for ; Wed, 31 Mar 2021 15:17:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 449856105A for ; Wed, 31 Mar 2021 15:17:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235908AbhCaPQ4 (ORCPT ); Wed, 31 Mar 2021 11:16:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55854 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236151AbhCaPQ2 (ORCPT ); Wed, 31 Mar 2021 11:16:28 -0400 Received: from mail-lj1-x22d.google.com (mail-lj1-x22d.google.com [IPv6:2a00:1450:4864:20::22d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6274FC06174A for ; Wed, 31 Mar 2021 08:16:28 -0700 (PDT) Received: by mail-lj1-x22d.google.com with SMTP id s17so24295915ljc.5 for ; Wed, 31 Mar 2021 08:16:28 -0700 (PDT) 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 :mime-version:content-transfer-encoding; bh=szrnHwOMXqsq40OfwiBkaChIfbhw+vSJppKz2hMlXUk=; b=upQXAejzgPv+H4nLxw/TZdHhITf90bSgJFKa7jsA2hwGQ0Co08D9NbJ7vpwSfieCxT W9SJsoqINMcJKyP7t8jEn65cpyr92l/K392htdyFqtDpkHdMU7Uf6wfqkrp6rKVQTOAS C5aKz71YSobND7VImIowzM7/XxmGFAC4pCe1IbXWE4xiy3KIYFwz0di0+0hPzWu/isKy 8gHi+KX6+y4BbSj8oAoBg7//e6VE+ucQHfNMCVDgOeYdqWfH4k4UxRPcQ88alkuasM2i BCOaswei+RhwPZ7+8oDcbHTIoBJEXUbM+c3EZ3BeIA3gotrS9irg6aR9NfpeFFLjqSvC frvg== 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:mime-version:content-transfer-encoding; bh=szrnHwOMXqsq40OfwiBkaChIfbhw+vSJppKz2hMlXUk=; b=uBp/SWKGhGGoJcy7OhqtfipUA3O618qezfASDhFuSJ+UyIp2VNL8QWDwYXgblJjz4L xjXuCq4Tgmj6WNfQbxLp5dHsfNfrE4imzMEX4FSq+ZeF7uZSk31RDBXO5NZhBuMF+JkJ KuuymSupUmzeNjjXQhxR2NZ148aWTPEDJX5jDKGiK6nr6+wOaRnLI1vfP0AuUkfvmSd0 gQ/FmpUmk0YrdtnzdlRHmT8mnXENUfxRsbt2j3JZ19nTGYDMI6KsN8N7f0Jbhg+GatlB WkS+b6563/6CUc+Fv5Zbjld93SOox2iPrXTyYOaHG3rzoLaTzRLj40stMEpzRKYDmGzz pBeQ== X-Gm-Message-State: AOAM532bvA5AcFVlYx6PAtoq7pjnw5IC/dWHDMjOFA/oQznXh2VaE0Ef 3XzL+j2K/hzl2fMsmF0G2rXiKw== X-Google-Smtp-Source: ABdhPJyL/SWLD3xIBuuJ+0maF2hVry+EmXIDVEmKMDw1jR8CGVcY0HEyBl+/KLky+Lirs/ZfMXGpyQ== X-Received: by 2002:a2e:8959:: with SMTP id b25mr2480146ljk.245.1617203786452; Wed, 31 Mar 2021 08:16:26 -0700 (PDT) Received: from eriador.lan ([37.153.55.125]) by smtp.gmail.com with ESMTPSA id t201sm266738lff.70.2021.03.31.08.16.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 31 Mar 2021 08:16:26 -0700 (PDT) From: Dmitry Baryshkov To: Andy Gross , Bjorn Andersson , Vinod Koul , Kishon Vijay Abraham I , Rob Herring Cc: Manu Gautam , Stephen Boyd , Jonathan Marek , linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Stephen Boyd , Sandeep Maheswaram , Rob Herring Subject: [PATCH v6 1/7] dt-bindings: phy: qcom, qmp-usb3-dp-phy: move usb3 compatibles back to qcom, qmp-phy.yaml Date: Wed, 31 Mar 2021 18:16:08 +0300 Message-Id: <20210331151614.3810197-2-dmitry.baryshkov@linaro.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210331151614.3810197-1-dmitry.baryshkov@linaro.org> References: <20210331151614.3810197-1-dmitry.baryshkov@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org The commit 724fabf5df13 ("dt-bindings: phy: qcom,qmp-usb3-dp: Add DP phy information") has support for DP part of USB3+DP combo PHYs. However this change is not backwards compatible, placing additional requirements onto qcom,sc7180-qmp-usb3-phy and qcom,sdm845-qmp-usb3-phy device nodes (to include separate DP part, etc). However the aforementioned nodes do not inclue DP part, they strictly follow the schema defined in the qcom,qmp-phy.yaml file. Move those compatibles, leaving qcom,qmp-usb3-dp-phy.yaml to describe only real "combo" USB3+DP device nodes. Fixes: 724fabf5df13 ("dt-bindings: phy: qcom,qmp-usb3-dp: Add DP phy information") Cc: Stephen Boyd Cc: Sandeep Maheswaram Signed-off-by: Dmitry Baryshkov Acked-by: Rob Herring Reviewed-by: Stephen Boyd Reviewed-by: Bjorn Andersson --- Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml | 2 ++ Documentation/devicetree/bindings/phy/qcom,qmp-usb3-dp-phy.yaml | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml index 626447fee092..7808ec8bc712 100644 --- a/Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml +++ b/Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml @@ -25,11 +25,13 @@ properties: - qcom,msm8998-qmp-pcie-phy - qcom,msm8998-qmp-ufs-phy - qcom,msm8998-qmp-usb3-phy + - qcom,sc7180-qmp-usb3-phy - qcom,sc8180x-qmp-ufs-phy - qcom,sc8180x-qmp-usb3-phy - qcom,sdm845-qhp-pcie-phy - qcom,sdm845-qmp-pcie-phy - qcom,sdm845-qmp-ufs-phy + - qcom,sdm845-qmp-usb3-phy - qcom,sdm845-qmp-usb3-uni-phy - qcom,sm8150-qmp-ufs-phy - qcom,sm8150-qmp-usb3-phy diff --git a/Documentation/devicetree/bindings/phy/qcom,qmp-usb3-dp-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,qmp-usb3-dp-phy.yaml index 33974ad10afe..62c0179d1765 100644 --- a/Documentation/devicetree/bindings/phy/qcom,qmp-usb3-dp-phy.yaml +++ b/Documentation/devicetree/bindings/phy/qcom,qmp-usb3-dp-phy.yaml @@ -14,9 +14,7 @@ properties: compatible: enum: - qcom,sc7180-qmp-usb3-dp-phy - - qcom,sc7180-qmp-usb3-phy - qcom,sdm845-qmp-usb3-dp-phy - - qcom,sdm845-qmp-usb3-phy reg: items: - description: Address and length of PHY's USB serdes block. From patchwork Wed Mar 31 15:16:09 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dmitry Baryshkov X-Patchwork-Id: 412930 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=-18.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER, INCLUDES_PATCH, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS, USER_AGENT_GIT autolearn=unavailable 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 B170DC43600 for ; Wed, 31 Mar 2021 15:17:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9525A61055 for ; Wed, 31 Mar 2021 15:17:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236255AbhCaPQ5 (ORCPT ); Wed, 31 Mar 2021 11:16:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55870 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236207AbhCaPQa (ORCPT ); Wed, 31 Mar 2021 11:16:30 -0400 Received: from mail-lf1-x12f.google.com (mail-lf1-x12f.google.com [IPv6:2a00:1450:4864:20::12f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E8D28C061762 for ; Wed, 31 Mar 2021 08:16:28 -0700 (PDT) Received: by mail-lf1-x12f.google.com with SMTP id d12so8608614lfv.11 for ; Wed, 31 Mar 2021 08:16:28 -0700 (PDT) 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 :mime-version:content-transfer-encoding; bh=rrCCca4g8x3nSpZ4k9xYBMQsVnD9YUdQsDgivHbmdns=; b=CeJkGk3W5vagdsyssBZvDDLgevgkwXNxgr3atdKjoJiGqgD6onsV7/AcYlBOMgk6GQ 8tpZhonpDdXjaM1Jifo5WYoDCp2J+ewNdzvHjHz3Me/3IG3WENUoDL0syMNC5N4bIYQN CC2X7QzD8vY6yip8k9DyN5msq+wkqde2o+paBW0QtmB6olURGz6n4F4eo4ju4DvTLD6e hqzcimm8TAn65UCV1fF2SriZR4jkLV/v8aYz5QE4hh64srsW5o4o7sku2cyGNX3cDPg2 knlOC+V3NqZ0hk3UR7Wryc/j2fMBl8AxGKQXw7d1XV6YljpFSQV2hjKyIyoeSF1kctw+ ojUA== 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:mime-version:content-transfer-encoding; bh=rrCCca4g8x3nSpZ4k9xYBMQsVnD9YUdQsDgivHbmdns=; b=IntaEbEiiJcuiVISPpFZLgI0Zmec/ZBaz+rkIbxByX7QSkVm9Gt5Ol1/14CZnEnizK RcoAMOVGCVtHfv7WpesEgXem6C7PGKYFD6mbC2AyVvRv8hWy7WIlEV3zvp5Bh9KCz3WP /sKw05qoBFJ6zOBl1IRRji2b3cqM0iF5GwmWom9QaCC0K9KGb8Voq6W7kbJFT1ycBKGg 3EcFcwQKz9yU1oPKmFdYVLPuMvVA5JzsTyLLsN7wWSLWwc4no2k80XQveAqNn/c8yVcp gkGORgs/sJlcjtWAZuguoCW90KuNg89vEtSJwTFFvnMaDtkf8/n39lVp5NqFAjivYSVx vcFw== X-Gm-Message-State: AOAM533x8AdABXFZhozK9aJYDC+Ym22uWWNswKteRxJCLXggtOjVJDuS KgZWfCVRBQRoj16kcSORB3bnYA== X-Google-Smtp-Source: ABdhPJxAnhTv0V89iTQPLu9J24zSvCIOlk3YbSgDwax4n/Hbknt34b9xUhDZNc7Efqpw6HkGXKP8HQ== X-Received: by 2002:ac2:599c:: with SMTP id w28mr2492177lfn.381.1617203787139; Wed, 31 Mar 2021 08:16:27 -0700 (PDT) Received: from eriador.lan ([37.153.55.125]) by smtp.gmail.com with ESMTPSA id t201sm266738lff.70.2021.03.31.08.16.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 31 Mar 2021 08:16:26 -0700 (PDT) From: Dmitry Baryshkov To: Andy Gross , Bjorn Andersson , Vinod Koul , Kishon Vijay Abraham I , Rob Herring Cc: Manu Gautam , Stephen Boyd , Jonathan Marek , linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Rob Herring Subject: [PATCH v6 2/7] dt-bindings: phy: qcom, qmp-usb3-dp: Add support for SM8250 Date: Wed, 31 Mar 2021 18:16:09 +0300 Message-Id: <20210331151614.3810197-3-dmitry.baryshkov@linaro.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210331151614.3810197-1-dmitry.baryshkov@linaro.org> References: <20210331151614.3810197-1-dmitry.baryshkov@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Add compatible for SM8250 in QMP USB3 DP PHY bindings. Signed-off-by: Dmitry Baryshkov Acked-by: Rob Herring Reviewed-by: Bjorn Andersson --- Documentation/devicetree/bindings/phy/qcom,qmp-usb3-dp-phy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/phy/qcom,qmp-usb3-dp-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,qmp-usb3-dp-phy.yaml index 62c0179d1765..217aa6c91893 100644 --- a/Documentation/devicetree/bindings/phy/qcom,qmp-usb3-dp-phy.yaml +++ b/Documentation/devicetree/bindings/phy/qcom,qmp-usb3-dp-phy.yaml @@ -15,6 +15,7 @@ properties: enum: - qcom,sc7180-qmp-usb3-dp-phy - qcom,sdm845-qmp-usb3-dp-phy + - qcom,sm8250-qmp-usb3-dp-phy reg: items: - description: Address and length of PHY's USB serdes block. From patchwork Wed Mar 31 15:16:13 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dmitry Baryshkov X-Patchwork-Id: 412929 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=-18.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER, INCLUDES_PATCH, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS, 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 575E1C43619 for ; Wed, 31 Mar 2021 15:17:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 40AEE61057 for ; Wed, 31 Mar 2021 15:17:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236250AbhCaPRB (ORCPT ); Wed, 31 Mar 2021 11:17:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55898 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236247AbhCaPQd (ORCPT ); Wed, 31 Mar 2021 11:16:33 -0400 Received: from mail-lf1-x132.google.com (mail-lf1-x132.google.com [IPv6:2a00:1450:4864:20::132]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F0835C061762 for ; Wed, 31 Mar 2021 08:16:31 -0700 (PDT) Received: by mail-lf1-x132.google.com with SMTP id o10so29648180lfb.9 for ; Wed, 31 Mar 2021 08:16:31 -0700 (PDT) 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 :mime-version:content-transfer-encoding; bh=SmxIAdsrO4AgDCAX3+XBJ4r3+d8Vawzl+TBPeB7hZmY=; b=lM50oytrwY6820uCVWhN3Xgux4/CS1zLxbDA7casJCBo2vs+VEInatulHQMjvMuf+i YjijfBihlfXwIhOJny0I9uHCncyo5qpdQCX25utcuExFeVw0uZFqj1KxpM9L+QLqCZfU elPHXtXWUq74JCEfhYxvq8UeKIgZAfLgvT1n9bjYcvytABWQtp6krsGIR+Mkl3TZH8Xc A0SDS+JNSuKZGFhiNjAU2AXap/kR29+nUZxRCdpa/FJsjShNNTfvbClV61zRAVL8FmA+ YJmQIlS2tFTsqgIX2gSquKagwoePlTqiMEzF883YP+BxSsMHWSSriOICdAgYItqfdjOd fijQ== 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:mime-version:content-transfer-encoding; bh=SmxIAdsrO4AgDCAX3+XBJ4r3+d8Vawzl+TBPeB7hZmY=; b=GDJzLXnwBK3t9hufutHGrAnbwHOL00F6Wt6loRxx0njM/rATiN4qaUHO4JXOYLkJJT 5+cXiownOshhTard8Xhd62WwL6K5Wnp3Y8fPH7NiWbtJ4vzx4vYISaWSThHaWBuz26go KyvkH+1kD3Mm8X/eON6q24Js5Myorz0tu4AhJsYKi47WLp8fzo+cfuyoKd5Z8LOMZWdd 2ChV5/gTCXORInpMjW2q0aPBMaGO4m0wp3Rm+1f3+N4/jBidfZFqSk2J7uMMCVSaclwT 99440/dNGK5FDADgdL+DbIAEAnimOnZuw9umz8DQ+7HDFgTgVrEuSH2Pfwl4UN4mONA2 6m+Q== X-Gm-Message-State: AOAM5300dccN7S3ca/a0GhFk0MiHyBxyuX05ET8I+8gsNN6u+TsR2hw2 S1w9kuw1dPSfTjXfuAddPs6YtA== X-Google-Smtp-Source: ABdhPJwZGyPkKAu6t4HVJG/Qoihc1J15mDpTKDAWp2WWqxkBF/Sk47OQTjaBY6lJfRvciQWsyFqV0Q== X-Received: by 2002:ac2:5f0a:: with SMTP id 10mr2685067lfq.415.1617203790111; Wed, 31 Mar 2021 08:16:30 -0700 (PDT) Received: from eriador.lan ([37.153.55.125]) by smtp.gmail.com with ESMTPSA id t201sm266738lff.70.2021.03.31.08.16.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 31 Mar 2021 08:16:29 -0700 (PDT) From: Dmitry Baryshkov To: Andy Gross , Bjorn Andersson , Vinod Koul , Kishon Vijay Abraham I , Rob Herring Cc: Manu Gautam , Stephen Boyd , Jonathan Marek , linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: [PATCH v6 6/7] arm64: dts: qcom: sm8250: switch usb1 qmp phy to USB3+DP mode Date: Wed, 31 Mar 2021 18:16:13 +0300 Message-Id: <20210331151614.3810197-7-dmitry.baryshkov@linaro.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210331151614.3810197-1-dmitry.baryshkov@linaro.org> References: <20210331151614.3810197-1-dmitry.baryshkov@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org USB1 QMP PHY is not just a USB3 PHY, but USB3+DP PHY. Change device tree nodes accordingly. Signed-off-by: Dmitry Baryshkov Reviewed-by: Bjorn Andersson --- arch/arm64/boot/dts/qcom/sm8250.dtsi | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/sm8250.dtsi b/arch/arm64/boot/dts/qcom/sm8250.dtsi index 947e1accae3a..0f79e6885004 100644 --- a/arch/arm64/boot/dts/qcom/sm8250.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8250.dtsi @@ -2097,12 +2097,11 @@ usb_2_hsphy: phy@88e4000 { }; usb_1_qmpphy: phy@88e9000 { - compatible = "qcom,sm8250-qmp-usb3-phy"; + compatible = "qcom,sm8250-qmp-usb3-dp-phy"; reg = <0 0x088e9000 0 0x200>, - <0 0x088e8000 0 0x20>; - reg-names = "reg-base", "dp_com"; + <0 0x088e8000 0 0x40>, + <0 0x088ea000 0 0x200>; status = "disabled"; - #clock-cells = <1>; #address-cells = <2>; #size-cells = <2>; ranges; @@ -2116,7 +2115,7 @@ usb_1_qmpphy: phy@88e9000 { <&gcc GCC_USB3_PHY_PRIM_BCR>; reset-names = "phy", "common"; - usb_1_ssphy: lanes@88e9200 { + usb_1_ssphy: usb3-phy@88e9200 { reg = <0 0x088e9200 0 0x200>, <0 0x088e9400 0 0x200>, <0 0x088e9c00 0 0x400>, @@ -2128,6 +2127,20 @@ usb_1_ssphy: lanes@88e9200 { clock-names = "pipe0"; clock-output-names = "usb3_phy_pipe_clk_src"; }; + + dp_phy: dp-phy@88ea200 { + reg = <0 0x088ea200 0 0x200>, + <0 0x088ea400 0 0x200>, + <0 0x088eac00 0 0x400>, + <0 0x088ea600 0 0x200>, + <0 0x088ea800 0 0x200>, + <0 0x088eaa00 0 0x100>; + #phy-cells = <0>; + #clock-cells = <1>; + clocks = <&gcc GCC_USB3_PRIM_PHY_PIPE_CLK>; + clock-names = "pipe0"; + clock-output-names = "usb3_phy_pipe_clk_src"; + }; }; usb_2_qmpphy: phy@88eb000 {