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 7A55CC61DA7 for ; Fri, 27 Jan 2023 23:17:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232873AbjA0XRa (ORCPT ); Fri, 27 Jan 2023 18:17:30 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32978 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232909AbjA0XR1 (ORCPT ); Fri, 27 Jan 2023 18:17:27 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A363883065; Fri, 27 Jan 2023 15:17:26 -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 dfw.source.kernel.org (Postfix) with ESMTPS id 07EC761DD1; Fri, 27 Jan 2023 23:17:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 631BCC433D2; Fri, 27 Jan 2023 23:17:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674861445; bh=ed4erZ+GHit7ZLhnJyWp1GJF9wKHODWqJeCXVYmBkT4=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=JJD5/ZfNF4+6YjKWdsF8Uzl8GvF7wbH0nNxljBfqJUCgu6+pVSwPL9DuH88jcY74d 70pUlWVO7Fwr1+hxjbBYW7YgT+UxWPLqjCtNjyRgwArY/NSoTjYdHhz4xMhGzZZApY LTvIZu9Lfr2EtBn4p+7QnMvlI2JGfJayOvCOD86NmfMFK37tH/K2fuKe/XSk0GtwKk do50o/qG3mbQ1PJAS/BfsrQRGAc/lrCxVZSgoUNViTjO+OLJpIdiD+EsChaHzyldmK xW5aCo55Ac4wLf44jXXhPcU40wa/d/mAY/3VarbKN24sAW/Bh5qEg47qL/bTXRv47k ZECKuuXjQpxgg== Message-ID: <88903c0db1586ce9a12404969f757a7e.sboyd@kernel.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: References: Subject: Re: [PATCH v5 2/3] dt-bindings: clock: mediatek: add mt7981 clock IDs From: Stephen Boyd Cc: Jianhui Zhao , AngeloGioacchino Del Regno , Yassine Oudjana , Chen-Yu Tsai , Edward-JW Yang , Johnson Wang , Chun-Jie Chen , Fabien Parent , Miles Chen To: 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: Fri, 27 Jan 2023 15:17:23 -0800 User-Agent: alot/0.10 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Daniel Golle (2023-01-25 19:34:05) > 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