From mboxrd@z Thu Jan 1 00:00:00 1970 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 9C68EC4332F for ; Mon, 11 Apr 2022 18:04:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233234AbiDKSGk (ORCPT ); Mon, 11 Apr 2022 14:06:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33524 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1349037AbiDKSGi (ORCPT ); Mon, 11 Apr 2022 14:06:38 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 828511FCF7; Mon, 11 Apr 2022 11:04:23 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 432CDB80CAF; Mon, 11 Apr 2022 18:04:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2F07AC385A3; Mon, 11 Apr 2022 18:04:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1649700261; bh=mEtcO+luL+M3MFSDWidwlLniHaY0sogkYUV/bgSCS6U=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=febxVfGC1uZxrOXZD8gaO6VngV1he/m8F53duvNrhcH9XvdYR1J76jEHeG+zWyNeF B3gL49CkYKWcYR+RS+xsBrrkaV5YWRAEp3NSYKw1WWedLc47i4axfb6Ky10awPHFXS VCRubFB3mWmkH1vdymqVjI0CB5oQuC6nqqFxMZn8+d2D0z55njQj0mRuND0Qbfd+vW yu6VTmDxwKQlhS063xQFWrNkg6zi5Jrh1wNzSGTvlfAkDz/fGQN83OKS0BQlmg6sH7 Vab5HzjIDDNhr/LIm5B5+1LgI6VQ4tvvuPwISHbmTeJsQ+9NmC5MUljN+7WQxie8xV huDLqgMdLHIOw== Date: Mon, 11 Apr 2022 23:34:15 +0530 From: Vinod Koul To: Luca Weiss Cc: linux-arm-msm@vger.kernel.org, ~postmarketos/upstreaming@lists.sr.ht, phone-devel@vger.kernel.org, Andy Gross , Bjorn Andersson , Kishon Vijay Abraham I , Rob Herring , Krzysztof Kozlowski , linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 2/6] dt-bindings: phy: qcom,qmp: Add SM6350 UFS PHY bindings Message-ID: References: <20220321133318.99406-1-luca.weiss@fairphone.com> <20220321133318.99406-3-luca.weiss@fairphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220321133318.99406-3-luca.weiss@fairphone.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 21-03-22, 14:33, Luca Weiss wrote: > Document the compatible string for the UFS PHY found in SM6350. Applied, thanks -- ~Vinod