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 09FB3C3DA78 for ; Tue, 17 Jan 2023 14:27:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232096AbjAQO1F (ORCPT ); Tue, 17 Jan 2023 09:27:05 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48428 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232484AbjAQO0l (ORCPT ); Tue, 17 Jan 2023 09:26:41 -0500 Received: from mail-wm1-x335.google.com (mail-wm1-x335.google.com [IPv6:2a00:1450:4864:20::335]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D469D402FE for ; Tue, 17 Jan 2023 06:25:07 -0800 (PST) Received: by mail-wm1-x335.google.com with SMTP id k22-20020a05600c1c9600b003d1ee3a6289so24572300wms.2 for ; Tue, 17 Jan 2023 06:25:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=0o5JKqHA2jE2pZCqpewPRuIPIvKyqcaqw+l6676pGJY=; b=Xt4JgcY4xB0r7T92IzDEDPjSB5vXfr00+YuDT1ZcYsxdhY22g+XGDHlWzWHw9EVfF/ glqP6b1I/M3w5Juepr1Bl0RkPLkE8LxIDMXphUZbGPfetM9yFlRvujF3XZrc0qY3+0Od 5ZEi738PWLGo4On8nvLAx8455u1MDkvtXUP170YCS4vlwXE2hfsNHuM0krmr86SE8QP7 5XV2c7tv7PDTPR79ox7PqF0mlon5JlVS+qW2kl54+SWj9TltiGQtQ5co3SfiwRffgR7u BRXsh6Wn0j+nB1Zs05uXqcIOAS9hbqQaLK+0ejZ+6+qpspKMqapmjgbzx3JEYU6nVfMv OxVA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=0o5JKqHA2jE2pZCqpewPRuIPIvKyqcaqw+l6676pGJY=; b=e4UacEqH1++ZOgp0F8HQJAR+TtVLp8IQNI9rmwfP0rVoMgjJwRLrP+LyObQhryf8Ng YVuKRtT2rV9vzViuYX5kQ6yg1ccSjmwCfCEd5dLBZU7BRtOhA38M3qAOMcxrII5CGF9k aHBwv3WZozdkB+SEBcpLxFcBDmDVpFuuJJDW5kGjWEJcTlCR50JgqIIsIA3AWNedosG8 lZFo8vq3CkmjtbuyoSsTZD7CxUIiLLFwp6wg1VzXqV6avwK9S2jF8P45oIaepDObPp12 Bbf3L5oZ1zWU2vJFMDVf/GHBCzfyo8Ke9VF+7EEyyYo0UiYAch4GEtxcT12Uw/wihPZm 8NeQ== X-Gm-Message-State: AFqh2koQqdS8M9l/WI6V0x4ei63oRy86nL+wBd6fjzRwZc89/HG8p6eX Lb3Pwca2HtEvD8tnYMhUdvWiMA== X-Google-Smtp-Source: AMrXdXvUiyE7TTzBBUfTs4/cb9g/hSrNJbSFCgye8F3KowhvGTrU+ni8vLPEN0p9Wn24H5f8GY1x9Q== X-Received: by 2002:a05:600c:181b:b0:3da:ff1f:e8d3 with SMTP id n27-20020a05600c181b00b003daff1fe8d3mr3255753wmp.15.1673965506462; Tue, 17 Jan 2023 06:25:06 -0800 (PST) Received: from linaro.org ([94.52.112.99]) by smtp.gmail.com with ESMTPSA id n6-20020a05600c3b8600b003db012d49b7sm5854466wms.2.2023.01.17.06.25.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 17 Jan 2023 06:25:05 -0800 (PST) Date: Tue, 17 Jan 2023 16:25:04 +0200 From: Abel Vesa To: Dmitry Baryshkov Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , "vkoul@kernel.org" , Kishon Vijay Abraham I , Rob Herring , Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, devicetree@vger.kernel.org, Linux Kernel Mailing List , Johan Hovold , Krzysztof Kozlowski Subject: Re: [PATCH v3 1/6] dt-bindings: phy: Add QMP UFS PHY comptible for SM8550 Message-ID: References: <20230117125555.163087-1-abel.vesa@linaro.org> <20230117125555.163087-2-abel.vesa@linaro.org> <33eda50c-c70f-1bb6-0917-22b6fdb4a2ca@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <33eda50c-c70f-1bb6-0917-22b6fdb4a2ca@linaro.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 23-01-17 16:09:12, Dmitry Baryshkov wrote: > On 17/01/2023 14:55, Abel Vesa wrote: > > Document the QMP UFS PHY compatible for SM8550. > > > > Signed-off-by: Abel Vesa > > 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 760791de0869..44745a5c64cd 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,sm8550-qmp-ufs-phy > > - qcom,sm6125-qmp-ufs-phy > > Please keep the list sorted Ugh. I sent a new version. > > > reg: > > -- > With best wishes > Dmitry >