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 EF6DCC52D7B for ; Tue, 13 Aug 2024 15:41:22 +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:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=VXDUgYACKDbERIao8UgJ7uSBaRe8VA9IX31LdImPrlE=; b=Hnqcs7/Uui8Fy3xhfRx+eSz9Lk pyFxAcCSexj26fWpaRz6lab1h5/I3LIb30wxQFZZ1bht06dCGDc3Ay9Z5iPitrqs88iqgqyUB+Tw7 xG/AD58UxJrLjlVozTGpCAn8/Gaq62j0G4WffYHHGBM5jcGJLDixM8uwDuCGUm30MnMZl0LHGRQri 780O3yyYdJCF+cnjg2Z/fJtQWr9kgKXUsBUIDDHbumIk6TFt62XvS3p1In4tcCpZ7srjFrqQdLudH bPNyvqwzJf5R6BaXek3hT+rJa1MxuxI8B6O+Nc2MO5ihWYfkyeBmnoSiVDFYfJHhLa0A2PgY1hAM1 MnlM2Zig==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sdtdz-00000004F6p-3BBJ; Tue, 13 Aug 2024 15:41:07 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sdtdM-00000004F0R-1PBO for linux-arm-kernel@lists.infradead.org; Tue, 13 Aug 2024 15:40:30 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 5043ACE137E; Tue, 13 Aug 2024 15:40:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CA579C4AF09; Tue, 13 Aug 2024 15:40:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1723563625; bh=x4tT144aOZx9FuZqA2GLX4HlAeWiSYgx499ceqnuVP0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=IXoPKn6UFDhcCtzNKfPHaTOfMJcPrNRis4hlZuHfmtE4EBgOAYY6HKhalsivSZSy4 3+6X7voWjVNTFZXaxodfLXvHGfaMrlImNXzzmyI16Kc2o72Q1sRrHKg9X6x6BEbPQt 1ZldCndWDp3+oLySJA7CM4pVpStDUEFWnC7HlLxJ1sVy1WHUptzxOxSqi7g/Fz+c+I QJOcFPW2c+uXNjqYgi9NqJBJYC0MLrVDD+SdVMOvNCxbMHOKrhb5ttLOc89AUAhu/I D/+p1gJB4622PHr+StOuOptN2p/KX9Wa1vqHgzJ9BI/boOSFGU4Uu5D/fpLcBb47QO JSFIDJWrN5xEA== Date: Tue, 13 Aug 2024 16:40:20 +0100 From: Conor Dooley To: Jan Kiszka Cc: Nishanth Menon , Vignesh Raghavendra , Tero Kristo , Rob Herring , Krzysztof Kozlowski , Conor Dooley , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Bao Cheng Su , Diogo Ivo Subject: Re: [PATCH v3 2/3] dt-bindings: soc: ti: am645-system-controller: add child nodes used by main domain Message-ID: <20240813-outrank-mumble-8dddbfc68586@spud> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="dQ4bp7j23augji+P" Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240813_084028_762025_C976D87F X-CRM114-Status: GOOD ( 18.00 ) 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 --dQ4bp7j23augji+P Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Aug 13, 2024 at 08:04:59AM +0200, Jan Kiszka wrote: > From: Jan Kiszka >=20 > Expand bindings to cover both the MCU and the main usage of the AM654 > system controller. >=20 > Signed-off-by: Jan Kiszka > --- > .../soc/ti/ti,am654-system-controller.yaml | 25 +++++++++++++++++++ > 1 file changed, 25 insertions(+) >=20 > diff --git a/Documentation/devicetree/bindings/soc/ti/ti,am654-system-con= troller.yaml b/Documentation/devicetree/bindings/soc/ti/ti,am654-system-con= troller.yaml > index e79803e586ca..5a689ec3c5c9 100644 > --- a/Documentation/devicetree/bindings/soc/ti/ti,am654-system-controller= =2Eyaml > +++ b/Documentation/devicetree/bindings/soc/ti/ti,am654-system-controller= =2Eyaml > @@ -29,11 +29,36 @@ properties: > =20 > ranges: true > =20 > + mux-controller: > + type: object > + ref: /schemas/mux/reg-mux.yaml# > + description: > + This is the SERDES lane control mux. > + > patternProperties: > "^phy@[0-9a-f]+$": > type: object > $ref: /schemas/phy/ti,phy-gmii-sel.yaml# > =20 > + "^clock@[0-9a-f]+$": Could you explain to me why these are all patternProperties? Why are the addresses of these things not fixed for an am654? > + type: object > + $ref: /schemas/soc/ti/ti,am654-serdes-ctrl.yaml# > + > + "^dss-oldi-io-ctrl@[0-9a-f]+$": > + type: object > + $ref: /schemas/mfd/syscon.yaml# > + properties: > + compatible: > + items: > + - const: ti,am654-dss-oldi-io-ctrl > + - const: syscon > + > + "^clock-controller@[0-9a-f]+$": > + type: object > + $ref: /schemas/clock/ti,am654-ehrpwm-tbclk.yaml# > + description: > + Clock provider for TI EHRPWM nodes. > + > required: > - compatible > - reg > --=20 > 2.43.0 >=20 --dQ4bp7j23augji+P Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZrt+ZAAKCRB4tDGHoIJi 0nlRAP9ltCP7sOlvu1IrXMI7uVLNba8ZsvjztHWFwmYX7ydL+QEA5omNP1QYX+HY /yHP0psylV0wt/oUBfoZelKenkN+Jgk= =38tq -----END PGP SIGNATURE----- --dQ4bp7j23augji+P--