From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pidgin.makrotopia.org (pidgin.makrotopia.org [185.142.180.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B1B043FE54; Mon, 8 Jan 2024 12:21:43 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=makrotopia.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=makrotopia.org Received: from local by pidgin.makrotopia.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.96.2) (envelope-from ) id 1rMod7-0004sJ-33; Mon, 08 Jan 2024 12:21:23 +0000 Date: Mon, 8 Jan 2024 12:21:15 +0000 From: Daniel Golle To: =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= Cc: Matthias Brugger , AngeloGioacchino Del Regno , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Hsin-Yi Wang , =?iso-8859-1?Q?N=EDcolas_F_=2E_R_=2E_A_=2E?= Prado , jason-ch chen , Macpaul Lin , Bernhard =?iso-8859-1?Q?Rosenkr=E4nzer?= , Sean Wang , Frank Wunderlich , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org, =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= Subject: Re: [PATCH V2 3/3] arm64: dts: mediatek: mt7988: add clock controllers Message-ID: References: <20240108085228.4727-1-zajec5@gmail.com> <20240108085228.4727-4-zajec5@gmail.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20240108085228.4727-4-zajec5@gmail.com> On Mon, Jan 08, 2024 at 09:52:28AM +0100, Rafał Miłecki wrote: > From: Rafał Miłecki > > Add bindings of on-SoC clocks. > > Signed-off-by: Rafał Miłecki Reviewed-by: Daniel Golle > --- > V2: New PATCH in the series thanks to Daniel's bindings work > > arch/arm64/boot/dts/mediatek/mt7988a.dtsi | 41 ++++++++++++++++++++++- > 1 file changed, 40 insertions(+), 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/mediatek/mt7988a.dtsi b/arch/arm64/boot/dts/mediatek/mt7988a.dtsi > index 5a778188ac21..bba97de4fb44 100644 > --- a/arch/arm64/boot/dts/mediatek/mt7988a.dtsi > +++ b/arch/arm64/boot/dts/mediatek/mt7988a.dtsi > @@ -78,12 +78,51 @@ gic: interrupt-controller@c000000 { > #interrupt-cells = <3>; > }; > > - watchdog@1001c000 { > + clock-controller@10001000 { > + compatible = "mediatek,mt7988-infracfg", "syscon"; > + reg = <0 0x10001000 0 0x1000>; > + #clock-cells = <1>; > + }; > + > + clock-controller@1001b000 { > + compatible = "mediatek,mt7988-topckgen", "syscon"; > + reg = <0 0x1001b000 0 0x1000>; > + #clock-cells = <1>; > + }; > + > + watchdog: watchdog@1001c000 { > compatible = "mediatek,mt7988-wdt"; > reg = <0 0x1001c000 0 0x1000>; > interrupts = ; > #reset-cells = <1>; > }; > + > + clock-controller@1001e000 { > + compatible = "mediatek,mt7988-apmixedsys"; > + reg = <0 0x1001e000 0 0x1000>; > + #clock-cells = <1>; > + }; > + > + clock-controller@11f40000 { > + compatible = "mediatek,mt7988-xfi-pll"; > + reg = <0 0x11f40000 0 0x1000>; > + resets = <&watchdog 16>; > + #clock-cells = <1>; > + }; > + > + clock-controller@15000000 { > + compatible = "mediatek,mt7988-ethsys", "syscon"; > + reg = <0 0x15000000 0 0x1000>; > + #clock-cells = <1>; > + #reset-cells = <1>; > + }; > + > + clock-controller@15031000 { > + compatible = "mediatek,mt7988-ethwarp"; > + reg = <0 0x15031000 0 0x1000>; > + #clock-cells = <1>; > + #reset-cells = <1>; > + }; > }; > > timer { > -- > 2.35.3 >