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 AEE60CD37B6 for ; Wed, 13 May 2026 09:10:39 +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:In-Reply-To:References:Cc:To :From:Subject:Message-Id:Date:Content-Type:Content-Transfer-Encoding: Mime-Version:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=Br8ECkosH6439TK+TJacDyUDWhXrY1kuRkm0dcmNU5g=; b=CwhjEIN+mKPm/Mgpj3tplcdu98 e8CXtyKkfHZMOI7wcBd4Qu2NJUZ8BXcjfRKpFQtPru5ErTKJDPaGBr6Itz9Q800bJPA/iv2BWK0Tw WB1qTbWARWEHRt8EjchP6W7/ehSEQrZO9pF+dChqbcN1TDZiDQboG+hVcGPFCmotPO65+46hfYcyL 497L1nV7GkaJ5BoQ5go5Ibn3GmtbCNBa/Thf3YbuScCCXbBh+doIguzBiDUlEX3uaY35MiYM5N/Lz WYogj5MQ89gUgfeNDOHFuliXypT92hoI1m0JfWS2gHaCm+D4r/m0VXE/G4iDUXhCVgnf5UAe9ITGP gV2zBfDg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1wN5bs-00000001r6T-0FcR; Wed, 13 May 2026 09:10:32 +0000 Received: from out-176.mta1.migadu.com ([95.215.58.176]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1wN5bp-00000001r4G-45t1; Wed, 13 May 2026 09:10:31 +0000 Mime-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cknow-tech.com; s=key1; t=1778663417; 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=Br8ECkosH6439TK+TJacDyUDWhXrY1kuRkm0dcmNU5g=; b=GJuTuYD3sVwTg6QvMvWnBqJ1fueHdcR54Vyny37HELRIDR1oAXrowvVemTNylGlBgDTXIk 86zgMr6P8rv68yL8DWZZFutHCR8bOXVyLiyCTDclwuhjEA+Z6wi0NrmP2gm6VuNIzYsYbv bXOt/FeGCCGJkmgJ/fNCf0pegjyoNlMHmRD0TGXhzUnEdJ2hRThF1Z66TVY+EdNgt8Md+H pw3ICaamFi4/krXGb/AfhU5TKdBlhIL6Z+t8zSOgSwchQjBtNi9nR0lKWnfNIUXdrefoMv vGpk3N1Vh1yP7RAD8oRqlpPwUdFECI7m6DY0e1FEKNfjj7kY6C4wAvSi7r1Yvw== Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Wed, 13 May 2026 11:09:58 +0200 Message-Id: Subject: Re: [PATCH v2 3/5] dt-bindings: phy: rockchip,inno-usb2phy: Add compatible for RK3528 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: "Diederik de Haas" To: "Heiko Stuebner" , Cc: , , , , , , , , , References: <20260505170410.3265305-1-heiko@sntech.de> <20260505170410.3265305-4-heiko@sntech.de> In-Reply-To: <20260505170410.3265305-4-heiko@sntech.de> X-Migadu-Flow: FLOW_OUT X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.9.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20260513_021030_167382_E0D019A5 X-CRM114-Status: GOOD ( 13.75 ) 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 Hi Heiko, On Tue May 5, 2026 at 7:04 PM CEST, Heiko Stuebner wrote: > From: Jonas Karlman > > The embedded USB2 PHY on RK3528 is very similar to the one in RK3568, > the main difference being that it only uses two clocks instead of three. > > Add compatible to support the USB2 PHY in RK3528. > > Signed-off-by: Jonas Karlman > Reviewed-by: Rob Herring (Arm) > Signed-off-by: Heiko Stuebner > --- > .../bindings/phy/rockchip,inno-usb2phy.yaml | 30 ++++++++++++++++--- > 1 file changed, 26 insertions(+), 4 deletions(-) > > diff --git a/Documentation/devicetree/bindings/phy/rockchip,inno-usb2phy.= yaml b/Documentation/devicetree/bindings/phy/rockchip,inno-usb2phy.yaml > index b95c9e3e44fe..f50fc69fbbe4 100644 > --- a/Documentation/devicetree/bindings/phy/rockchip,inno-usb2phy.yaml > +++ b/Documentation/devicetree/bindings/phy/rockchip,inno-usb2phy.yaml > @@ -20,6 +20,7 @@ properties: > - rockchip,rk3328-usb2phy > - rockchip,rk3366-usb2phy > - rockchip,rk3399-usb2phy > + - rockchip,rk3528-usb2phy > - rockchip,rk3562-usb2phy > - rockchip,rk3568-usb2phy > - rockchip,rk3576-usb2phy > @@ -41,11 +42,15 @@ properties: > maxItems: 3 > =20 > clock-names: > - minItems: 1 > - items: > + oneOf: > - const: phyclk > - - const: aclk > - - const: aclk_slv > + - items: > + - const: phyclk > + - const: pclk > + - items: > + - const: phyclk > + - const: aclk > + - const: aclk_slv > =20 > assigned-clocks: > description: > @@ -65,6 +70,9 @@ properties: > description: Muxed interrupt for both ports > maxItems: 1 > =20 > + power-domains: > + maxItems: 1 > + The commit message talks about (the differences in) clocks, but says nothing about power-domains. Shouldn't that be mentioned and/or split off into its own patch? (FWIW: I like the change itself) Cheers, Diederik > resets: > maxItems: 2 > =20 > @@ -150,6 +158,7 @@ allOf: > compatible: > contains: > enum: > + - rockchip,rk3528-usb2phy > - rockchip,rk3568-usb2phy > - rockchip,rv1108-usb2phy > then: > @@ -218,6 +227,19 @@ allOf: > clock-names: > maxItems: 1 > =20 > + - if: > + properties: > + compatible: > + contains: > + enum: > + - rockchip,rk3528-usb2phy > + then: > + properties: > + clocks: > + minItems: 2 > + clock-names: > + minItems: 2 > + > - if: > properties: > compatible: