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 E44B1C54EAA for ; Thu, 26 Jan 2023 02:19:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235476AbjAZCTu (ORCPT ); Wed, 25 Jan 2023 21:19:50 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58294 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229642AbjAZCTr (ORCPT ); Wed, 25 Jan 2023 21:19:47 -0500 Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3219061D56; Wed, 25 Jan 2023 18:19:46 -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 sin.source.kernel.org (Postfix) with ESMTPS id 830F2CE227F; Thu, 26 Jan 2023 02:19:44 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7E4F0C433EF; Thu, 26 Jan 2023 02:19:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674699582; bh=3ppops4WANV0M6ju9EQKG+ap2Z8XXMTIGd3hN/S/qEo=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=bm2yWbCF4ELyN7Wi4/yG7Pjp9CjQd+35oVmBRjjyCtRsScxsfEm0Cj2sbS4XnA1zh CL19mKXSUeZqYqX4HAsDOlqP5cfVFPYMl14yPKUmu7EkT74On8N0hhGmfjhIuFHne8 E7v70pe1oq2Fndhi1P+hex1za8c95rp8/nOXNRlPdKU4qCygs+vuQtsrbc921OIJ/o ri+RLv/q1aKDLc6fpMPpK28qYOsJZWHI+Bgl8qe7MTOsi2M3bVGBbJZuouYZMAF4Rx Nv7F2kY/FNwtmgFTaU3A/+oYE/jZdQ/kvHjGyhttxjBQdEUe4EMBPdacS5BjcSecbh KODB/X86NBJag== Message-ID: Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <367c21c111458abf35170b37d51d023a04a04510.1674401764.git.daniel@makrotopia.org> References: <367c21c111458abf35170b37d51d023a04a04510.1674401764.git.daniel@makrotopia.org> Subject: Re: [PATCH v4 2/3] dt-bindings: clock: mediatek: add mt7981 clock IDs From: Stephen Boyd Cc: Chen-Yu Tsai , Miles Chen , Edward-JW Yang , Johnson Wang , Fabien Parent , Chun-Jie Chen , Sam Shih , Jianhui Zhao To: AngeloGioacchino Del Regno , Daniel Golle , Krzysztof Kozlowski , Matthias Brugger , Michael Turquette , Rob Herring , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org Date: Wed, 25 Jan 2023 18:19:39 -0800 User-Agent: alot/0.10 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Daniel Golle (2023-01-22 07:43:00) > Add MT7981 clock dt-bindings, include topckgen, apmixedsys, > infracfg, and ethernet subsystem clocks. >=20 > Acked-by: Krzysztof Kozlowski > Signed-off-by: Jianhui Zhao > Signed-off-by: Daniel Golle > --- Applied to clk-next