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 95B2DC4332F for ; Tue, 20 Dec 2022 14:24:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233610AbiLTOYE (ORCPT ); Tue, 20 Dec 2022 09:24:04 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50842 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233933AbiLTOXl (ORCPT ); Tue, 20 Dec 2022 09:23:41 -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 73699BE0 for ; Tue, 20 Dec 2022 06:23:08 -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 0DC0E61469 for ; Tue, 20 Dec 2022 14:23:08 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 34D85C433D2; Tue, 20 Dec 2022 14:23:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1671546187; bh=T91uI9eRIC0qKs3M1f3tYD5QaOjTXKneX+NuNM75H9c=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=a5Yfp0I+6Yqi4ylqLqp3QeyKOYmPqELIbQIZwZkgtM9Ug6dLK+xu2MRz4Wj9c7ADu y8+h3LDL3Md47KkAVYnr24bx8BzDOAxIYQQwZHD/tnuKavTxlpbjjZeZYyCMYpFfMv mXYh0Z48ymD7DWJVcLNI9MAr6o327cfyJ8SWs3B/qUtwU6pJskv7x58ZXcReFvnoyG aWOACLZdlM6Pzkpd0BOd+aZ4+LLlJ/EPpjWdkAxv635dyPJlH+/nfZU2T/JNAlYR62 CDkTZ9NxIHNFSSAtJk8k8nAr77T4bMVLup8PYhyIbgWAAbNpNQ+j1PpKMJEXWOApxE sYT4yhbwh6zeg== Message-ID: Date: Tue, 20 Dec 2022 15:23:02 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0 Subject: Re: [PATCH v3 1/5] dt-bindings: soc: imx8mp-hsio-blk-ctrl: add clock cells Content-Language: en-US To: Lucas Stach , Shawn Guo Cc: Pengutronix Kernel Team , NXP Linux Team , Richard Zhu , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, patchwork-lst@pengutronix.de, "Lukas F . Hartmann" , Marcel Ziswiler References: <20221216200821.3230165-1-l.stach@pengutronix.de> From: Krzysztof Kozlowski In-Reply-To: <20221216200821.3230165-1-l.stach@pengutronix.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 16/12/2022 21:08, Lucas Stach wrote: > The HSIO blk-ctrl has a internal PLL, which can be used as a reference > clock for the PCIe PHY. Add clock-cells to the binding to allow the > driver to expose this PLL. > > Signed-off-by: Lucas Stach > Acked-by: Krzysztof Kozlowski Please use scripts/get_maintainers.pl to get a list of necessary people and lists to CC. It might happen, that command when run on an older kernel, gives you outdated entries. Therefore please be sure you base your patches on recent Linux kernel. Best regards, Krzysztof