From patchwork Sat Apr 1 15:47:24 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bhupesh Sharma X-Patchwork-Id: 669507 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2813CC6FD1D for ; Sat, 1 Apr 2023 15:49:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229830AbjDAPtn (ORCPT ); Sat, 1 Apr 2023 11:49:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33478 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229519AbjDAPtl (ORCPT ); Sat, 1 Apr 2023 11:49:41 -0400 Received: from mail-pj1-x102c.google.com (mail-pj1-x102c.google.com [IPv6:2607:f8b0:4864:20::102c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D2BDE20620 for ; Sat, 1 Apr 2023 08:49:40 -0700 (PDT) Received: by mail-pj1-x102c.google.com with SMTP id gp15-20020a17090adf0f00b0023d1bbd9f9eso28571336pjb.0 for ; Sat, 01 Apr 2023 08:49:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1680364180; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=+N3Lew9LFdFmBLa2xh7Y61frxhM4EhNwmm0GMfVIfIo=; b=nzaTnmRkDihaYkXInNf/oggEORv36u93mfkPRLg2rVTdtIZHUpS5XWtKt481tOQPS0 6ld0wsXk7xo4Qj860x/S44QXU+b74um4dnEhRs3NZeRR70X3iX7uMHJhRWdby6s4WRAk t5roh3FFAM/qA/Z089pW5Un82e4/aKc1ZMfK4KX6pmb0Zm/AGofTFxKiXOT7A3X2jt/4 bilsQ+4OKp/qloCfYBX2tS5/bOrgbaXCgsKT8W0OvW2iWFBUWtySZ5mtE+oOUEN6us3n slKlUKje1xPsM4VB3Ts/HWeQtaeIOGM0nz7OWFhTtc7YB9eSjAuzlNzbdJel56PxrPNH mtXw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1680364180; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=+N3Lew9LFdFmBLa2xh7Y61frxhM4EhNwmm0GMfVIfIo=; b=xCUog9B09EdKSFvAyd5EpkjMDeQrI85shY1ElN+D+rhAqrxK6oJ4FMps5hDWXAFT/O SnEhbNtEQSJJ6Az1LuwcTgq3en2DQ0abewvnmQRCJuP/HP9eg/pfHyhUCskzsB3mN4Q2 wp9Ljhd94Fa7SF6RDGmrvA0F4j8fDu5BYPkbFDljLtSEPE//AzBQz18Ck1uscy8aPfhl NSLuEpRjjpEGfoA/yEaGpfqcHg2Tf+XTOcejxVhBQwwE0Q8mWMgxpP+ihbyoTRXbC0tB 28rIO7TZgYIu7IoK87jwXW2cbow6ASiEN8usTEthkycCMLaI7OSpozay/IEhXEpLBfeA TtUA== X-Gm-Message-State: AAQBX9dowNtV3OUoPQMfNOHOY15+r4WKecf7sTbL934282Co5BpKg0IO JiraTFks3xlGDrR0X6CP5uWcCA== X-Google-Smtp-Source: AKy350Y/NByujPBHL4YU9jRF/JypPgvXlE4LVbUU/slgWplAFy/nwLEiSMuN+PEx4TbS7PkdjtXHjA== X-Received: by 2002:a05:6a20:1445:b0:e4:663a:f645 with SMTP id a5-20020a056a20144500b000e4663af645mr6198016pzi.16.1680364180309; Sat, 01 Apr 2023 08:49:40 -0700 (PDT) Received: from localhost.localdomain ([223.233.66.184]) by smtp.gmail.com with ESMTPSA id 65-20020a630444000000b0050fb4181e8bsm3385367pge.40.2023.04.01.08.49.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 01 Apr 2023 08:49:40 -0700 (PDT) From: Bhupesh Sharma To: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org Cc: agross@kernel.org, andersson@kernel.org, konrad.dybcio@linaro.org, linux-kernel@vger.kernel.org, bhupesh.linux@gmail.com, bhupesh.sharma@linaro.org, robh+dt@kernel.org, krzysztof.kozlowski@linaro.org Subject: [PATCH v4 1/2] dt-bindings: phy: qcom,qmp-usb: Fix phy subnode for SM6115 & QCM2290 USB3 PHY Date: Sat, 1 Apr 2023 21:17:24 +0530 Message-Id: <20230401154725.1059563-2-bhupesh.sharma@linaro.org> X-Mailer: git-send-email 2.38.1 In-Reply-To: <20230401154725.1059563-1-bhupesh.sharma@linaro.org> References: <20230401154725.1059563-1-bhupesh.sharma@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org The USB3 SS (QMP) PHY found on Qualcomm SM6115 & QCM2290 SoCs is similar to sm8150 QMP PHY in the sense that the phy subnode supports 6 regs, namely TX lane 1, RX lane 1, PCS, TX lane 2, RX lane 2 and PCS_MISC. Update the dt-bindings document to reflect the same. Signed-off-by: Bhupesh Sharma --- .../devicetree/bindings/phy/qcom,msm8996-qmp-usb3-phy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/phy/qcom,msm8996-qmp-usb3-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,msm8996-qmp-usb3-phy.yaml index e81a38281f8c..1575dc70bcf2 100644 --- a/Documentation/devicetree/bindings/phy/qcom,msm8996-qmp-usb3-phy.yaml +++ b/Documentation/devicetree/bindings/phy/qcom,msm8996-qmp-usb3-phy.yaml @@ -276,7 +276,9 @@ allOf: compatible: contains: enum: + - qcom,qcm2290-qmp-usb3-phy - qcom,sdm845-qmp-usb3-phy + - qcom,sm6115-qmp-usb3-phy - qcom,sm8150-qmp-usb3-phy - qcom,sm8350-qmp-usb3-phy - qcom,sm8450-qmp-usb3-phy @@ -318,12 +320,10 @@ allOf: enum: - qcom,ipq6018-qmp-usb3-phy - qcom,ipq8074-qmp-usb3-phy - - qcom,qcm2290-qmp-usb3-phy - qcom,sc7180-qmp-usb3-phy - qcom,sc8180x-qmp-usb3-phy - qcom,sdx55-qmp-usb3-uni-phy - qcom,sdx65-qmp-usb3-uni-phy - - qcom,sm6115-qmp-usb3-phy - qcom,sm8150-qmp-usb3-uni-phy - qcom,sm8250-qmp-usb3-phy then: