From patchwork Thu Mar 18 14:11:39 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dmitry Baryshkov X-Patchwork-Id: 405002 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, URIBL_BLOCKED, 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 E097DC433DB for ; Thu, 18 Mar 2021 14:12:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B5CF364F2B for ; Thu, 18 Mar 2021 14:12:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231351AbhCROMQ (ORCPT ); Thu, 18 Mar 2021 10:12:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50696 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230458AbhCROLt (ORCPT ); Thu, 18 Mar 2021 10:11:49 -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 BBBE4C061762 for ; Thu, 18 Mar 2021 07:11:48 -0700 (PDT) Received: by mail-lj1-x22d.google.com with SMTP id y1so7627645ljm.10 for ; Thu, 18 Mar 2021 07:11:48 -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=h0485Vy5N6KF2+fijz/rHnQfF/jhn88oJ4/4iLXGr30=; b=V9X8tGwLPOsHNdupzksqUgugFJqG8rnsMXXro0vtgOq5rO1G50yYZVW06e59LFQhwF x3X8K1MNaXxoY6Sdp/C694bQWXwXS2LswrXNKnw2e67s81LE+OF5PhV8olUkxkMHGo14 EbyNobDtN4veKAd+WS6WKScHaLOtHueUdn+1H1D2Smih2/gCuO8Iim+p3MLM8RGAMN6A /l4hX/uOjM1+SZ7mNEVmJDQ+Ac7ITkI5Psziy/NeYJVP+Gj+vcygYErZoQZ3V55bKTqB 4qWmq/w379nLZQeiH4q9tju9aqpcLu2LPhAwo6FoeF80zemLxi7YfXCJ7GTo0PATTbYZ uXWQ== 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=h0485Vy5N6KF2+fijz/rHnQfF/jhn88oJ4/4iLXGr30=; b=mKZVDXznVa+5pquN41mLe57A65Gg37IcJ4F00ug3HVV0Jr452DeqfFIIkbLGG66AuV kJUwVENA2rSiWqyjjgf1LF6L58I78w6hCC7+MmvivhVEESRsjmieb4TSAWcYKuqAFw5m xJs8CbmaIZGeisxmRxD/VP0B424LfMLFmDv6Vm58iDEWbbk7WL6wRHBmzuaUeXCFHeig R8K1he8A4tPOQK3Xukb+6frcHm0BeBm2g0q9+yGNqjY5ZM1whR3kWulqWVxMkSQALRcr Xy6sD/REwSQOjmB3M8Zg2cyRkLAh5EdZOWVuH+AaLhzhVcvXJsHpvWWtUpTf4A8yttbJ Q7bA== X-Gm-Message-State: AOAM530lD+RbinJU5nrUyJEMdO10RlGHHwrxTnOH4GkY5uoYrkTGBMxd 5MMkXz3qZdBhGQpORq8mEz+wTQ== X-Google-Smtp-Source: ABdhPJyxdydyj9Q4YB4g8BPDiLcEYu24R2Ed/BgTs9LtJh4WbYp71V96/x3bKwmgsY7ZaJOMPwC6hg== X-Received: by 2002:a2e:864d:: with SMTP id i13mr5307598ljj.48.1616076707168; Thu, 18 Mar 2021 07:11:47 -0700 (PDT) Received: from eriador.lan ([37.153.55.125]) by smtp.gmail.com with ESMTPSA id f20sm254713ljn.123.2021.03.18.07.11.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 18 Mar 2021 07:11:46 -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 v2 1/6] dt-bindings: phy: qcom, qmp-usb3-dp: Add support for SM8250 Date: Thu, 18 Mar 2021 17:11:39 +0300 Message-Id: <20210318141144.2147610-2-dmitry.baryshkov@linaro.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210318141144.2147610-1-dmitry.baryshkov@linaro.org> References: <20210318141144.2147610-1-dmitry.baryshkov@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Add compatible for SM8250 in QMP USB3 DP PHY bindings. Signed-off-by: Dmitry Baryshkov --- Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml | 1 - Documentation/devicetree/bindings/phy/qcom,qmp-usb3-dp-phy.yaml | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml index 626447fee092..c558aa605b9d 100644 --- a/Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml +++ b/Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml @@ -38,7 +38,6 @@ properties: - qcom,sm8250-qmp-gen3x1-pcie-phy - qcom,sm8250-qmp-gen3x2-pcie-phy - qcom,sm8250-qmp-modem-pcie-phy - - qcom,sm8250-qmp-usb3-phy - qcom,sm8250-qmp-usb3-uni-phy - qcom,sm8350-qmp-ufs-phy - qcom,sm8350-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..9792cc567cb5 100644 --- a/Documentation/devicetree/bindings/phy/qcom,qmp-usb3-dp-phy.yaml +++ b/Documentation/devicetree/bindings/phy/qcom,qmp-usb3-dp-phy.yaml @@ -17,6 +17,8 @@ properties: - qcom,sc7180-qmp-usb3-phy - qcom,sdm845-qmp-usb3-dp-phy - qcom,sdm845-qmp-usb3-phy + - qcom,sm8250-qmp-usb3-dp-phy + - qcom,sm8250-qmp-usb3-phy reg: items: - description: Address and length of PHY's USB serdes block.