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 63334CF2590 for ; Mon, 14 Oct 2024 03:55:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type:Message-ID:References:In-Reply-To:Subject:Cc:To:From:Date: MIME-Version:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=Y1kR0sfl5tb/JBd/o562F1YUU5L9dc/UgrNB2JP6zYU=; b=fvtS9lKCH0g7bARg3KeKYF5bjI 0F8xc8ETAtAkYKjLQUbzfdPsGuwyrIuq77ZgIDOP3UChYBAE2OW81q6RZjLQa0NnppPCTBlEtiBNp M9eeU15y+Obg9e9JJSEWYLeARmvadLHGTPBCd/rc0pi5jXh+Y1/vOk01VLevxooUFoKZvDEKFQ3lP mB57oHMfiH0hBh/y+9rX123weS80yIRoJ9sbkf1zRyVz3aebreRe3ol6PsPjs9DagcUYFZrVSluTy E2Isz1P3+++KJwqJpvJpahI8MIlmoswJco7iR/OfFU6cQhUHPHwpihjTdtG+na7Q4slLxwf+K8Enk 9MYOoy6g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1t0CAq-00000003ePF-2FoA; Mon, 14 Oct 2024 03:55:12 +0000 Received: from mail.manjaro.org ([116.203.91.91]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1t0C9R-00000003eF1-1imM; Mon, 14 Oct 2024 03:53:47 +0000 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=manjaro.org; s=2021; t=1728878022; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Y1kR0sfl5tb/JBd/o562F1YUU5L9dc/UgrNB2JP6zYU=; b=LjmScu4vRNphEIqQE9JBQ026JkApI3Iyyl5w66rT93cJil/Myh717LkU0GzqG7H++9WrfS mW5qWEK4F3QVP0naYvBhnvZNglv6b3jyePG5qWSXQcwKTG80KBWBqhfLJJfY7Px9KsQ6Le 6NBxMnjPw3jooKBGoumcA1fblFfd0/MSGd8iQO+SHLU/5MynnT1EYqBBnJYaYT2thXFYT1 DyXnos9TPh5aEDsO85u9iaC3d+a8h2li/ocjL4e2z/wxA9DAKqJhQ4cc5/sYsXSCp2bRRI 5HGhI0L1IZTEit3YQQ6USZfYuapcO8QiahyKNfqrakF1r3wvvl+FtEVbcI8phg== Date: Mon, 14 Oct 2024 05:53:42 +0200 From: Dragan Simic To: Frank Wang Cc: vkoul@kernel.org, kishon@kernel.org, robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, heiko@sntech.de, linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, william.wu@rock-chips.com, tim.chen@rock-chips.com, yubing.zhang@rock-chips.com, Frank Wang Subject: Re: [PATCH 1/2] dt-bindings: phy: rockchip-usbdp: add rk3576 In-Reply-To: <20241014020342.15974-1-frawang.cn@gmail.com> References: <20241014020342.15974-1-frawang.cn@gmail.com> Message-ID: <00175534f48f419c44836129f9cacbeb@manjaro.org> X-Sender: dsimic@manjaro.org Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Authentication-Results: ORIGINATING; auth=pass smtp.auth=dsimic@manjaro.org smtp.mailfrom=dsimic@manjaro.org X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241013_205345_951629_8886A136 X-CRM114-Status: UNSURE ( 9.71 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hello Frank, On 2024-10-14 04:03, Frank Wang wrote: > From: Frank Wang > > Add compatible for the USBDP phy in the Rockchip RK3576 SoC. > > Signed-off-by: Frank Wang Looking good to me, thanks for the patch. Reviewed-by: Dragan Simic > --- > Documentation/devicetree/bindings/phy/phy-rockchip-usbdp.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git > a/Documentation/devicetree/bindings/phy/phy-rockchip-usbdp.yaml > b/Documentation/devicetree/bindings/phy/phy-rockchip-usbdp.yaml > index 1f1f8863b80d..b42f1272903d 100644 > --- a/Documentation/devicetree/bindings/phy/phy-rockchip-usbdp.yaml > +++ b/Documentation/devicetree/bindings/phy/phy-rockchip-usbdp.yaml > @@ -13,6 +13,7 @@ maintainers: > properties: > compatible: > enum: > + - rockchip,rk3576-usbdp-phy > - rockchip,rk3588-usbdp-phy > > reg: