From patchwork Fri Mar 24 21:55:46 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dmitry Baryshkov X-Patchwork-Id: 666967 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 5A189C76196 for ; Fri, 24 Mar 2023 21:55:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232281AbjCXVz5 (ORCPT ); Fri, 24 Mar 2023 17:55:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44804 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232120AbjCXVz4 (ORCPT ); Fri, 24 Mar 2023 17:55:56 -0400 Received: from mail-lf1-x133.google.com (mail-lf1-x133.google.com [IPv6:2a00:1450:4864:20::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8FB0E1E5F2 for ; Fri, 24 Mar 2023 14:55:54 -0700 (PDT) Received: by mail-lf1-x133.google.com with SMTP id bi9so3927187lfb.12 for ; Fri, 24 Mar 2023 14:55:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1679694953; 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=8+k49y8vkq2xcxY7Yu0qyM15XqLOBvZj7lJd33kjylE=; b=DIt7fgQP9aIBziEje2pbhgkfgk+aBVXzDXA54iSuwKnziMqKHlLbk7+cwnVALohxPm t9xyHDZp0/haQxE2s2aqwH9+HGDDGovGf3XyTCuXVo960mVUziEf7IlEjDuIAOEm5uWI 3wdiSB2euhDQA2BUwgtyGKe8fdtaegos/9FkxnzdBhp5blQf7Z/UnHXvGQexmrahDU00 eeaWiXyQsOjRqK0jann4maWbCKWuJkZyczQ1CwrYf9XaB+8LJXMpB6elq5TlOtGI543w A6BbAkant+xs/1ZR8lvIEUpqNv6188R5bBS8xnKNvlXtOLUw7UCykaa/YssPfFgpCeG/ PqyQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1679694953; 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=8+k49y8vkq2xcxY7Yu0qyM15XqLOBvZj7lJd33kjylE=; b=ks9NWScdghvpvtxCFsaanRGReY1nHl+9w62Lp4RPZBJQJ5uGdQkL8CbtexLBDGDRwF CHeO7OLzDg8itSG0w7ZVKg6/bNUKH6pVbcfp8q7d861QzjOjAVlV7eVP7ayMeKg80D+T lxCbnT9qHIhCEuFqgDXpu16Joi/3vqfNAFpcghKObzcz3z6LuLfhi6/xfQYdg2qq1R/e SxMCLdX7qdTdIyJuwVbRCzRgMMO4I+DUYfyFMoL/nAnmfhEMeSDfW7gQ0+LG8CV75EwI 8WoMd4wbBVKX038B3UAoYrgb6MjxwrnGlZ/9G1nRBSabsOf9A7cuqAZGYALShSa0CVzF NQ2Q== X-Gm-Message-State: AAQBX9fx8IP4sH8hkgWu1aqNQCxn4yrVOIVVb2AXRwLntPvGiBev416k R65elvyO9FPO4NeXFC9WEnanug== X-Google-Smtp-Source: AKy350ZoIo3YqS+8G0Ry9LXRU5W/KUssG5ok8McFASmNcoJp0io8xqb2FfzJRidHCE6aXp5pi9ssJQ== X-Received: by 2002:ac2:54a1:0:b0:4e0:dfd0:fa9 with SMTP id w1-20020ac254a1000000b004e0dfd00fa9mr1052700lfk.56.1679694952854; Fri, 24 Mar 2023 14:55:52 -0700 (PDT) Received: from umbar.unikie.fi ([192.130.178.91]) by smtp.gmail.com with ESMTPSA id y1-20020a197501000000b004dcf20843efsm3488285lfe.239.2023.03.24.14.55.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 24 Mar 2023 14:55:51 -0700 (PDT) From: Dmitry Baryshkov To: Andy Gross , Bjorn Andersson , Konrad Dybcio , Vinod Koul , Kishon Vijay Abraham I , Rob Herring , Krzysztof Kozlowski Cc: linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, Johan Hovold , devicetree@vger.kernel.org Subject: [PATCH 1/5] dt-bindings: phy: qcom, sc7180-qmp-usb3-dp-phy: add sm8150 USB+DP PHY Date: Sat, 25 Mar 2023 00:55:46 +0300 Message-Id: <20230324215550.1966809-2-dmitry.baryshkov@linaro.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20230324215550.1966809-1-dmitry.baryshkov@linaro.org> References: <20230324215550.1966809-1-dmitry.baryshkov@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Add bindings for sm8150 USB+DP PHY. These bindings follow the older style as this is a quick conversion to simplify further driver cleanup. Signed-off-by: Dmitry Baryshkov Acked-by: Rob Herring --- .../devicetree/bindings/phy/qcom,sc7180-qmp-usb3-dp-phy.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/phy/qcom,sc7180-qmp-usb3-dp-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,sc7180-qmp-usb3-dp-phy.yaml index 0ef2c9b9d466..a2ddf718ba76 100644 --- a/Documentation/devicetree/bindings/phy/qcom,sc7180-qmp-usb3-dp-phy.yaml +++ b/Documentation/devicetree/bindings/phy/qcom,sc7180-qmp-usb3-dp-phy.yaml @@ -24,6 +24,7 @@ properties: - qcom,sc7180-qmp-usb3-dp-phy - qcom,sc8180x-qmp-usb3-dp-phy - qcom,sdm845-qmp-usb3-dp-phy + - qcom,sm8150-qmp-usb3-dp-phy - qcom,sm8250-qmp-usb3-dp-phy - items: - enum: @@ -192,6 +193,7 @@ allOf: compatible: enum: - qcom,sc8180x-qmp-usb3-dp-phy + - qcom,sm8150-qmp-usb3-dp-phy then: properties: clocks: