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 8D61DC636CC for ; Fri, 3 Feb 2023 10:37:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233351AbjBCKht (ORCPT ); Fri, 3 Feb 2023 05:37:49 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35862 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231866AbjBCKhf (ORCPT ); Fri, 3 Feb 2023 05:37:35 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 72FB3D539; Fri, 3 Feb 2023 02:37:29 -0800 (PST) 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 dfw.source.kernel.org (Postfix) with ESMTPS id F284361ECE; Fri, 3 Feb 2023 10:37:28 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 35CE6C433EF; Fri, 3 Feb 2023 10:37:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675420648; bh=3Wmz48fgl19z4byyEs0lSix0KoE1vW61hKlH5UDXIhQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=P45nY1jB+6uxc21XLPz/QKTQUwwfeDYPcqt+hNksIUdcSI2NFsEPWvH2AivDJr5m1 3RgQCQqcRRMyS9Zj20Tz66tX2Ip0RCISugWNubXriSgWd2qiAfXursQR9sFYd2m6WD UfwnoreOnrOS0WdNATAv0VorwdMpdSzAM3EOetlCLdYy8+OjoSW5z2THqh5KS+aGG2 0UbLb2+nK1ljNpCdunKgXvADy9j2MvsqX1uhaaVhdRm5flI/R6N7zNhVjYgLeH9yYX 0tIHNQwAugVGmzh6mz3xY6tZM9p2VsoAjnvkK/KVvZut820Jh8VGZu9hcU5zAYd1M4 4SVL3xe/bDQyQ== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1pNtS6-0001HK-Vl; Fri, 03 Feb 2023 11:37:55 +0100 Date: Fri, 3 Feb 2023 11:37:54 +0100 From: Johan Hovold To: Abel Vesa Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , "vkoul@kernel.org" , Kishon Vijay Abraham I , linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, devicetree@vger.kernel.org, Linux Kernel Mailing List Subject: Re: [PATCH v4 3/8] dt-bindings: phy: qcom,qmp-usb: Document SM8550 compatible Message-ID: References: <20230202132511.3983095-1-abel.vesa@linaro.org> <20230202132511.3983095-4-abel.vesa@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230202132511.3983095-4-abel.vesa@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Thu, Feb 02, 2023 at 03:25:06PM +0200, Abel Vesa wrote: > Add the SM8550 compatible to the list. > > Signed-off-by: Abel Vesa > Acked-by: Rob Herring > --- > > The v3 version of this patch was here: > https://lore.kernel.org/all/20230126131415.1453741-4-abel.vesa@linaro.org/ > > Changes since v3: > * added Rob's A-b tag > > Changes since v2: > * none > > Changes since v1: > * moved to sc8280xp bindings > > .../devicetree/bindings/phy/qcom,sc8280xp-qmp-usb43dp-phy.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-usb43dp-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-usb43dp-phy.yaml > index 6f31693d9868..ec00fbc06abe 100644 > --- a/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-usb43dp-phy.yaml > +++ b/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-usb43dp-phy.yaml > @@ -17,6 +17,7 @@ properties: > compatible: > enum: > - qcom,sc8280xp-qmp-usb43dp-phy > + - qcom,sm8550-qmp-usb3-dp-phy > > reg: > maxItems: 1 Subject prefix should be dt-bindings: phy: qcom,sc8280xp-qmp-usb43dp: Looks good otherwise: Reviewed-by: Johan Hovold 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E7CD3C636D6 for ; Fri, 3 Feb 2023 10:37:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=GBoI0LQ9ePUWBc2LcVmN55S8WxTVdN0CfjnnpWWNaRM=; b=aAa4IBJxe3O5+l fqTxGxkZzT/O9sJNBvImvCPLo8pTtLbKc0gXm3o73u65NPcFTOQclVTTh2KnmLfYJG7fsXYO2oJjc PbW2NSfLnm24819Kr5fMFVboP19undXtkyzrc+wp53XXM9EpcjmYfIMn+GAuLnWAu1o8iT6ckpGqb kQlfOVDIaFWyM98yFP46dtLiA5fHpyFKfij84K2eqAXmsT+9sQJ/esomt3fXaq8p+FkLG78RUYVHB Hj/F1k1KNq5xN6fhijwEt0W7AHTnECCAAgFgvdOuKEMyzwPr0AANlfSdengMBKkoaf3MYfOyhiB0l YA3CJrbtX27SPLIfw6Bg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pNtRk-001QMy-CV; Fri, 03 Feb 2023 10:37:32 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pNtRh-001QM0-Es for linux-phy@lists.infradead.org; Fri, 03 Feb 2023 10:37:30 +0000 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 dfw.source.kernel.org (Postfix) with ESMTPS id 0382D61ECF; Fri, 3 Feb 2023 10:37:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 35CE6C433EF; Fri, 3 Feb 2023 10:37:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675420648; bh=3Wmz48fgl19z4byyEs0lSix0KoE1vW61hKlH5UDXIhQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=P45nY1jB+6uxc21XLPz/QKTQUwwfeDYPcqt+hNksIUdcSI2NFsEPWvH2AivDJr5m1 3RgQCQqcRRMyS9Zj20Tz66tX2Ip0RCISugWNubXriSgWd2qiAfXursQR9sFYd2m6WD UfwnoreOnrOS0WdNATAv0VorwdMpdSzAM3EOetlCLdYy8+OjoSW5z2THqh5KS+aGG2 0UbLb2+nK1ljNpCdunKgXvADy9j2MvsqX1uhaaVhdRm5flI/R6N7zNhVjYgLeH9yYX 0tIHNQwAugVGmzh6mz3xY6tZM9p2VsoAjnvkK/KVvZut820Jh8VGZu9hcU5zAYd1M4 4SVL3xe/bDQyQ== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1pNtS6-0001HK-Vl; Fri, 03 Feb 2023 11:37:55 +0100 Date: Fri, 3 Feb 2023 11:37:54 +0100 From: Johan Hovold To: Abel Vesa Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , "vkoul@kernel.org" , Kishon Vijay Abraham I , linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, devicetree@vger.kernel.org, Linux Kernel Mailing List Subject: Re: [PATCH v4 3/8] dt-bindings: phy: qcom,qmp-usb: Document SM8550 compatible Message-ID: References: <20230202132511.3983095-1-abel.vesa@linaro.org> <20230202132511.3983095-4-abel.vesa@linaro.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230202132511.3983095-4-abel.vesa@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230203_023729_553918_7C40652E X-CRM114-Status: GOOD ( 16.52 ) X-BeenThere: linux-phy@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Linux Phy Mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-phy" Errors-To: linux-phy-bounces+linux-phy=archiver.kernel.org@lists.infradead.org On Thu, Feb 02, 2023 at 03:25:06PM +0200, Abel Vesa wrote: > Add the SM8550 compatible to the list. > > Signed-off-by: Abel Vesa > Acked-by: Rob Herring > --- > > The v3 version of this patch was here: > https://lore.kernel.org/all/20230126131415.1453741-4-abel.vesa@linaro.org/ > > Changes since v3: > * added Rob's A-b tag > > Changes since v2: > * none > > Changes since v1: > * moved to sc8280xp bindings > > .../devicetree/bindings/phy/qcom,sc8280xp-qmp-usb43dp-phy.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-usb43dp-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-usb43dp-phy.yaml > index 6f31693d9868..ec00fbc06abe 100644 > --- a/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-usb43dp-phy.yaml > +++ b/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-usb43dp-phy.yaml > @@ -17,6 +17,7 @@ properties: > compatible: > enum: > - qcom,sc8280xp-qmp-usb43dp-phy > + - qcom,sm8550-qmp-usb3-dp-phy > > reg: > maxItems: 1 Subject prefix should be dt-bindings: phy: qcom,sc8280xp-qmp-usb43dp: Looks good otherwise: Reviewed-by: Johan Hovold -- linux-phy mailing list linux-phy@lists.infradead.org https://lists.infradead.org/mailman/listinfo/linux-phy