From patchwork Sun Jan 8 19:53:32 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lux Aliaga X-Patchwork-Id: 640530 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 615ACC54EBD for ; Sun, 8 Jan 2023 19:54:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236066AbjAHTyV (ORCPT ); Sun, 8 Jan 2023 14:54:21 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53710 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236088AbjAHTyO (ORCPT ); Sun, 8 Jan 2023 14:54:14 -0500 Received: from amity.mint.lgbt (vmi888983.contaboserver.net [149.102.157.145]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E5835DF24 for ; Sun, 8 Jan 2023 11:54:12 -0800 (PST) Received: from amity.mint.lgbt (mx.mint.lgbt [127.0.0.1]) by amity.mint.lgbt (Postfix) with ESMTP id 4NqnpC0PGnz1S5Fd for ; Sun, 8 Jan 2023 14:54:10 -0500 (EST) Authentication-Results: amity.mint.lgbt (amavisd-new); dkim=pass (2048-bit key) reason="pass (just generated, assumed good)" header.d=mint.lgbt DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mint.lgbt; h= content-transfer-encoding:mime-version:references:in-reply-to :x-mailer:message-id:date:subject:to:from; s=dkim; t=1673207650; x=1674071651; bh=caIAUgqna42litYKpC2z6cvHI/OhIg4GMMlDOgSjc00=; b= q2goao0XOgXSsMYYTpOyCbcklHY296muY9cX3FEQDDlfe0xKTSFdstr7lZ6QdNz0 M4+3pGt1sbmYJm6F+39Sld/q3jSB75Czm4yTOIhRuovXjSD8c/8WPfyR3orMgIe9 AiHOmxtWoiFjZ8hm1LRVBMkzqcWgag3qr5XU/nUCNb+RwwfWl/buTmAei4hqRVQU OqItwHuKNI0H4beDuKQNC4FuPQF9ijrUFLiTAl9zm3BtgBt4SaT1EpTw1GzJpIMy bJgDzkZhb06qUHzGQEFSNRRvhmgTGGBw3sfcb5GR251Zjbd9zUq6KGmlzQ14/V/k ejH/7c9LMu28SftzTK0fEQ== X-Virus-Scanned: amavisd-new at amity.mint.lgbt Received: from amity.mint.lgbt ([127.0.0.1]) by amity.mint.lgbt (amity.mint.lgbt [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id D1j6hto_V8dG for ; Sun, 8 Jan 2023 14:54:10 -0500 (EST) Received: from dorothy.. (unknown [186.105.5.197]) by amity.mint.lgbt (Postfix) with ESMTPSA id 4Nqnp10c1Lz1S59v; Sun, 8 Jan 2023 14:54:00 -0500 (EST) From: Lux Aliaga To: agross@kernel.org, andersson@kernel.org, konrad.dybcio@linaro.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, vkoul@kernel.org, kishon@kernel.org, alim.akhtar@samsung.com, avri.altman@wdc.com, bvanassche@acm.org, keescook@chromium.org, tony.luck@intel.com, gpiccoli@igalia.com Cc: ~postmarketos/upstreaming@lists.sr.ht, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-phy@lists.infradead.org, linux-scsi@vger.kernel.org, linux-hardening@vger.kernel.org, phone-devel@vger.kernel.org, martin.botka@somainline.org, marijn.suijten@somainline.org, Lux Aliaga , Dhruva Gole Subject: [PATCH v6 2/6] dt-bindings: phy: Add QMP UFS PHY compatible for SM6125 Date: Sun, 8 Jan 2023 16:53:32 -0300 Message-Id: <20230108195336.388349-3-they@mint.lgbt> X-Mailer: git-send-email 2.39.0 In-Reply-To: <20230108195336.388349-1-they@mint.lgbt> References: <20230108195336.388349-1-they@mint.lgbt> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org Document the QMP UFS PHY compatible for SM6125. Signed-off-by: Lux Aliaga Reviewed-by: Martin Botka Acked-by: Dhruva Gole Acked-by: Krzysztof Kozlowski --- .../devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml index dde86a19f792..a7af57931f32 100644 --- a/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml +++ b/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml @@ -17,6 +17,7 @@ properties: compatible: enum: - qcom,sc8280xp-qmp-ufs-phy + - qcom,sm6125-qmp-ufs-phy reg: maxItems: 1