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 F0B72EE49AE for ; Tue, 22 Aug 2023 21:15:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231199AbjHVVPe (ORCPT ); Tue, 22 Aug 2023 17:15:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51142 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231192AbjHVVPd (ORCPT ); Tue, 22 Aug 2023 17:15:33 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1BA8410C3; Tue, 22 Aug 2023 14:15:18 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 95B0464321; Tue, 22 Aug 2023 21:15:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DA662C433C9; Tue, 22 Aug 2023 21:15:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692738916; bh=EttYGrgIdxeBpHBBNMjCnmFmZaJWJHldRuH9QoQ/DME=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=eFYjLIGmPsi0NaM2wWS7r207OACgGVlMTXALIrXs4xZ7btCSAMGl+xO1/x7R5TA1l phA2J6OKxb/QNG4n8U9fTXkDuAzifnA0+RvN+XZmKTkKnt562n2wYdkj7/Yzzkdv1i CVHmbwfhg5gu/S4iOw0RMD1mQcLE3Kvvn2uz0sGCs9Q+y2d/g3mGPK5BKSh3YSlrWi JQKi1zXykVgcc8soi5/XvtrMhPQCGNDsAT70UzJBQtxL93EfnhqCbCvW+Agxd02gSK HFuLURd4/NkLLdHZMzT29stHDfncAC+enawEzNTp2LDmSmGDZbHbRzG0Qs9MxhwT3o A9Y7QTjL2z3Iw== Message-ID: <59315963d61aa071746a571413fa6255.sboyd@kernel.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20230812-mmp-nr-clks-v2-4-f9271bd7eaa5@skole.hr> References: <20230812-mmp-nr-clks-v2-0-f9271bd7eaa5@skole.hr> <20230812-mmp-nr-clks-v2-4-f9271bd7eaa5@skole.hr> Subject: Re: [PATCH v2 4/4] clk: pxa910: Move number of clocks to driver source From: Stephen Boyd Cc: linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Duje =?utf-8?q?Mihanovi=C4=87?= To: Conor Dooley , Duje =?utf-8?q?Mihanovi=C4=87?= , Krzysztof Kozlowski , Michael Turquette , Rob Herring Date: Tue, 22 Aug 2023 14:15:14 -0700 User-Agent: alot/0.10 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Quoting Duje Mihanovi=C4=87 (2023-08-12 03:02:59) > The number of clocks should not be in the dt binding as it is not used > by the respective device tree and thus needlessly bloats the ABI. >=20 > Move this number of clocks into the driver source. >=20 > Signed-off-by: Duje Mihanovi=C4=87 > --- Applied to clk-next