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 478DBC27C76 for ; Thu, 26 Jan 2023 02:19:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229630AbjAZCT3 (ORCPT ); Wed, 25 Jan 2023 21:19:29 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57854 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229479AbjAZCT1 (ORCPT ); Wed, 25 Jan 2023 21:19:27 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E9CC4366AF; Wed, 25 Jan 2023 18:19: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 5581B6171A; Thu, 26 Jan 2023 02:19:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A6B96C433EF; Thu, 26 Jan 2023 02:19:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674699565; bh=FzfcYhdvhhqXC92MQNxZiIt7bbyHYk0TCSvJiiZVLdw=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=HRCpRnhYRh0Ijd+5XIEqo+S33nWqvMqLgd3dDfR7mU+YdX6Pcu+3Ti3v4mCuTiCSa KCw7wEuYAQ62X1xP7/lQyOhQ//VBVWyTwiLGktbpInwYkZrcVSFShKSPfb/M7jSbw5 Gzs0c+QNuPqnYHOps9TLa7wVvDEpuce0XLaqEFlrV1cXkqpV6YRnK2PIjqzZgwa0xk ips1BFWC0FLMc4Use//2QtU2aDpPFrJeYUFsBRSyGS2p53YIpuKheC0EUcVwOpPYbT mpwqLYL+0XJ+CbYAhhdTQDvAvKRcH86VdSCnBgd0oqL0FHyAJzjJLeCI6q9O1kWUTI krFHMVomsXrxg== Message-ID: <2b3a32bd490dbb55cbcd2cfdc5abffa3.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 v4 1/3] dt-bindings: clock: Add apmixedsys/topckgen compatibles for MT7981 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:23 -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:42:27) > Add compatible string for MT7981 to existing bindings > at mediatek,apmixedsys.yaml and mediatek,topckgen.yaml. >=20 > Acked-by: Krzysztof Kozlowski > Signed-off-by: Jianhui Zhao > Signed-off-by: Daniel Golle > --- Applied to clk-next